color codes Logo

#bc867b color codes

#BC867B
(188,134,123)
0 Favorites   0 Comments

Color spaces of #bc867b

RGB 188134123
HSL0.030.330.61
HSV10°35°74°
CMYK 0.000.290.35   0.26
XYZ32.839329.171622.6388
Yxy29.17160.38790.3446
Hunter Lab54.010714.011812.9559
CIE-Lab60.932819.243514.1583

#bc867b color RGB value is (188,134,123).

#bc867b hex color red value is 188, green value is 134 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bc867b hue: 0.03 , saturation: 0.33 and the lightness value of bc867b is 0.61.

The process color (four color CMYK) of #bc867b color code is 0.00, 0.29, 0.35, 0.26. Web safe color of #bc867b is #cc9966. Color #bc867b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000110 01111011
Octal 274 206 173
Decimal 188 134 123
Hex BC 86 7B

RGB Percentages of Color #bc867b

%42.25
%30.11
%27.64

CMYK Percentages of Color #bc867b

%0
%29
%35
%26

Triadic Colors of #bc867b

#bc867b #7bbc86 #867bbc

Analogous Colors of #bc867b

#bc867b #bca77b #bc7b91

Monochromatic Colors of #bc867b

#bc867b

Complementary Color

#bc867b #7bb1bc

#bc867b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc867b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc867b Color CSS Codes

.mybgcolor {background-color:#bc867b; } 
.myforecolor {color:#bc867b; }
.mybordercolor {border:3px solid #bc867b; }

#bc867b Text Font Color

<p style="color:#bc867b">Text here</p>

This sample text font color is #bc867b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bc867b Background Color

<div style="background-color:#bc867b">
Div content here</div>

This div background color is #bc867b


#bc867b Border Color

<div style="border:3px solid #bc867b">
Div here</div>

This div border color is #bc867b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,134,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc867b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc867b;
  -webkit-box-shadow: 1px 1px 3px 2px #bc867b;
  box-shadow:         1px 1px 3px 2px #bc867b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,134,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc867b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bc867b;
  -webkit-box-shadow: 1px 1px 3px 2px #bc867b;
  box-shadow:         1px 1px 3px 2px #bc867b;">
Div content here</div>

This div box has shadow with color #bc867b


Comments

No comments written yet.

Please login to write comment.