COLOR #B58D9D

HEX: #B58D9D
RGB: (181,141,157)

Color info

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

RGB color model

#B58D9D color RGB value is (181,141,157).

  • red value is 181;
  • green value is 141;
  • blue value is 157.
RGB:
(181,141,157)
(71%,55%,62%)

RGB channels and saturation

R 181 of 255 = 71%
G 141 of 255 = 55%
B 157 of 255 = 62%

181
141
157

R + G + B ~ 63%. #B58D9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 141 + 157 = 479 (100%)
R 181 of 479 ~ 37.79%
G 141 of 479 ~ 29.44%
B 157 of 479 ~ 32.78%

%37.79
%29.44
%32.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.10%
  • yellow value is 13.26%
  • key color value is 29.02%
CMYK:
(0,22,13,29)
C0M22Y13K29 
(0%,22%,13%,29%)
(0.00/0.22/0.13/0.29)	

CMYK percentages

%0
%22.1
%13.26
%29.02

Codes

Color #B58D9D in popluar color models

B58D9D
RGB181141157
HSL336°21.28%63.14%
HSB/HSV336°22.10%70.98%
CMYK0.00%22.10%13.26%
29.02%

Color #B58D9D in popluar number systems.

HEXB58D9D
Decimal181141157
Binary101101011000110110011101
Octal265215235

Shades and tints

Shades of #B58D9D

#B58D9D
(181,141,157)
#A5818F
(165,129,143)
#957581
(149,117,129)
#856973
(133,105,115)
#755D65
(117,93,101)
#655157
(101,81,87)
#554549
(85,69,73)
#45393B
(69,57,59)
#352D2D
(53,45,45)
#25211F
(37,33,31)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #B58D9D

#B58D9D
(181,141,157)
#BB97A5
(187,151,165)
#C1A1AD
(193,161,173)
#C7ABB5
(199,171,181)
#CDB5BD
(205,181,189)
#D3BFC5
(211,191,197)
#D9C9CD
(217,201,205)
#DFD3D5
(223,211,213)
#E5DDDD
(229,221,221)
#EBE7E5
(235,231,229)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58D9D color. Also use rgb(181,141,157) instead hex code.

Text Font Color

.myTextColor { color: #B58D9D; }

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

This text font color is #B58D9D.


Background Color

.myBgColor { background-color: #B58D9D; }

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

This div background color is #B58D9D.


Border color

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

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

This div border color is #B58D9D.


Opacity

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

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

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

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

This text has shadow with #B58D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58D9D on black background.


Color preview on white background

This text has color #B58D9D on white background.



Black color preview on #B58D9D background

This text has black color on #B58D9D background.


White color preview on #B58D9D background

This text has white color on #B58D9D background.