Color Hex Logo

#bcb97c Color Hex

#BCB97C
(188,185,124)
0 Favorites   0 Comments

Color spaces of #bcb97c

RGB 188185124
HSL0.160.320.61
HSV57°34°74°
CMYK 0.000.020.34   0.26
XYZ41.726146.844525.9115
Yxy46.84450.36450.4092
Hunter Lab68.4430-10.953325.4638
CIE-Lab74.0902-8.311531.3891

#bcb97c color RGB value is (188,185,124).

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

The process color (four color CMYK) of #bcb97c color hex is 0.00, 0.02, 0.34, 0.26. Web safe color of #bcb97c is #cccc66. Color #bcb97c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111001 01111100
Octal 274 271 174
Decimal 188 185 124
Hex BC B9 7C

RGB Percentages of Color #bcb97c

%37.83
%37.22
%24.95

CMYK Percentages of Color #bcb97c

%0
%2
%34
%26

Triadic Colors of #bcb97c

#bcb97c #7cbcb9 #b97cbc

Analogous Colors of #bcb97c

#bcb97c #9fbc7c #bc997c

Monochromatic Colors of #bcb97c

#bcb97c

Complementary Color

#bcb97c #7c7fbc

#bcb97c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb97c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb97c Color CSS Codes

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

#bcb97c Text Font Color

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

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


#bcb97c Background Color

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

This div background color is #bcb97c


#bcb97c Border Color

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

This div border color is #bcb97c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb97c


Comments

No comments written yet.

Please login to write comment.