Color Hex Logo

#bcb09a Color Hex

#BCB09A
(188,176,154)
0 Favorites   0 Comments

Color spaces of #bcb09a

RGB 188176154
HSL0.110.200.67
HSV39°18°74°
CMYK 0.000.060.18   0.26
XYZ42.097144.075136.8604
Yxy44.07510.34220.3582
Hunter Lab66.3891-2.994613.5535
CIE-Lab72.27870.619812.8151

#bcb09a color RGB value is (188,176,154).

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

The process color (four color CMYK) of #bcb09a color hex is 0.00, 0.06, 0.18, 0.26. Web safe color of #bcb09a is #cc9999. Color #bcb09a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110000 10011010
Octal 274 260 232
Decimal 188 176 154
Hex BC B0 9A

RGB Percentages of Color #bcb09a

%36.29
%33.98
%29.73

CMYK Percentages of Color #bcb09a

%0
%6
%18
%26

Triadic Colors of #bcb09a

#bcb09a #9abcb0 #b09abc

Analogous Colors of #bcb09a

#bcb09a #b7bc9a #bc9f9a

Monochromatic Colors of #bcb09a

#bcb09a

Complementary Color

#bcb09a #9aa6bc

#bcb09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb09a Color CSS Codes

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

#bcb09a Text Font Color

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

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


#bcb09a Background Color

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

This div background color is #bcb09a


#bcb09a Border Color

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

This div border color is #bcb09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb09a


Comments

No comments written yet.

Please login to write comment.