COLOR #B99972

HEX: #B99972
RGB: (185,153,114)

Color info

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

RGB color model

#B99972 color RGB value is (185,153,114).

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

RGB channels and saturation

R 185 of 255 = 73%
G 153 of 255 = 60%
B 114 of 255 = 45%

185
153
114

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

Portions of RGB colors in percentages

R + G + B =
185 + 153 + 114 = 452 (100%)
R 185 of 452 ~ 40.93%
G 153 of 452 ~ 33.85%
B 114 of 452 ~ 25.22%

%40.93
%33.85
%25.22

CMYK color model

#B99972 color CMYK value is (0,17,38,27).

  • cyan value is 0.00%
  • magenta value is 17.30%
  • yellow value is 38.38%
  • key color value is 27.45%
CMYK:
(0,17,38,27)
C0M17Y38K27 
(0%,17%,38%,27%)
(0.00/0.17/0.38/0.27)	

CMYK percentages

%0
%17.3
%38.38
%27.45

Codes

Color #B99972 in popluar color models

B99972
RGB185153114
HSL33°33.65%58.63%
HSB/HSV33°38.38%72.55%
CMYK0.00%17.30%38.38%
27.45%

Color #B99972 in popluar number systems.

HEXB99972
Decimal185153114
Binary10111001100110011110010
Octal271231162

Shades and tints

Shades of #B99972

#B99972
(185,153,114)
#A98C68
(169,140,104)
#997F5E
(153,127,94)
#897254
(137,114,84)
#79654A
(121,101,74)
#695840
(105,88,64)
#594B36
(89,75,54)
#493E2C
(73,62,44)
#393122
(57,49,34)
#292418
(41,36,24)
#19170E
(25,23,14)
#000000
(0,0,0)

Tints of #B99972

#B99972
(185,153,114)
#BFA27E
(191,162,126)
#C5AB8A
(197,171,138)
#CBB496
(203,180,150)
#D1BDA2
(209,189,162)
#D7C6AE
(215,198,174)
#DDCFBA
(221,207,186)
#E3D8C6
(227,216,198)
#E9E1D2
(233,225,210)
#EFEADE
(239,234,222)
#F5F3EA
(245,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99972; }

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

This text font color is #B99972.


Background Color

.myBgColor { background-color: #B99972; }

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

This div background color is #B99972.


Border color

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

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

This div border color is #B99972.


Opacity

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

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

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

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

This text has shadow with #B99972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99972 on black background.


Color preview on white background

This text has color #B99972 on white background.



Black color preview on #B99972 background

This text has black color on #B99972 background.


White color preview on #B99972 background

This text has white color on #B99972 background.