Color Hex Logo

#bcb09f Color Hex

#BCB09F
(188,176,159)
0 Favorites   0 Comments

Color spaces of #bcb09f

RGB 188176159
HSL0.100.180.68
HSV35°15°74°
CMYK 0.000.060.15   0.26
XYZ42.522444.245239.0999
Yxy44.24520.33780.3515
Hunter Lab66.5171-2.295111.7102
CIE-Lab72.39211.410110.2431

#bcb09f color RGB value is (188,176,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110000 10011111
Octal 274 260 237
Decimal 188 176 159
Hex BC B0 9F

RGB Percentages of Color #bcb09f

%35.95
%33.65
%30.40

CMYK Percentages of Color #bcb09f

%0
%6
%15
%26

Triadic Colors of #bcb09f

#bcb09f #9fbcb0 #b09fbc

Analogous Colors of #bcb09f

#bcb09f #babc9f #bca29f

Monochromatic Colors of #bcb09f

#bcb09f

Complementary Color

#bcb09f #9fabbc

#bcb09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb09f Color CSS Codes

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

#bcb09f Text Font Color

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

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


#bcb09f Background Color

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

This div background color is #bcb09f


#bcb09f Border Color

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

This div border color is #bcb09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb09f


Comments

No comments written yet.

Please login to write comment.