Color Hex Logo

#b58e81 Color Hex

#B58E81
(181,142,129)
0 Favorites   0 Comments

Color spaces of #b58e81

RGB 181142129
HSL0.040.260.61
HSV15°29°71°
CMYK 0.000.220.29   0.29
XYZ32.691530.754724.9821
Yxy30.75470.36970.3478
Hunter Lab55.45698.175012.1110
CIE-Lab62.300012.823112.5611

#b58e81 color RGB value is (181,142,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001110 10000001
Octal 265 216 201
Decimal 181 142 129
Hex B5 8E 81

RGB Percentages of Color #b58e81

%40.04
%31.42
%28.54

CMYK Percentages of Color #b58e81

%0
%22
%29
%29

Triadic Colors of #b58e81

#b58e81 #81b58e #8e81b5

Analogous Colors of #b58e81

#b58e81 #b5a881 #b5818e

Monochromatic Colors of #b58e81

#b58e81

Complementary Color

#b58e81 #81a8b5

#b58e81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58e81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58e81 Color CSS Codes

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

#b58e81 Text Font Color

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

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


#b58e81 Background Color

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

This div background color is #b58e81


#b58e81 Border Color

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

This div border color is #b58e81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58e81


Comments

No comments written yet.

Please login to write comment.