COLOR #B58E9F

HEX: #B58E9F
RGB: (181,142,159)

Color info

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

RGB color model

#B58E9F color RGB value is (181,142,159).

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

RGB channels and saturation

R 181 of 255 = 71%
G 142 of 255 = 56%
B 159 of 255 = 62%

181
142
159

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

Portions of RGB colors in percentages

R + G + B =
181 + 142 + 159 = 482 (100%)
R 181 of 482 ~ 37.55%
G 142 of 482 ~ 29.46%
B 159 of 482 ~ 32.99%

%37.55
%29.46
%32.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.55%
  • yellow value is 12.15%
  • key color value is 29.02%
CMYK:
(0,22,12,29)
C0M22Y12K29 
(0%,22%,12%,29%)
(0.00/0.22/0.12/0.29)	

CMYK percentages

%0
%21.55
%12.15
%29.02

Codes

Color #B58E9F in popluar color models

B58E9F
RGB181142159
HSL334°20.86%63.33%
HSB/HSV334°21.55%70.98%
CMYK0.00%21.55%12.15%
29.02%

Color #B58E9F in popluar number systems.

HEXB58E9F
Decimal181142159
Binary101101011000111010011111
Octal265216237

Shades and tints

Shades of #B58E9F

#B58E9F
(181,142,159)
#A58291
(165,130,145)
#957683
(149,118,131)
#856A75
(133,106,117)
#755E67
(117,94,103)
#655259
(101,82,89)
#55464B
(85,70,75)
#453A3D
(69,58,61)
#352E2F
(53,46,47)
#252221
(37,34,33)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #B58E9F

#B58E9F
(181,142,159)
#BB98A7
(187,152,167)
#C1A2AF
(193,162,175)
#C7ACB7
(199,172,183)
#CDB6BF
(205,182,191)
#D3C0C7
(211,192,199)
#D9CACF
(217,202,207)
#DFD4D7
(223,212,215)
#E5DEDF
(229,222,223)
#EBE8E7
(235,232,231)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58E9F; }

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

This text font color is #B58E9F.


Background Color

.myBgColor { background-color: #B58E9F; }

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

This div background color is #B58E9F.


Border color

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

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

This div border color is #B58E9F.


Opacity

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

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

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

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

This text has shadow with #B58E9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58E9F on black background.


Color preview on white background

This text has color #B58E9F on white background.



Black color preview on #B58E9F background

This text has black color on #B58E9F background.


White color preview on #B58E9F background

This text has white color on #B58E9F background.