COLOR #B99772

HEX: #B99772
RGB: (185,151,114)

Color info

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

RGB color model

#B99772 color RGB value is (185,151,114).

  • red value is 185;
  • green value is 151;
  • blue value is 114.
RGB:
(185,151,114)
(73%,59%,45%)

RGB channels and saturation

R 185 of 255 = 73%
G 151 of 255 = 59%
B 114 of 255 = 45%

185
151
114

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

Portions of RGB colors in percentages

R + G + B =
185 + 151 + 114 = 450 (100%)
R 185 of 450 ~ 41.11%
G 151 of 450 ~ 33.56%
B 114 of 450 ~ 25.33%

%41.11
%33.56
%25.33

CMYK color model

#B99772 color CMYK value is (0,18,38,27).

  • cyan value is 0.00%
  • magenta value is 18.38%
  • yellow value is 38.38%
  • key color value is 27.45%
CMYK:
(0,18,38,27)
C0M18Y38K27 
(0%,18%,38%,27%)
(0.00/0.18/0.38/0.27)	

CMYK percentages

%0
%18.38
%38.38
%27.45

Codes

Color #B99772 in popluar color models

B99772
RGB185151114
HSL31°33.65%58.63%
HSB/HSV31°38.38%72.55%
CMYK0.00%18.38%38.38%
27.45%

Color #B99772 in popluar number systems.

HEXB99772
Decimal185151114
Binary10111001100101111110010
Octal271227162

Shades and tints

Shades of #B99772

#B99772
(185,151,114)
#A98A68
(169,138,104)
#997D5E
(153,125,94)
#897054
(137,112,84)
#79634A
(121,99,74)
#695640
(105,86,64)
#594936
(89,73,54)
#493C2C
(73,60,44)
#392F22
(57,47,34)
#292218
(41,34,24)
#19150E
(25,21,14)
#000000
(0,0,0)

Tints of #B99772

#B99772
(185,151,114)
#BFA07E
(191,160,126)
#C5A98A
(197,169,138)
#CBB296
(203,178,150)
#D1BBA2
(209,187,162)
#D7C4AE
(215,196,174)
#DDCDBA
(221,205,186)
#E3D6C6
(227,214,198)
#E9DFD2
(233,223,210)
#EFE8DE
(239,232,222)
#F5F1EA
(245,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99772 color. Also use rgb(185,151,114) instead hex code.

Text Font Color

.myTextColor { color: #B99772; }

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

This text font color is #B99772.


Background Color

.myBgColor { background-color: #B99772; }

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

This div background color is #B99772.


Border color

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

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

This div border color is #B99772.


Opacity

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

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

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

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

This text has shadow with #B99772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99772 on black background.


Color preview on white background

This text has color #B99772 on white background.



Black color preview on #B99772 background

This text has black color on #B99772 background.


White color preview on #B99772 background

This text has white color on #B99772 background.