COLOR #B58F99

HEX: #B58F99
RGB: (181,143,153)

Color info

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

RGB color model

#B58F99 color RGB value is (181,143,153).

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

RGB channels and saturation

R 181 of 255 = 71%
G 143 of 255 = 56%
B 153 of 255 = 60%

181
143
153

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

Portions of RGB colors in percentages

R + G + B =
181 + 143 + 153 = 477 (100%)
R 181 of 477 ~ 37.95%
G 143 of 477 ~ 29.98%
B 153 of 477 ~ 32.08%

%37.95
%29.98
%32.08

CMYK color model

#B58F99 color CMYK value is (0,21,15,29).

  • cyan value is 0.00%
  • magenta value is 20.99%
  • yellow value is 15.47%
  • key color value is 29.02%
CMYK:
(0,21,15,29)
C0M21Y15K29 
(0%,21%,15%,29%)
(0.00/0.21/0.15/0.29)	

CMYK percentages

%0
%20.99
%15.47
%29.02

Codes

Color #B58F99 in popluar color models

B58F99
RGB181143153
HSL344°20.43%63.53%
HSB/HSV344°20.99%70.98%
CMYK0.00%20.99%15.47%
29.02%

Color #B58F99 in popluar number systems.

HEXB58F99
Decimal181143153
Binary101101011000111110011001
Octal265217231

Shades and tints

Shades of #B58F99

#B58F99
(181,143,153)
#A5828C
(165,130,140)
#95757F
(149,117,127)
#856872
(133,104,114)
#755B65
(117,91,101)
#654E58
(101,78,88)
#55414B
(85,65,75)
#45343E
(69,52,62)
#352731
(53,39,49)
#251A24
(37,26,36)
#150D17
(21,13,23)
#000000
(0,0,0)

Tints of #B58F99

#B58F99
(181,143,153)
#BB99A2
(187,153,162)
#C1A3AB
(193,163,171)
#C7ADB4
(199,173,180)
#CDB7BD
(205,183,189)
#D3C1C6
(211,193,198)
#D9CBCF
(217,203,207)
#DFD5D8
(223,213,216)
#E5DFE1
(229,223,225)
#EBE9EA
(235,233,234)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58F99; }

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

This text font color is #B58F99.


Background Color

.myBgColor { background-color: #B58F99; }

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

This div background color is #B58F99.


Border color

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

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

This div border color is #B58F99.


Opacity

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

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

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

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

This text has shadow with #B58F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58F99 on black background.


Color preview on white background

This text has color #B58F99 on white background.



Black color preview on #B58F99 background

This text has black color on #B58F99 background.


White color preview on #B58F99 background

This text has white color on #B58F99 background.