COLOR #B9899C

HEX: #B9899C RGB: (185,137,156)

Color info

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

RGB color model

#B9899C color RGB value is (185,137,156).

RGB: (185,137,156) (73%, 54%, 61%)

RGB channels and saturation

R 185 of 255 = 73%
G 137 of 255 = 54%
B 156 of 255 = 61%

185
137
156

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

Portions of RGB colors in percentages

R + G + B = 185 + 137 + 156 = 478 (100%)
R 185 of 478 ~ 38.7%
G 137 of 478 ~ 28.66%
B 156 of 478 ~ 32.64'%

%38.7
%28.66
%32.64

CMYK color model

#B9899C color CMYK value is (0,26,16,27).

  • cyan value is 0.00%
  • magenta value is 25.95%
  • yellow value is 15.68%
  • key color value is 27.45%

CMYK: (0,26,16,27)
C0M26Y16K27 (0%, 26%, 16%, 27%)
(0.00 / 0.26 / 0.16 / 0.27)

CMYK percentages

%0
%25.95
%15.68
%27.45

Codes

Color #B9899C in popluar color models

B9 89 9C
RGB 185 137 156
HSL 336° 25.53% 63.14%
HSB/HSV 336° 25.95% 72.55%
CMYK 0.00% 25.95% 15.68%
27.45%

Color #B9899C in popluar number systems.

HEX B9 89 9C
Decimal 185 137 156
Binary 10111001 10001001 10011100
Octal 271 211 234

Shades and tints

Shades of #B9899C

#B9899C
(185,137,156)
#A97D8E
(169,125,142)
#997180
(153,113,128)
#896572
(137,101,114)
#795964
(121,89,100)
#694D56
(105,77,86)
#594148
(89,65,72)
#49353A
(73,53,58)
#39292C
(57,41,44)
#291D1E
(41,29,30)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #B9899C

#B9899C
(185,137,156)
#BF93A5
(191,147,165)
#C59DAE
(197,157,174)
#CBA7B7
(203,167,183)
#D1B1C0
(209,177,192)
#D7BBC9
(215,187,201)
#DDC5D2
(221,197,210)
#E3CFDB
(227,207,219)
#E9D9E4
(233,217,228)
#EFE3ED
(239,227,237)
#F5EDF6
(245,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9899C color. Also use rgb(185,137,156) instead hex code.

Text Font Color

.myTextColor { color: #B9899C; }

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

This text font color is #B9899C.

Background Color

.myBgColor { background-color: #B9899C; }

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

This div background color is #B9899C.

Border color

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

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

This div border color is #B9899C.

Opacity

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

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

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

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

This text has shadow with #B9899C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9899C.

Preview

Color preview on black background

This text has color #B9899C on black background.


Color preview on white background

This text has color #B9899C on white background.


Black color preview on #B9899C background

This text has black color on #B9899C background.


White color preview on #B9899C background

This text has white color on #B9899C background.


Related colors

Complementary color

Complementary color for #hex is #467663.


I love getcolorcode.com

Triadic colors

1 #9CB989 and #899CB9 with #B9899C are triadic colors.

2 #9C89B9 and #89B99C with #B9899C are triadic colors.