COLOR #B9899D

HEX: #B9899D
RGB: (185,137,157)

Color info

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

RGB color model

#B9899D color RGB value is (185,137,157).

  • red value is 185;
  • green value is 137;
  • blue value is 157.
RGB:
(185,137,157)
(73%,54%,62%)

RGB channels and saturation

R 185 of 255 = 73%
G 137 of 255 = 54%
B 157 of 255 = 62%

185
137
157

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

Portions of RGB colors in percentages

R + G + B =
185 + 137 + 157 = 479 (100%)
R 185 of 479 ~ 38.62%
G 137 of 479 ~ 28.6%
B 157 of 479 ~ 32.78%

%38.62
%28.6
%32.78

CMYK color model

#B9899D color CMYK value is (0,26,15,27).

  • cyan value is 0.00%
  • magenta value is 25.95%
  • yellow value is 15.14%
  • key color value is 27.45%
CMYK:
(0,26,15,27)
C0M26Y15K27 
(0%,26%,15%,27%)
(0.00/0.26/0.15/0.27)	

CMYK percentages

%0
%25.95
%15.14
%27.45

Codes

Color #B9899D in popluar color models

B9899D
RGB185137157
HSL335°25.53%63.14%
HSB/HSV335°25.95%72.55%
CMYK0.00%25.95%15.14%
27.45%

Color #B9899D in popluar number systems.

HEXB9899D
Decimal185137157
Binary101110011000100110011101
Octal271211235

Shades and tints

Shades of #B9899D

#B9899D
(185,137,157)
#A97D8F
(169,125,143)
#997181
(153,113,129)
#896573
(137,101,115)
#795965
(121,89,101)
#694D57
(105,77,87)
#594149
(89,65,73)
#49353B
(73,53,59)
#39292D
(57,41,45)
#291D1F
(41,29,31)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #B9899D

#B9899D
(185,137,157)
#BF93A5
(191,147,165)
#C59DAD
(197,157,173)
#CBA7B5
(203,167,181)
#D1B1BD
(209,177,189)
#D7BBC5
(215,187,197)
#DDC5CD
(221,197,205)
#E3CFD5
(227,207,213)
#E9D9DD
(233,217,221)
#EFE3E5
(239,227,229)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9899D; }

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

This text font color is #B9899D.


Background Color

.myBgColor { background-color: #B9899D; }

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

This div background color is #B9899D.


Border color

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

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

This div border color is #B9899D.


Opacity

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

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

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

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

This text has shadow with #B9899D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9899D on black background.


Color preview on white background

This text has color #B9899D on white background.



Black color preview on #B9899D background

This text has black color on #B9899D background.


White color preview on #B9899D background

This text has white color on #B9899D background.