Color Hex Logo

#bcb97a Color Hex

#BCB97A
(188,185,122)
0 Favorites   0 Comments

Color spaces of #bcb97a

RGB 188185122
HSL0.160.330.61
HSV57°35°74°
CMYK 0.000.020.35   0.26
XYZ41.600946.794425.2520
Yxy46.79440.36610.4118
Hunter Lab68.4064-11.157725.9978
CIE-Lab74.0581-8.553432.3942

#bcb97a color RGB value is (188,185,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111001 01111010
Octal 274 271 172
Decimal 188 185 122
Hex BC B9 7A

RGB Percentages of Color #bcb97a

%37.98
%37.37
%24.65

CMYK Percentages of Color #bcb97a

%0
%2
%35
%26

Triadic Colors of #bcb97a

#bcb97a #7abcb9 #b97abc

Analogous Colors of #bcb97a

#bcb97a #9ebc7a #bc987a

Monochromatic Colors of #bcb97a

#bcb97a

Complementary Color

#bcb97a #7a7dbc

#bcb97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb97a Color CSS Codes

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

#bcb97a Text Font Color

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

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


#bcb97a Background Color

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

This div background color is #bcb97a


#bcb97a Border Color

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

This div border color is #bcb97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb97a


Comments

No comments written yet.

Please login to write comment.