Color Hex Logo

#b58981 Color Hex

#B58981
(181,137,129)
0 Favorites   0 Comments

Color spaces of #b58981

RGB 181137129
HSL0.030.260.61
HSV29°71°
CMYK 0.000.240.29   0.29
XYZ31.964229.300124.7397
Yxy29.30010.37170.3407
Hunter Lab54.129610.679810.7924
CIE-Lab61.045615.612710.7955

#b58981 color RGB value is (181,137,129).

#b58981 hex color red value is 181, green value is 137 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #b58981 hue: 0.03 , saturation: 0.26 and the lightness value of b58981 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001001 10000001
Octal 265 211 201
Decimal 181 137 129
Hex B5 89 81

RGB Percentages of Color #b58981

%40.49
%30.65
%28.86

CMYK Percentages of Color #b58981

%0
%24
%29
%29

Triadic Colors of #b58981

#b58981 #81b589 #8981b5

Analogous Colors of #b58981

#b58981 #b5a381 #b58193

Monochromatic Colors of #b58981

#b58981

Complementary Color

#b58981 #81adb5

#b58981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58981 Color CSS Codes

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

#b58981 Text Font Color

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

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


#b58981 Background Color

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

This div background color is #b58981


#b58981 Border Color

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

This div border color is #b58981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58981


Comments

No comments written yet.

Please login to write comment.