Color Hex Logo

#bcb586 Color Hex

#BCB586
(188,181,134)
0 Favorites   0 Comments

Color spaces of #bcb586

RGB 188181134
HSL0.150.290.63
HSV52°29°74°
CMYK 0.000.040.29   0.26
XYZ41.566045.460329.1382
Yxy45.46030.35780.3913
Hunter Lab67.4243-7.950021.5741
CIE-Lab73.1940-4.935024.8991

#bcb586 color RGB value is (188,181,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110101 10000110
Octal 274 265 206
Decimal 188 181 134
Hex BC B5 86

RGB Percentages of Color #bcb586

%37.38
%35.98
%26.64

CMYK Percentages of Color #bcb586

%0
%4
%29
%26

Triadic Colors of #bcb586

#bcb586 #86bcb5 #b586bc

Analogous Colors of #bcb586

#bcb586 #a8bc86 #bc9a86

Monochromatic Colors of #bcb586

#bcb586

Complementary Color

#bcb586 #868dbc

#bcb586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb586 Color CSS Codes

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

#bcb586 Text Font Color

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

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


#bcb586 Background Color

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

This div background color is #bcb586


#bcb586 Border Color

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

This div border color is #bcb586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb586


Comments

No comments written yet.

Please login to write comment.