COLOR #B58986

HEX: #B58986
RGB: (181,137,134)

Color info

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

RGB color model

#B58986 color RGB value is (181,137,134).

  • red value is 181;
  • green value is 137;
  • blue value is 134.
RGB:
(181,137,134)
(71%,54%,53%)

RGB channels and saturation

R 181 of 255 = 71%
G 137 of 255 = 54%
B 134 of 255 = 53%

181
137
134

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

Portions of RGB colors in percentages

R + G + B =
181 + 137 + 134 = 452 (100%)
R 181 of 452 ~ 40.04%
G 137 of 452 ~ 30.31%
B 134 of 452 ~ 29.65%

%40.04
%30.31
%29.65

CMYK color model

#B58986 color CMYK value is (0,24,26,29).

  • cyan value is 0.00%
  • magenta value is 24.31%
  • yellow value is 25.97%
  • key color value is 29.02%
CMYK:
(0,24,26,29)
C0M24Y26K29 
(0%,24%,26%,29%)
(0.00/0.24/0.26/0.29)	

CMYK percentages

%0
%24.31
%25.97
%29.02

Codes

Color #B58986 in popluar color models

B58986
RGB181137134
HSL24.10%61.76%
HSB/HSV25.97%70.98%
CMYK0.00%24.31%25.97%
29.02%

Color #B58986 in popluar number systems.

HEXB58986
Decimal181137134
Binary101101011000100110000110
Octal265211206

Shades and tints

Shades of #B58986

#B58986
(181,137,134)
#A57D7A
(165,125,122)
#95716E
(149,113,110)
#856562
(133,101,98)
#755956
(117,89,86)
#654D4A
(101,77,74)
#55413E
(85,65,62)
#453532
(69,53,50)
#352926
(53,41,38)
#251D1A
(37,29,26)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #B58986

#B58986
(181,137,134)
#BB9391
(187,147,145)
#C19D9C
(193,157,156)
#C7A7A7
(199,167,167)
#CDB1B2
(205,177,178)
#D3BBBD
(211,187,189)
#D9C5C8
(217,197,200)
#DFCFD3
(223,207,211)
#E5D9DE
(229,217,222)
#EBE3E9
(235,227,233)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58986 color. Also use rgb(181,137,134) instead hex code.

Text Font Color

.myTextColor { color: #B58986; }

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

This text font color is #B58986.


Background Color

.myBgColor { background-color: #B58986; }

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

This div background color is #B58986.


Border color

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

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

This div border color is #B58986.


Opacity

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

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

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

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

This text has shadow with #B58986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58986 on black background.


Color preview on white background

This text has color #B58986 on white background.



Black color preview on #B58986 background

This text has black color on #B58986 background.


White color preview on #B58986 background

This text has white color on #B58986 background.