Color Hex Logo

#b08686 Color Hex

#B08686
(176,134,134)
0 Favorites   0 Comments

Color spaces of #b08686

RGB 176134134
HSL0.000.210.61
HSV24°69°
CMYK 0.000.240.24   0.31
XYZ30.732728.001526.3393
Yxy28.00150.36120.3291
Hunter Lab52.916411.06517.5298
CIE-Lab59.890116.06926.2278

#b08686 color RGB value is (176,134,134).

#b08686 hex color red value is 176, green value is 134 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #b08686 hue: 0.00 , saturation: 0.21 and the lightness value of b08686 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000110 10000110
Octal 260 206 206
Decimal 176 134 134
Hex B0 86 86

RGB Percentages of Color #b08686

%39.64
%30.18
%30.18

CMYK Percentages of Color #b08686

%0
%24
%24
%31

Triadic Colors of #b08686

#b08686 #86b086 #8686b0

Analogous Colors of #b08686

#b08686 #b09b86 #b0869b

Monochromatic Colors of #b08686

#b08686

Complementary Color

#b08686 #86b0b0

#b08686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08686 Color CSS Codes

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

#b08686 Text Font Color

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

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


#b08686 Background Color

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

This div background color is #b08686


#b08686 Border Color

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

This div border color is #b08686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08686

#b08686 Color Palettes


Comments

No comments written yet.

Please login to write comment.