COLOR #B99D7B

HEX: #B99D7B
RGB: (185,157,123)

Color info

#B99D7B contains mainly red and green colors. Web safe color of #B99D7B is #CC9966 (or #C96).

RGB color model

#B99D7B color RGB value is (185,157,123).

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

RGB channels and saturation

R 185 of 255 = 73%
G 157 of 255 = 62%
B 123 of 255 = 48%

185
157
123

R + G + B ~ 61%. #B99D7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 157 + 123 = 465 (100%)
R 185 of 465 ~ 39.78%
G 157 of 465 ~ 33.76%
B 123 of 465 ~ 26.45%

%39.78
%33.76
%26.45

CMYK color model

#B99D7B color CMYK value is (0,15,34,27).

  • cyan value is 0.00%
  • magenta value is 15.14%
  • yellow value is 33.51%
  • key color value is 27.45%
CMYK:
(0,15,34,27)
C0M15Y34K27 
(0%,15%,34%,27%)
(0.00/0.15/0.34/0.27)	

CMYK percentages

%0
%15.14
%33.51
%27.45

Codes

Color #B99D7B in popluar color models

B99D7B
RGB185157123
HSL33°30.69%60.39%
HSB/HSV33°33.51%72.55%
CMYK0.00%15.14%33.51%
27.45%

Color #B99D7B in popluar number systems.

HEXB99D7B
Decimal185157123
Binary10111001100111011111011
Octal271235173

Shades and tints

Shades of #B99D7B

#B99D7B
(185,157,123)
#A98F70
(169,143,112)
#998165
(153,129,101)
#89735A
(137,115,90)
#79654F
(121,101,79)
#695744
(105,87,68)
#594939
(89,73,57)
#493B2E
(73,59,46)
#392D23
(57,45,35)
#291F18
(41,31,24)
#19110D
(25,17,13)
#000000
(0,0,0)

Tints of #B99D7B

#B99D7B
(185,157,123)
#BFA587
(191,165,135)
#C5AD93
(197,173,147)
#CBB59F
(203,181,159)
#D1BDAB
(209,189,171)
#D7C5B7
(215,197,183)
#DDCDC3
(221,205,195)
#E3D5CF
(227,213,207)
#E9DDDB
(233,221,219)
#EFE5E7
(239,229,231)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99D7B; }

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

This text font color is #B99D7B.


Background Color

.myBgColor { background-color: #B99D7B; }

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

This div background color is #B99D7B.


Border color

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

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

This div border color is #B99D7B.


Opacity

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

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

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

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

This text has shadow with #B99D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99D7B on black background.


Color preview on white background

This text has color #B99D7B on white background.



Black color preview on #B99D7B background

This text has black color on #B99D7B background.


White color preview on #B99D7B background

This text has white color on #B99D7B background.