COLOR #B99D8A

HEX: #B99D8A RGB: (185,157,138)

Color info

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

RGB color model

#B99D8A color RGB value is (185,157,138).

RGB: (185,157,138) (73%, 62%, 54%)

RGB channels and saturation

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

185
157
138

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

Portions of RGB colors in percentages

R + G + B = 185 + 157 + 138 = 480 (100%)
R 185 of 480 ~ 38.54%
G 157 of 480 ~ 32.71%
B 138 of 480 ~ 28.75'%

%38.54
%32.71
%28.75

CMYK color model

#B99D8A color CMYK value is (0,15,25,27).

  • cyan value is 0.00%
  • magenta value is 15.14%
  • yellow value is 25.41%
  • key color value is 27.45%

CMYK: (0,15,25,27)
C0M15Y25K27 (0%, 15%, 25%, 27%)
(0.00 / 0.15 / 0.25 / 0.27)

CMYK percentages

%0
%15.14
%25.41
%27.45

Codes

Color #B99D8A in popluar color models

B9 9D 8A
RGB 185 157 138
HSL 24° 25.13% 63.33%
HSB/HSV 24° 25.41% 72.55%
CMYK 0.00% 15.14% 25.41%
27.45%

Color #B99D8A in popluar number systems.

HEX B9 9D 8A
Decimal 185 157 138
Binary 10111001 10011101 10001010
Octal 271 235 212

Shades and tints

Shades of #B99D8A

#B99D8A
(185,157,138)
#A98F7E
(169,143,126)
#998172
(153,129,114)
#897366
(137,115,102)
#79655A
(121,101,90)
#69574E
(105,87,78)
#594942
(89,73,66)
#493B36
(73,59,54)
#392D2A
(57,45,42)
#291F1E
(41,31,30)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #B99D8A

#B99D8A
(185,157,138)
#BFA594
(191,165,148)
#C5AD9E
(197,173,158)
#CBB5A8
(203,181,168)
#D1BDB2
(209,189,178)
#D7C5BC
(215,197,188)
#DDCDC6
(221,205,198)
#E3D5D0
(227,213,208)
#E9DDDA
(233,221,218)
#EFE5E4
(239,229,228)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99D8A; }

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

This text font color is #B99D8A.

Background Color

.myBgColor { background-color: #B99D8A; }

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

This div background color is #B99D8A.

Border color

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

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

This div border color is #B99D8A.

Opacity

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

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

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

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

This text has shadow with #B99D8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99D8A.

Preview

Color preview on black background

This text has color #B99D8A on black background.


Color preview on white background

This text has color #B99D8A on white background.


Black color preview on #B99D8A background

This text has black color on #B99D8A background.


White color preview on #B99D8A background

This text has white color on #B99D8A background.


Related colors

Complementary color

Complementary color for #hex is #466275.


I love getcolorcode.com

Triadic colors

1 #8AB99D and #9D8AB9 with #B99D8A are triadic colors.

2 #8A9DB9 and #9DB98A with #B99D8A are triadic colors.