Color Hex Logo

#b08976 Color Hex

#B08976
(176,137,118)
0 Favorites   0 Comments

Color spaces of #b08976

RGB 176137118
HSL0.050.270.58
HSV20°33°69°
CMYK 0.000.220.33   0.31
XYZ30.120228.429421.0395
Yxy28.42940.37840.3572
Hunter Lab53.31927.526613.9279
CIE-Lab60.274712.116215.8822

#b08976 color RGB value is (176,137,118).

#b08976 hex color red value is 176, green value is 137 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #b08976 hue: 0.05 , saturation: 0.27 and the lightness value of b08976 is 0.58.

The process color (four color CMYK) of #b08976 color hex is 0.00, 0.22, 0.33, 0.31. Web safe color of #b08976 is #999966. Color #b08976 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001001 01110110
Octal 260 211 166
Decimal 176 137 118
Hex B0 89 76

RGB Percentages of Color #b08976

%40.84
%31.79
%27.38

CMYK Percentages of Color #b08976

%0
%22
%33
%31

Triadic Colors of #b08976

#b08976 #76b089 #8976b0

Analogous Colors of #b08976

#b08976 #b0a676 #b07680

Monochromatic Colors of #b08976

#b08976

Complementary Color

#b08976 #769db0

#b08976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08976 Color CSS Codes

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

#b08976 Text Font Color

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

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


#b08976 Background Color

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

This div background color is #b08976


#b08976 Border Color

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

This div border color is #b08976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08976


Comments

No comments written yet.

Please login to write comment.