COLOR #B8899F

HEX: #B8899F RGB: (184,137,159)

Color info

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

RGB color model

#B8899F color RGB value is (184,137,159).

RGB: (184,137,159) (72%, 54%, 62%)

RGB channels and saturation

R 184 of 255 = 72%
G 137 of 255 = 54%
B 159 of 255 = 62%

184
137
159

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

Portions of RGB colors in percentages

R + G + B = 184 + 137 + 159 = 480 (100%)
R 184 of 480 ~ 38.33%
G 137 of 480 ~ 28.54%
B 159 of 480 ~ 33.13'%

%38.33
%28.54
%33.13

CMYK color model

#B8899F color CMYK value is (0,26,14,28).

  • cyan value is 0.00%
  • magenta value is 25.54%
  • yellow value is 13.59%
  • key color value is 27.84%

CMYK: (0,26,14,28)
C0M26Y14K28 (0%, 26%, 14%, 28%)
(0.00 / 0.26 / 0.14 / 0.28)

CMYK percentages

%0
%25.54
%13.59
%27.84

Codes

Color #B8899F in popluar color models

B8 89 9F
RGB 184 137 159
HSL 332° 24.87% 62.94%
HSB/HSV 332° 25.54% 72.16%
CMYK 0.00% 25.54% 13.59%
27.84%

Color #B8899F in popluar number systems.

HEX B8 89 9F
Decimal 184 137 159
Binary 10111000 10001001 10011111
Octal 270 211 237

Shades and tints

Shades of #B8899F

#B8899F
(184,137,159)
#A87D91
(168,125,145)
#987183
(152,113,131)
#886575
(136,101,117)
#785967
(120,89,103)
#684D59
(104,77,89)
#58414B
(88,65,75)
#48353D
(72,53,61)
#38292F
(56,41,47)
#281D21
(40,29,33)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #B8899F

#B8899F
(184,137,159)
#BE93A7
(190,147,167)
#C49DAF
(196,157,175)
#CAA7B7
(202,167,183)
#D0B1BF
(208,177,191)
#D6BBC7
(214,187,199)
#DCC5CF
(220,197,207)
#E2CFD7
(226,207,215)
#E8D9DF
(232,217,223)
#EEE3E7
(238,227,231)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8899F color. Also use rgb(184,137,159) instead hex code.

Text Font Color

.myTextColor { color: #B8899F; }

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

This text font color is #B8899F.

Background Color

.myBgColor { background-color: #B8899F; }

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

This div background color is #B8899F.

Border color

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

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

This div border color is #B8899F.

Opacity

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

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

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

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

This text has shadow with #B8899F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8899F.

Preview

Color preview on black background

This text has color #B8899F on black background.


Color preview on white background

This text has color #B8899F on white background.


Black color preview on #B8899F background

This text has black color on #B8899F background.


White color preview on #B8899F background

This text has white color on #B8899F background.


Related colors

Complementary color

Complementary color for #hex is #477660.


I love getcolorcode.com

Triadic colors

1 #9FB889 and #899FB8 with #B8899F are triadic colors.

2 #9F89B8 and #89B89F with #B8899F are triadic colors.