Color Hex Logo

#bcb09c Color Hex

#BCB09C
(188,176,156)
0 Favorites   0 Comments

Color spaces of #bcb09c

RGB 188176156
HSL0.100.190.67
HSV38°17°74°
CMYK 0.000.060.17   0.26
XYZ42.265144.142337.7452
Yxy44.14230.34040.3555
Hunter Lab66.4397-2.718012.8244
CIE-Lab72.32350.932811.7859

#bcb09c color RGB value is (188,176,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110000 10011100
Octal 274 260 234
Decimal 188 176 156
Hex BC B0 9C

RGB Percentages of Color #bcb09c

%36.15
%33.85
%30.00

CMYK Percentages of Color #bcb09c

%0
%6
%17
%26

Triadic Colors of #bcb09c

#bcb09c #9cbcb0 #b09cbc

Analogous Colors of #bcb09c

#bcb09c #b8bc9c #bca09c

Monochromatic Colors of #bcb09c

#bcb09c

Complementary Color

#bcb09c #9ca8bc

#bcb09c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb09c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb09c Color CSS Codes

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

#bcb09c Text Font Color

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

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


#bcb09c Background Color

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

This div background color is #bcb09c


#bcb09c Border Color

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

This div border color is #bcb09c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb09c


Comments

No comments written yet.

Please login to write comment.