Color Hex Logo

#b08c6f Color Hex

#B08C6F
(176,140,111)
0 Favorites   0 Comments

Color spaces of #b08c6f

RGB 176140111
HSL0.070.290.56
HSV27°37°69°
CMYK 0.000.200.37   0.31
XYZ30.151829.134019.0732
Yxy29.13400.38480.3718
Hunter Lab53.97595.255116.8321
CIE-Lab60.89979.541420.6803

#b08c6f color RGB value is (176,140,111).

#b08c6f hex color red value is 176, green value is 140 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b08c6f hue: 0.07 , saturation: 0.29 and the lightness value of b08c6f is 0.56.

The process color (four color CMYK) of #b08c6f color hex is 0.00, 0.20, 0.37, 0.31. Web safe color of #b08c6f is #999966. Color #b08c6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001100 01101111
Octal 260 214 157
Decimal 176 140 111
Hex B0 8C 6F

RGB Percentages of Color #b08c6f

%41.22
%32.79
%26.00

CMYK Percentages of Color #b08c6f

%0
%20
%37
%31

Triadic Colors of #b08c6f

#b08c6f #6fb08c #8c6fb0

Analogous Colors of #b08c6f

#b08c6f #b0ad6f #b06f73

Monochromatic Colors of #b08c6f

#b08c6f

Complementary Color

#b08c6f #6f93b0

#b08c6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08c6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08c6f Color CSS Codes

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

#b08c6f Text Font Color

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

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


#b08c6f Background Color

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

This div background color is #b08c6f


#b08c6f Border Color

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

This div border color is #b08c6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08c6f


Comments

No comments written yet.

Please login to write comment.