COLOR #B99D83

HEX: #B99D83
RGB: (185,157,131)

Color info

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

RGB color model

#B99D83 color RGB value is (185,157,131).

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

RGB channels and saturation

R 185 of 255 = 73%
G 157 of 255 = 62%
B 131 of 255 = 51%

185
157
131

R + G + B ~ 62%. #B99D83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 157 + 131 = 473 (100%)
R 185 of 473 ~ 39.11%
G 157 of 473 ~ 33.19%
B 131 of 473 ~ 27.7%

%39.11
%33.19
%27.7

CMYK color model

#B99D83 color CMYK value is (0,15,29,27).

  • cyan value is 0.00%
  • magenta value is 15.14%
  • yellow value is 29.19%
  • key color value is 27.45%
CMYK:
(0,15,29,27)
C0M15Y29K27 
(0%,15%,29%,27%)
(0.00/0.15/0.29/0.27)	

CMYK percentages

%0
%15.14
%29.19
%27.45

Codes

Color #B99D83 in popluar color models

B99D83
RGB185157131
HSL29°27.84%61.96%
HSB/HSV29°29.19%72.55%
CMYK0.00%15.14%29.19%
27.45%

Color #B99D83 in popluar number systems.

HEXB99D83
Decimal185157131
Binary101110011001110110000011
Octal271235203

Shades and tints

Shades of #B99D83

#B99D83
(185,157,131)
#A98F78
(169,143,120)
#99816D
(153,129,109)
#897362
(137,115,98)
#796557
(121,101,87)
#69574C
(105,87,76)
#594941
(89,73,65)
#493B36
(73,59,54)
#392D2B
(57,45,43)
#291F20
(41,31,32)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #B99D83

#B99D83
(185,157,131)
#BFA58E
(191,165,142)
#C5AD99
(197,173,153)
#CBB5A4
(203,181,164)
#D1BDAF
(209,189,175)
#D7C5BA
(215,197,186)
#DDCDC5
(221,205,197)
#E3D5D0
(227,213,208)
#E9DDDB
(233,221,219)
#EFE5E6
(239,229,230)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99D83; }

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

This text font color is #B99D83.


Background Color

.myBgColor { background-color: #B99D83; }

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

This div background color is #B99D83.


Border color

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

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

This div border color is #B99D83.


Opacity

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

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

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

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

This text has shadow with #B99D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99D83 on black background.


Color preview on white background

This text has color #B99D83 on white background.



Black color preview on #B99D83 background

This text has black color on #B99D83 background.


White color preview on #B99D83 background

This text has white color on #B99D83 background.