Color Hex Logo

#b08681 Color Hex

#B08681
(176,134,129)
0 Favorites   0 Comments

Color spaces of #b08681

RGB 176134129
HSL0.020.230.60
HSV27°69°
CMYK 0.000.240.27   0.31
XYZ30.392027.865324.5456
Yxy27.86530.36700.3365
Hunter Lab52.787610.39159.3822
CIE-Lab59.766815.32768.9108

#b08681 color RGB value is (176,134,129).

#b08681 hex color red value is 176, green value is 134 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #b08681 hue: 0.02 , saturation: 0.23 and the lightness value of b08681 is 0.60.

The process color (four color CMYK) of #b08681 color hex is 0.00, 0.24, 0.27, 0.31. Web safe color of #b08681 is #999999. Color #b08681 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000110 10000001
Octal 260 206 201
Decimal 176 134 129
Hex B0 86 81

RGB Percentages of Color #b08681

%40.09
%30.52
%29.38

CMYK Percentages of Color #b08681

%0
%24
%27
%31

Triadic Colors of #b08681

#b08681 #81b086 #8681b0

Analogous Colors of #b08681

#b08681 #b09e81 #b08194

Monochromatic Colors of #b08681

#b08681

Complementary Color

#b08681 #81abb0

#b08681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08681 Color CSS Codes

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

#b08681 Text Font Color

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

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


#b08681 Background Color

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

This div background color is #b08681


#b08681 Border Color

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

This div border color is #b08681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08681


Comments

No comments written yet.

Please login to write comment.