COLOR #B58E85

HEX: #B58E85
RGB: (181,142,133)

Color info

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

RGB color model

#B58E85 color RGB value is (181,142,133).

  • red value is 181;
  • green value is 142;
  • blue value is 133.
RGB:
(181,142,133)
(71%,56%,52%)

RGB channels and saturation

R 181 of 255 = 71%
G 142 of 255 = 56%
B 133 of 255 = 52%

181
142
133

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

Portions of RGB colors in percentages

R + G + B =
181 + 142 + 133 = 456 (100%)
R 181 of 456 ~ 39.69%
G 142 of 456 ~ 31.14%
B 133 of 456 ~ 29.17%

%39.69
%31.14
%29.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.55%
  • yellow value is 26.52%
  • key color value is 29.02%
CMYK:
(0,22,27,29)
C0M22Y27K29 
(0%,22%,27%,29%)
(0.00/0.22/0.27/0.29)	

CMYK percentages

%0
%21.55
%26.52
%29.02

Codes

Color #B58E85 in popluar color models

B58E85
RGB181142133
HSL11°24.49%61.57%
HSB/HSV11°26.52%70.98%
CMYK0.00%21.55%26.52%
29.02%

Color #B58E85 in popluar number systems.

HEXB58E85
Decimal181142133
Binary101101011000111010000101
Octal265216205

Shades and tints

Shades of #B58E85

#B58E85
(181,142,133)
#A58279
(165,130,121)
#95766D
(149,118,109)
#856A61
(133,106,97)
#755E55
(117,94,85)
#655249
(101,82,73)
#55463D
(85,70,61)
#453A31
(69,58,49)
#352E25
(53,46,37)
#252219
(37,34,25)
#15160D
(21,22,13)
#000000
(0,0,0)

Tints of #B58E85

#B58E85
(181,142,133)
#BB9890
(187,152,144)
#C1A29B
(193,162,155)
#C7ACA6
(199,172,166)
#CDB6B1
(205,182,177)
#D3C0BC
(211,192,188)
#D9CAC7
(217,202,199)
#DFD4D2
(223,212,210)
#E5DEDD
(229,222,221)
#EBE8E8
(235,232,232)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58E85; }

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

This text font color is #B58E85.


Background Color

.myBgColor { background-color: #B58E85; }

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

This div background color is #B58E85.


Border color

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

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

This div border color is #B58E85.


Opacity

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

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

Text with #B58E85 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 #B58E85;}

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

This text has shadow with #B58E85 color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B58E85;
-webkit-box-shadow: 1px 1px 3px 2px #B58E85;
box-shadow:1px 1px 3px 2px #B58E85;">
Div content here</div>
This div box has shadow with color #B58E85.

Preview

Color preview on black background

This text has color #B58E85 on black background.


Color preview on white background

This text has color #B58E85 on white background.



Black color preview on #B58E85 background

This text has black color on #B58E85 background.


White color preview on #B58E85 background

This text has white color on #B58E85 background.