Color Hex Logo

#bcb986 Color Hex

#BCB986
(188,185,134)
0 Favorites   0 Comments

Color spaces of #bcb986

RGB 188185134
HSL0.160.290.63
HSV57°29°74°
CMYK 0.000.020.29   0.26
XYZ42.391147.110529.4132
Yxy47.11050.35650.3962
Hunter Lab68.6371-9.871122.6383
CIE-Lab74.2604-7.036926.3336

#bcb986 color RGB value is (188,185,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111001 10000110
Octal 274 271 206
Decimal 188 185 134
Hex BC B9 86

RGB Percentages of Color #bcb986

%37.08
%36.49
%26.43

CMYK Percentages of Color #bcb986

%0
%2
%29
%26

Triadic Colors of #bcb986

#bcb986 #86bcb9 #b986bc

Analogous Colors of #bcb986

#bcb986 #a4bc86 #bc9e86

Monochromatic Colors of #bcb986

#bcb986

Complementary Color

#bcb986 #8689bc

#bcb986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb986 Color CSS Codes

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

#bcb986 Text Font Color

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

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


#bcb986 Background Color

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

This div background color is #bcb986


#bcb986 Border Color

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

This div border color is #bcb986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb986


Comments

No comments written yet.

Please login to write comment.