Color Hex Logo

#bcb99a Color Hex

#BCB99A
(188,185,154)
0 Favorites   0 Comments

Color spaces of #bcb99a

RGB 188185154
HSL0.150.200.67
HSV55°18°74°
CMYK 0.000.020.18   0.26
XYZ43.920747.722437.4683
Yxy47.72240.34020.3696
Hunter Lab69.0814-7.405416.1993
CIE-Lab74.6495-4.173516.1407

#bcb99a color RGB value is (188,185,154).

#bcb99a hex color red value is 188, green value is 185 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bcb99a hue: 0.15 , saturation: 0.20 and the lightness value of bcb99a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111001 10011010
Octal 274 271 232
Decimal 188 185 154
Hex BC B9 9A

RGB Percentages of Color #bcb99a

%35.67
%35.10
%29.22

CMYK Percentages of Color #bcb99a

%0
%2
%18
%26

Triadic Colors of #bcb99a

#bcb99a #9abcb9 #b99abc

Analogous Colors of #bcb99a

#bcb99a #aebc9a #bca89a

Monochromatic Colors of #bcb99a

#bcb99a

Complementary Color

#bcb99a #9a9dbc

#bcb99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb99a Color CSS Codes

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

#bcb99a Text Font Color

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

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


#bcb99a Background Color

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

This div background color is #bcb99a


#bcb99a Border Color

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

This div border color is #bcb99a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb99a


Comments

No comments written yet.

Please login to write comment.