Color Hex Logo

#bcb587 Color Hex

#BCB587
(188,181,135)
0 Favorites   0 Comments

Color spaces of #bcb587

RGB 188181135
HSL0.140.280.63
HSV52°28°74°
CMYK 0.000.040.28   0.26
XYZ41.636145.488429.5073
Yxy45.48840.35700.3900
Hunter Lab67.4451-7.834921.2721
CIE-Lab73.2123-4.801024.3889

#bcb587 color RGB value is (188,181,135).

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

The process color (four color CMYK) of #bcb587 color hex is 0.00, 0.04, 0.28, 0.26. Web safe color of #bcb587 is #cccc99. Color #bcb587 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110101 10000111
Octal 274 265 207
Decimal 188 181 135
Hex BC B5 87

RGB Percentages of Color #bcb587

%37.30
%35.91
%26.79

CMYK Percentages of Color #bcb587

%0
%4
%28
%26

Triadic Colors of #bcb587

#bcb587 #87bcb5 #b587bc

Analogous Colors of #bcb587

#bcb587 #a9bc87 #bc9b87

Monochromatic Colors of #bcb587

#bcb587

Complementary Color

#bcb587 #878ebc

#bcb587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb587 Color CSS Codes

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

#bcb587 Text Font Color

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

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


#bcb587 Background Color

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

This div background color is #bcb587


#bcb587 Border Color

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

This div border color is #bcb587


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,181,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 #bcb587">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb587


Comments

No comments written yet.

Please login to write comment.