COLOR #B99D76

HEX: #B99D76
RGB: (185,157,118)

Color info

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

RGB color model

#B99D76 color RGB value is (185,157,118).

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

RGB channels and saturation

R 185 of 255 = 73%
G 157 of 255 = 62%
B 118 of 255 = 46%

185
157
118

R + G + B ~ 60%. #B99D76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
185 + 157 + 118 = 460 (100%)
R 185 of 460 ~ 40.22%
G 157 of 460 ~ 34.13%
B 118 of 460 ~ 25.65%

%40.22
%34.13
%25.65

CMYK color model

#B99D76 color CMYK value is (0,15,36,27).

  • cyan value is 0.00%
  • magenta value is 15.14%
  • yellow value is 36.22%
  • key color value is 27.45%
CMYK:
(0,15,36,27)
C0M15Y36K27 
(0%,15%,36%,27%)
(0.00/0.15/0.36/0.27)	

CMYK percentages

%0
%15.14
%36.22
%27.45

Codes

Color #B99D76 in popluar color models

B99D76
RGB185157118
HSL35°32.37%59.41%
HSB/HSV35°36.22%72.55%
CMYK0.00%15.14%36.22%
27.45%

Color #B99D76 in popluar number systems.

HEXB99D76
Decimal185157118
Binary10111001100111011110110
Octal271235166

Shades and tints

Shades of #B99D76

#B99D76
(185,157,118)
#A98F6C
(169,143,108)
#998162
(153,129,98)
#897358
(137,115,88)
#79654E
(121,101,78)
#695744
(105,87,68)
#59493A
(89,73,58)
#493B30
(73,59,48)
#392D26
(57,45,38)
#291F1C
(41,31,28)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #B99D76

#B99D76
(185,157,118)
#BFA582
(191,165,130)
#C5AD8E
(197,173,142)
#CBB59A
(203,181,154)
#D1BDA6
(209,189,166)
#D7C5B2
(215,197,178)
#DDCDBE
(221,205,190)
#E3D5CA
(227,213,202)
#E9DDD6
(233,221,214)
#EFE5E2
(239,229,226)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99D76; }

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

This text font color is #B99D76.


Background Color

.myBgColor { background-color: #B99D76; }

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

This div background color is #B99D76.


Border color

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

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

This div border color is #B99D76.


Opacity

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

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

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

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

This text has shadow with #B99D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99D76 on black background.


Color preview on white background

This text has color #B99D76 on white background.



Black color preview on #B99D76 background

This text has black color on #B99D76 background.


White color preview on #B99D76 background

This text has white color on #B99D76 background.