COLOR #B8909D

HEX: #B8909D RGB: (184,144,157)

Color info

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

RGB color model

#B8909D color RGB value is (184,144,157).

RGB: (184,144,157) (72%, 56%, 62%)

RGB channels and saturation

R 184 of 255 = 72%
G 144 of 255 = 56%
B 157 of 255 = 62%

184
144
157

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

Portions of RGB colors in percentages

R + G + B = 184 + 144 + 157 = 485 (100%)
R 184 of 485 ~ 37.94%
G 144 of 485 ~ 29.69%
B 157 of 485 ~ 32.37'%

%37.94
%29.69
%32.37

CMYK color model

#B8909D color CMYK value is (0,22,15,28).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 14.67%
  • key color value is 27.84%

CMYK: (0,22,15,28)
C0M22Y15K28 (0%, 22%, 15%, 28%)
(0.00 / 0.22 / 0.15 / 0.28)

CMYK percentages

%0
%21.74
%14.67
%27.84

Codes

Color #B8909D in popluar color models

B8 90 9D
RGB 184 144 157
HSL 341° 21.98% 64.31%
HSB/HSV 341° 21.74% 72.16%
CMYK 0.00% 21.74% 14.67%
27.84%

Color #B8909D in popluar number systems.

HEX B8 90 9D
Decimal 184 144 157
Binary 10111000 10010000 10011101
Octal 270 220 235

Shades and tints

Shades of #B8909D

#B8909D
(184,144,157)
#A8838F
(168,131,143)
#987681
(152,118,129)
#886973
(136,105,115)
#785C65
(120,92,101)
#684F57
(104,79,87)
#584249
(88,66,73)
#48353B
(72,53,59)
#38282D
(56,40,45)
#281B1F
(40,27,31)
#180E11
(24,14,17)
#000000
(0,0,0)

Tints of #B8909D

#B8909D
(184,144,157)
#BE9AA5
(190,154,165)
#C4A4AD
(196,164,173)
#CAAEB5
(202,174,181)
#D0B8BD
(208,184,189)
#D6C2C5
(214,194,197)
#DCCCCD
(220,204,205)
#E2D6D5
(226,214,213)
#E8E0DD
(232,224,221)
#EEEAE5
(238,234,229)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8909D color. Also use rgb(184,144,157) instead hex code.

Text Font Color

.myTextColor { color: #B8909D; }

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

This text font color is #B8909D.

Background Color

.myBgColor { background-color: #B8909D; }

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

This div background color is #B8909D.

Border color

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

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

This div border color is #B8909D.

Opacity

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

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

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

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

This text has shadow with #B8909D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8909D.

Preview

Color preview on black background

This text has color #B8909D on black background.


Color preview on white background

This text has color #B8909D on white background.


Black color preview on #B8909D background

This text has black color on #B8909D background.


White color preview on #B8909D background

This text has white color on #B8909D background.


Related colors

Complementary color

Complementary color for #hex is #476F62.


I love getcolorcode.com

Triadic colors

1 #9DB890 and #909DB8 with #B8909D are triadic colors.

2 #9D90B8 and #90B89D with #B8909D are triadic colors.