COLOR #B5909E

HEX: #B5909E RGB: (181,144,158)

Color info

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

RGB color model

#B5909E color RGB value is (181,144,158).

RGB: (181,144,158) (71%, 56%, 62%)

RGB channels and saturation

R 181 of 255 = 71%
G 144 of 255 = 56%
B 158 of 255 = 62%

181
144
158

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

Portions of RGB colors in percentages

R + G + B = 181 + 144 + 158 = 483 (100%)
R 181 of 483 ~ 37.47%
G 144 of 483 ~ 29.81%
B 158 of 483 ~ 32.71'%

%37.47
%29.81
%32.71

CMYK color model

#B5909E color CMYK value is (0,20,13,29).

  • cyan value is 0.00%
  • magenta value is 20.44%
  • yellow value is 12.71%
  • key color value is 29.02%

CMYK: (0,20,13,29)
C0M20Y13K29 (0%, 20%, 13%, 29%)
(0.00 / 0.20 / 0.13 / 0.29)

CMYK percentages

%0
%20.44
%12.71
%29.02

Codes

Color #B5909E in popluar color models

B5 90 9E
RGB 181 144 158
HSL 337° 20.00% 63.73%
HSB/HSV 337° 20.44% 70.98%
CMYK 0.00% 20.44% 12.71%
29.02%

Color #B5909E in popluar number systems.

HEX B5 90 9E
Decimal 181 144 158
Binary 10110101 10010000 10011110
Octal 265 220 236

Shades and tints

Shades of #B5909E

#B5909E
(181,144,158)
#A58390
(165,131,144)
#957682
(149,118,130)
#856974
(133,105,116)
#755C66
(117,92,102)
#654F58
(101,79,88)
#55424A
(85,66,74)
#45353C
(69,53,60)
#35282E
(53,40,46)
#251B20
(37,27,32)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #B5909E

#B5909E
(181,144,158)
#BB9AA6
(187,154,166)
#C1A4AE
(193,164,174)
#C7AEB6
(199,174,182)
#CDB8BE
(205,184,190)
#D3C2C6
(211,194,198)
#D9CCCE
(217,204,206)
#DFD6D6
(223,214,214)
#E5E0DE
(229,224,222)
#EBEAE6
(235,234,230)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5909E color. Also use rgb(181,144,158) instead hex code.

Text Font Color

.myTextColor { color: #B5909E; }

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

This text font color is #B5909E.

Background Color

.myBgColor { background-color: #B5909E; }

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

This div background color is #B5909E.

Border color

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

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

This div border color is #B5909E.

Opacity

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

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

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

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

This text has shadow with #B5909E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5909E.

Preview

Color preview on black background

This text has color #B5909E on black background.


Color preview on white background

This text has color #B5909E on white background.


Black color preview on #B5909E background

This text has black color on #B5909E background.


White color preview on #B5909E background

This text has white color on #B5909E background.


Related colors

Complementary color

Complementary color for #hex is #4A6F61.


I love getcolorcode.com

Triadic colors

1 #9EB590 and #909EB5 with #B5909E are triadic colors.

2 #9E90B5 and #90B59E with #B5909E are triadic colors.