Color Hex Logo

#bcb37a Color Hex

#BCB37A
(188,179,122)
0 Favorites   0 Comments

Color spaces of #bcb37a

RGB 188179122
HSL0.140.330.61
HSV52°35°74°
CMYK 0.000.050.35   0.26
XYZ40.372044.336724.8424
Yxy44.33670.36850.4047
Hunter Lab66.5858-8.297924.4896
CIE-Lab72.4530-5.410530.2948

#bcb37a color RGB value is (188,179,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110011 01111010
Octal 274 263 172
Decimal 188 179 122
Hex BC B3 7A

RGB Percentages of Color #bcb37a

%38.45
%36.61
%24.95

CMYK Percentages of Color #bcb37a

%0
%5
%35
%26

Triadic Colors of #bcb37a

#bcb37a #7abcb3 #b37abc

Analogous Colors of #bcb37a

#bcb37a #a4bc7a #bc927a

Monochromatic Colors of #bcb37a

#bcb37a

Complementary Color

#bcb37a #7a83bc

#bcb37a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb37a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb37a Color CSS Codes

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

#bcb37a Text Font Color

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

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


#bcb37a Background Color

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

This div background color is #bcb37a


#bcb37a Border Color

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

This div border color is #bcb37a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb37a


Comments

No comments written yet.

Please login to write comment.