COLOR #B99D89

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

185
157
137

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

Portions of RGB colors in percentages

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

%38.62
%32.78
%28.6

CMYK color model

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

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

CMYK percentages

%0
%15.14
%25.95
%27.45

Codes

Color #B99D89 in popluar color models

B99D89
RGB185157137
HSL25°25.53%63.14%
HSB/HSV25°25.95%72.55%
CMYK0.00%15.14%25.95%
27.45%

Color #B99D89 in popluar number systems.

HEXB99D89
Decimal185157137
Binary101110011001110110001001
Octal271235211

Shades and tints

Shades of #B99D89

#B99D89
(185,157,137)
#A98F7D
(169,143,125)
#998171
(153,129,113)
#897365
(137,115,101)
#796559
(121,101,89)
#69574D
(105,87,77)
#594941
(89,73,65)
#493B35
(73,59,53)
#392D29
(57,45,41)
#291F1D
(41,31,29)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #B99D89

#B99D89
(185,157,137)
#BFA593
(191,165,147)
#C5AD9D
(197,173,157)
#CBB5A7
(203,181,167)
#D1BDB1
(209,189,177)
#D7C5BB
(215,197,187)
#DDCDC5
(221,205,197)
#E3D5CF
(227,213,207)
#E9DDD9
(233,221,217)
#EFE5E3
(239,229,227)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99D89; }

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

This text font color is #B99D89.


Background Color

.myBgColor { background-color: #B99D89; }

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

This div background color is #B99D89.


Border color

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

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

This div border color is #B99D89.


Opacity

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

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

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

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

This text has shadow with #B99D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99D89 on black background.


Color preview on white background

This text has color #B99D89 on white background.



Black color preview on #B99D89 background

This text has black color on #B99D89 background.


White color preview on #B99D89 background

This text has white color on #B99D89 background.