Color Hex Logo

#b59686 Color Hex

#B59686
(181,150,134)
0 Favorites   0 Comments

Color spaces of #b59686

RGB 181150134
HSL0.060.240.62
HSV20°26°71°
CMYK 0.000.170.26   0.29
XYZ34.265533.357727.1869
Yxy33.35770.36140.3518
Hunter Lab57.75614.827112.5204
CIE-Lab64.44959.092512.7662

#b59686 color RGB value is (181,150,134).

#b59686 hex color red value is 181, green value is 150 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #b59686 hue: 0.06 , saturation: 0.24 and the lightness value of b59686 is 0.62.

The process color (four color CMYK) of #b59686 color hex is 0.00, 0.17, 0.26, 0.29. Web safe color of #b59686 is #cc9999. Color #b59686 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010110 10000110
Octal 265 226 206
Decimal 181 150 134
Hex B5 96 86

RGB Percentages of Color #b59686

%38.92
%32.26
%28.82

CMYK Percentages of Color #b59686

%0
%17
%26
%29

Triadic Colors of #b59686

#b59686 #86b596 #9686b5

Analogous Colors of #b59686

#b59686 #b5ae86 #b5868e

Monochromatic Colors of #b59686

#b59686

Complementary Color

#b59686 #86a5b5

#b59686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59686 Color CSS Codes

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

#b59686 Text Font Color

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

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


#b59686 Background Color

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

This div background color is #b59686


#b59686 Border Color

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

This div border color is #b59686


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,150,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 #b59686">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59686


Comments

No comments written yet.

Please login to write comment.