Color Hex Logo

#b59585 Color Hex

#B59585
(181,149,133)
0 Favorites   0 Comments

Color spaces of #b59585

RGB 181149133
HSL0.060.240.62
HSV20°27°71°
CMYK 0.000.180.27   0.29
XYZ34.037133.012126.7683
Yxy33.01210.36280.3519
Hunter Lab57.45625.195412.5966
CIE-Lab64.17079.501812.9352

#b59585 color RGB value is (181,149,133).

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

The process color (four color CMYK) of #b59585 color hex is 0.00, 0.18, 0.27, 0.29. Web safe color of #b59585 is #cc9999. Color #b59585 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010101 10000101
Octal 265 225 205
Decimal 181 149 133
Hex B5 95 85

RGB Percentages of Color #b59585

%39.09
%32.18
%28.73

CMYK Percentages of Color #b59585

%0
%18
%27
%29

Triadic Colors of #b59585

#b59585 #85b595 #9585b5

Analogous Colors of #b59585

#b59585 #b5ad85 #b5858d

Monochromatic Colors of #b59585

#b59585

Complementary Color

#b59585 #85a5b5

#b59585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59585 Color CSS Codes

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

#b59585 Text Font Color

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

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


#b59585 Background Color

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

This div background color is #b59585


#b59585 Border Color

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

This div border color is #b59585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59585


Comments

No comments written yet.

Please login to write comment.