COLOR #B99B76

HEX: #B99B76
RGB: (185,155,118)

Color info

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

RGB color model

#B99B76 color RGB value is (185,155,118).

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

RGB channels and saturation

R 185 of 255 = 73%
G 155 of 255 = 61%
B 118 of 255 = 46%

185
155
118

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

Portions of RGB colors in percentages

R + G + B =
185 + 155 + 118 = 458 (100%)
R 185 of 458 ~ 40.39%
G 155 of 458 ~ 33.84%
B 118 of 458 ~ 25.76%

%40.39
%33.84
%25.76

CMYK color model

#B99B76 color CMYK value is (0,16,36,27).

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 36.22%
  • key color value is 27.45%
CMYK:
(0,16,36,27)
C0M16Y36K27 
(0%,16%,36%,27%)
(0.00/0.16/0.36/0.27)	

CMYK percentages

%0
%16.22
%36.22
%27.45

Codes

Color #B99B76 in popluar color models

B99B76
RGB185155118
HSL33°32.37%59.41%
HSB/HSV33°36.22%72.55%
CMYK0.00%16.22%36.22%
27.45%

Color #B99B76 in popluar number systems.

HEXB99B76
Decimal185155118
Binary10111001100110111110110
Octal271233166

Shades and tints

Shades of #B99B76

#B99B76
(185,155,118)
#A98D6C
(169,141,108)
#997F62
(153,127,98)
#897158
(137,113,88)
#79634E
(121,99,78)
#695544
(105,85,68)
#59473A
(89,71,58)
#493930
(73,57,48)
#392B26
(57,43,38)
#291D1C
(41,29,28)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #B99B76

#B99B76
(185,155,118)
#BFA482
(191,164,130)
#C5AD8E
(197,173,142)
#CBB69A
(203,182,154)
#D1BFA6
(209,191,166)
#D7C8B2
(215,200,178)
#DDD1BE
(221,209,190)
#E3DACA
(227,218,202)
#E9E3D6
(233,227,214)
#EFECE2
(239,236,226)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99B76; }

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

This text font color is #B99B76.


Background Color

.myBgColor { background-color: #B99B76; }

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

This div background color is #B99B76.


Border color

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

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

This div border color is #B99B76.


Opacity

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

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

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

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

This text has shadow with #B99B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99B76 on black background.


Color preview on white background

This text has color #B99B76 on white background.



Black color preview on #B99B76 background

This text has black color on #B99B76 background.


White color preview on #B99B76 background

This text has white color on #B99B76 background.