COLOR #B58899

HEX: #B58899 RGB: (181,136,153)

Color info

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

RGB color model

#B58899 color RGB value is (181,136,153).

RGB: (181,136,153) (71%, 53%, 60%)

RGB channels and saturation

R 181 of 255 = 71%
G 136 of 255 = 53%
B 153 of 255 = 60%

181
136
153

R + G + B ~ 61%. #B58899 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 136 + 153 = 470 (100%)
R 181 of 470 ~ 38.51%
G 136 of 470 ~ 28.94%
B 153 of 470 ~ 32.55'%

%38.51
%28.94
%32.55

CMYK color model

#B58899 color CMYK value is (0,25,15,29).

  • cyan value is 0.00%
  • magenta value is 24.86%
  • yellow value is 15.47%
  • key color value is 29.02%

CMYK: (0,25,15,29)
C0M25Y15K29 (0%, 25%, 15%, 29%)
(0.00 / 0.25 / 0.15 / 0.29)

CMYK percentages

%0
%24.86
%15.47
%29.02

Codes

Color #B58899 in popluar color models

B5 88 99
RGB 181 136 153
HSL 337° 23.32% 62.16%
HSB/HSV 337° 24.86% 70.98%
CMYK 0.00% 24.86% 15.47%
29.02%

Color #B58899 in popluar number systems.

HEX B5 88 99
Decimal 181 136 153
Binary 10110101 10001000 10011001
Octal 265 210 231

Shades and tints

Shades of #B58899

#B58899
(181,136,153)
#A57C8C
(165,124,140)
#95707F
(149,112,127)
#856472
(133,100,114)
#755865
(117,88,101)
#654C58
(101,76,88)
#55404B
(85,64,75)
#45343E
(69,52,62)
#352831
(53,40,49)
#251C24
(37,28,36)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #B58899

#B58899
(181,136,153)
#BB92A2
(187,146,162)
#C19CAB
(193,156,171)
#C7A6B4
(199,166,180)
#CDB0BD
(205,176,189)
#D3BAC6
(211,186,198)
#D9C4CF
(217,196,207)
#DFCED8
(223,206,216)
#E5D8E1
(229,216,225)
#EBE2EA
(235,226,234)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58899; }

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

This text font color is #B58899.

Background Color

.myBgColor { background-color: #B58899; }

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

This div background color is #B58899.

Border color

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

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

This div border color is #B58899.

Opacity

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

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

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

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

This text has shadow with #B58899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58899.

Preview

Color preview on black background

This text has color #B58899 on black background.


Color preview on white background

This text has color #B58899 on white background.


Black color preview on #B58899 background

This text has black color on #B58899 background.


White color preview on #B58899 background

This text has white color on #B58899 background.


Related colors

Complementary color

Complementary color for #hex is #4A7766.


I love getcolorcode.com

Triadic colors

1 #99B588 and #8899B5 with #B58899 are triadic colors.

2 #9988B5 and #88B599 with #B58899 are triadic colors.