Color Hex Logo

#b59060 Color Hex

#B59060
(181,144,96)
0 Favorites   0 Comments

Color spaces of #b59060

RGB 18114496
HSL0.090.360.54
HSV34°47°71°
CMYK 0.000.200.47   0.29
XYZ31.140630.614815.3343
Yxy30.61480.40400.3971
Hunter Lab55.33063.632822.2999
CIE-Lab62.18117.705830.7396

#b59060 color RGB value is (181,144,96).

#b59060 hex color red value is 181, green value is 144 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #b59060 hue: 0.09 , saturation: 0.36 and the lightness value of b59060 is 0.54.

The process color (four color CMYK) of #b59060 color hex is 0.00, 0.20, 0.47, 0.29. Web safe color of #b59060 is #cc9966. Color #b59060 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010000 01100000
Octal 265 220 140
Decimal 181 144 96
Hex B5 90 60

RGB Percentages of Color #b59060

%42.99
%34.20
%22.80

CMYK Percentages of Color #b59060

%0
%20
%47
%29

Triadic Colors of #b59060

#b59060 #60b590 #9060b5

Analogous Colors of #b59060

#b59060 #b0b560 #b56660

Monochromatic Colors of #b59060

#b59060

Complementary Color

#b59060 #6085b5

#b59060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59060 Color CSS Codes

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

#b59060 Text Font Color

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

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


#b59060 Background Color

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

This div background color is #b59060


#b59060 Border Color

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

This div border color is #b59060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59060


Comments

No comments written yet.

Please login to write comment.