Color Hex Logo

#bcb287 Color Hex

#BCB287
(188,178,135)
0 Favorites   0 Comments

Color spaces of #bcb287

RGB 188178135
HSL0.140.280.63
HSV49°28°74°
CMYK 0.000.050.28   0.26
XYZ41.032644.281429.3062
Yxy44.28140.35800.3863
Hunter Lab66.5443-6.385620.4696
CIE-Lab72.4162-3.213023.3109

#bcb287 color RGB value is (188,178,135).

#bcb287 hex color red value is 188, green value is 178 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bcb287 hue: 0.14 , saturation: 0.28 and the lightness value of bcb287 is 0.63.

The process color (four color CMYK) of #bcb287 color hex is 0.00, 0.05, 0.28, 0.26. Web safe color of #bcb287 is #cc9999. Color #bcb287 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110010 10000111
Octal 274 262 207
Decimal 188 178 135
Hex BC B2 87

RGB Percentages of Color #bcb287

%37.52
%35.53
%26.95

CMYK Percentages of Color #bcb287

%0
%5
%28
%26

Triadic Colors of #bcb287

#bcb287 #87bcb2 #b287bc

Analogous Colors of #bcb287

#bcb287 #acbc87 #bc9887

Monochromatic Colors of #bcb287

#bcb287

Complementary Color

#bcb287 #8791bc

#bcb287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb287 Color CSS Codes

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

#bcb287 Text Font Color

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

This sample text font color is #bcb287
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.


#bcb287 Background Color

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

This div background color is #bcb287


#bcb287 Border Color

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

This div border color is #bcb287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb287


Comments

No comments written yet.

Please login to write comment.