COLOR #B58E81

HEX: #B58E81 RGB: (181,142,129)

Color info

#B58E81 contains red, green and blue colors in about the same proportion. Web safe color of #B58E81 is #CC9999 (or #C99).

RGB color model

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

RGB: (181,142,129) (71%, 56%, 51%)

RGB channels and saturation

R 181 of 255 = 71%
G 142 of 255 = 56%
B 129 of 255 = 51%

181
142
129

R + G + B ~ 59%. #B58E81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 181 + 142 + 129 = 452 (100%)
R 181 of 452 ~ 40.04%
G 142 of 452 ~ 31.42%
B 129 of 452 ~ 28.54'%

%40.04
%31.42
%28.54

CMYK color model

#B58E81 color CMYK value is (0,22,29,29).

  • cyan value is 0.00%
  • magenta value is 21.55%
  • yellow value is 28.73%
  • key color value is 29.02%

CMYK: (0,22,29,29)
C0M22Y29K29 (0%, 22%, 29%, 29%)
(0.00 / 0.22 / 0.29 / 0.29)

CMYK percentages

%0
%21.55
%28.73
%29.02

Codes

Color #B58E81 in popluar color models

B5 8E 81
RGB 181 142 129
HSL 15° 26.00% 60.78%
HSB/HSV 15° 28.73% 70.98%
CMYK 0.00% 21.55% 28.73%
29.02%

Color #B58E81 in popluar number systems.

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

Shades and tints

Shades of #B58E81

#B58E81
(181,142,129)
#A58276
(165,130,118)
#95766B
(149,118,107)
#856A60
(133,106,96)
#755E55
(117,94,85)
#65524A
(101,82,74)
#55463F
(85,70,63)
#453A34
(69,58,52)
#352E29
(53,46,41)
#25221E
(37,34,30)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #B58E81

#B58E81
(181,142,129)
#BB988C
(187,152,140)
#C1A297
(193,162,151)
#C7ACA2
(199,172,162)
#CDB6AD
(205,182,173)
#D3C0B8
(211,192,184)
#D9CAC3
(217,202,195)
#DFD4CE
(223,212,206)
#E5DED9
(229,222,217)
#EBE8E4
(235,232,228)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58E81 color. Also use rgb(181,142,129) instead hex code.

Text Font Color

.myTextColor { color: #B58E81; }

<p style="color:#B58E81">This sample text font color is #B58E81.</p>

This text font color is #B58E81.

Background Color

.myBgColor { background-color: #B58E81; }

<div style="background-color:#B58E81">Inner text</div>

This div background color is #B58E81.

Border color

.myBorderColor { border: 1px solid #B58E81; }

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

This div border color is #B58E81.

Opacity

.myOpacity80 { color: #B58E81; opacity: 0.8; }

<p style="color:#B58E81;opacity:0.8;">80%</p>

Text with #B58E81 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B58E81;}

<p style="text-shadow: 3px 3px 1px #B58E81">Text here.</p>

This text has shadow with #B58E81 color.


.textShadow {text-shadow: 3px 3px 1px #B58E81', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B58E81, 5px 5px 20px red">Text here.</p>

This text has shadow with #B58E81 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B58E81, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B58E81, Direction=45, Strength=4)">Text</p>

This text has shadow with #B58E81 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B58E81;
-webkit-box-shadow: 1px 1px 3px 2px #B58E81;
box-shadow: 1px 1px 3px 2px #B58E81;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #B58E81 on black background.


Color preview on white background

This text has color #B58E81 on white background.


Black color preview on #B58E81 background

This text has black color on #B58E81 background.


White color preview on #B58E81 background

This text has white color on #B58E81 background.


Related colors

Complementary color

Complementary color for #hex is #4A717E.


I love getcolorcode.com

Triadic colors

1 #81B58E and #8E81B5 with #B58E81 are triadic colors.

2 #818EB5 and #8EB581 with #B58E81 are triadic colors.