COLOR #B9879F

HEX: #B9879F RGB: (185,135,159)

Color info

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

RGB color model

#B9879F color RGB value is (185,135,159).

RGB: (185,135,159) (73%, 53%, 62%)

RGB channels and saturation

R 185 of 255 = 73%
G 135 of 255 = 53%
B 159 of 255 = 62%

185
135
159

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

Portions of RGB colors in percentages

R + G + B = 185 + 135 + 159 = 479 (100%)
R 185 of 479 ~ 38.62%
G 135 of 479 ~ 28.18%
B 159 of 479 ~ 33.19'%

%38.62
%28.18
%33.19

CMYK color model

#B9879F color CMYK value is (0,27,14,27).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 14.05%
  • key color value is 27.45%

CMYK: (0,27,14,27)
C0M27Y14K27 (0%, 27%, 14%, 27%)
(0.00 / 0.27 / 0.14 / 0.27)

CMYK percentages

%0
%27.03
%14.05
%27.45

Codes

Color #B9879F in popluar color models

B9 87 9F
RGB 185 135 159
HSL 331° 26.32% 62.75%
HSB/HSV 331° 27.03% 72.55%
CMYK 0.00% 27.03% 14.05%
27.45%

Color #B9879F in popluar number systems.

HEX B9 87 9F
Decimal 185 135 159
Binary 10111001 10000111 10011111
Octal 271 207 237

Shades and tints

Shades of #B9879F

#B9879F
(185,135,159)
#A97B91
(169,123,145)
#996F83
(153,111,131)
#896375
(137,99,117)
#795767
(121,87,103)
#694B59
(105,75,89)
#593F4B
(89,63,75)
#49333D
(73,51,61)
#39272F
(57,39,47)
#291B21
(41,27,33)
#190F13
(25,15,19)
#000000
(0,0,0)

Tints of #B9879F

#B9879F
(185,135,159)
#BF91A7
(191,145,167)
#C59BAF
(197,155,175)
#CBA5B7
(203,165,183)
#D1AFBF
(209,175,191)
#D7B9C7
(215,185,199)
#DDC3CF
(221,195,207)
#E3CDD7
(227,205,215)
#E9D7DF
(233,215,223)
#EFE1E7
(239,225,231)
#F5EBEF
(245,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9879F color. Also use rgb(185,135,159) instead hex code.

Text Font Color

.myTextColor { color: #B9879F; }

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

This text font color is #B9879F.

Background Color

.myBgColor { background-color: #B9879F; }

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

This div background color is #B9879F.

Border color

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

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

This div border color is #B9879F.

Opacity

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

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

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

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

This text has shadow with #B9879F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9879F.

Preview

Color preview on black background

This text has color #B9879F on black background.


Color preview on white background

This text has color #B9879F on white background.


Black color preview on #B9879F background

This text has black color on #B9879F background.


White color preview on #B9879F background

This text has white color on #B9879F background.


Related colors

Complementary color

Complementary color for #hex is #467860.


I love getcolorcode.com

Triadic colors

1 #9FB987 and #879FB9 with #B9879F are triadic colors.

2 #9F87B9 and #87B99F with #B9879F are triadic colors.