COLOR #B58999

HEX: #B58999
RGB: (181,137,153)

Color info

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

RGB color model

#B58999 color RGB value is (181,137,153).

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

RGB channels and saturation

R 181 of 255 = 71%
G 137 of 255 = 54%
B 153 of 255 = 60%

181
137
153

R + G + B ~ 62%. #B58999 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 137 + 153 = 471 (100%)
R 181 of 471 ~ 38.43%
G 137 of 471 ~ 29.09%
B 153 of 471 ~ 32.48%

%38.43
%29.09
%32.48

CMYK color model

#B58999 color CMYK value is (0,24,15,29).

  • cyan value is 0.00%
  • magenta value is 24.31%
  • yellow value is 15.47%
  • key color value is 29.02%
CMYK:
(0,24,15,29)
C0M24Y15K29 
(0%,24%,15%,29%)
(0.00/0.24/0.15/0.29)	

CMYK percentages

%0
%24.31
%15.47
%29.02

Codes

Color #B58999 in popluar color models

B58999
RGB181137153
HSL338°22.92%62.35%
HSB/HSV338°24.31%70.98%
CMYK0.00%24.31%15.47%
29.02%

Color #B58999 in popluar number systems.

HEXB58999
Decimal181137153
Binary101101011000100110011001
Octal265211231

Shades and tints

Shades of #B58999

#B58999
(181,137,153)
#A57D8C
(165,125,140)
#95717F
(149,113,127)
#856572
(133,101,114)
#755965
(117,89,101)
#654D58
(101,77,88)
#55414B
(85,65,75)
#45353E
(69,53,62)
#352931
(53,41,49)
#251D24
(37,29,36)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #B58999

#B58999
(181,137,153)
#BB93A2
(187,147,162)
#C19DAB
(193,157,171)
#C7A7B4
(199,167,180)
#CDB1BD
(205,177,189)
#D3BBC6
(211,187,198)
#D9C5CF
(217,197,207)
#DFCFD8
(223,207,216)
#E5D9E1
(229,217,225)
#EBE3EA
(235,227,234)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58999; }

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

This text font color is #B58999.


Background Color

.myBgColor { background-color: #B58999; }

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

This div background color is #B58999.


Border color

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

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

This div border color is #B58999.


Opacity

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

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

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

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

This text has shadow with #B58999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58999 on black background.


Color preview on white background

This text has color #B58999 on white background.



Black color preview on #B58999 background

This text has black color on #B58999 background.


White color preview on #B58999 background

This text has white color on #B58999 background.