COLOR #B58A99

HEX: #B58A99 RGB: (181,138,153)

Color info

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

RGB color model

#B58A99 color RGB value is (181,138,153).

RGB: (181,138,153) (71%, 54%, 60%)

RGB channels and saturation

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

181
138
153

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

Portions of RGB colors in percentages

R + G + B = 181 + 138 + 153 = 472 (100%)
R 181 of 472 ~ 38.35%
G 138 of 472 ~ 29.24%
B 153 of 472 ~ 32.42'%

%38.35
%29.24
%32.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.76%
  • 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
%23.76
%15.47
%29.02

Codes

Color #B58A99 in popluar color models

B5 8A 99
RGB 181 138 153
HSL 339° 22.51% 62.55%
HSB/HSV 339° 23.76% 70.98%
CMYK 0.00% 23.76% 15.47%
29.02%

Color #B58A99 in popluar number systems.

HEX B5 8A 99
Decimal 181 138 153
Binary 10110101 10001010 10011001
Octal 265 212 231

Shades and tints

Shades of #B58A99

#B58A99
(181,138,153)
#A57E8C
(165,126,140)
#95727F
(149,114,127)
#856672
(133,102,114)
#755A65
(117,90,101)
#654E58
(101,78,88)
#55424B
(85,66,75)
#45363E
(69,54,62)
#352A31
(53,42,49)
#251E24
(37,30,36)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #B58A99

#B58A99
(181,138,153)
#BB94A2
(187,148,162)
#C19EAB
(193,158,171)
#C7A8B4
(199,168,180)
#CDB2BD
(205,178,189)
#D3BCC6
(211,188,198)
#D9C6CF
(217,198,207)
#DFD0D8
(223,208,216)
#E5DAE1
(229,218,225)
#EBE4EA
(235,228,234)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58A99; }

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

This text font color is #B58A99.

Background Color

.myBgColor { background-color: #B58A99; }

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

This div background color is #B58A99.

Border color

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

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

This div border color is #B58A99.

Opacity

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

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

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

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

This text has shadow with #B58A99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58A99.

Preview

Color preview on black background

This text has color #B58A99 on black background.


Color preview on white background

This text has color #B58A99 on white background.


Black color preview on #B58A99 background

This text has black color on #B58A99 background.


White color preview on #B58A99 background

This text has white color on #B58A99 background.


Related colors

Complementary color

Complementary color for #hex is #4A7566.


I love getcolorcode.com

Triadic colors

1 #99B58A and #8A99B5 with #B58A99 are triadic colors.

2 #998AB5 and #8AB599 with #B58A99 are triadic colors.