COLOR #B99771

HEX: #B99771 RGB: (185,151,113)

Color info

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

RGB color model

#B99771 color RGB value is (185,151,113).

RGB: (185,151,113) (73%, 59%, 44%)

RGB channels and saturation

R 185 of 255 = 73%
G 151 of 255 = 59%
B 113 of 255 = 44%

185
151
113

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

Portions of RGB colors in percentages

R + G + B = 185 + 151 + 113 = 449 (100%)
R 185 of 449 ~ 41.2%
G 151 of 449 ~ 33.63%
B 113 of 449 ~ 25.17'%

%41.2
%33.63
%25.17

CMYK color model

#B99771 color CMYK value is (0,18,39,27).

  • cyan value is 0.00%
  • magenta value is 18.38%
  • yellow value is 38.92%
  • key color value is 27.45%

CMYK: (0,18,39,27)
C0M18Y39K27 (0%, 18%, 39%, 27%)
(0.00 / 0.18 / 0.39 / 0.27)

CMYK percentages

%0
%18.38
%38.92
%27.45

Codes

Color #B99771 in popluar color models

B9 97 71
RGB 185 151 113
HSL 32° 33.96% 58.43%
HSB/HSV 32° 38.92% 72.55%
CMYK 0.00% 18.38% 38.92%
27.45%

Color #B99771 in popluar number systems.

HEX B9 97 71
Decimal 185 151 113
Binary 10111001 10010111 1110001
Octal 271 227 161

Shades and tints

Shades of #B99771

#B99771
(185,151,113)
#A98A67
(169,138,103)
#997D5D
(153,125,93)
#897053
(137,112,83)
#796349
(121,99,73)
#69563F
(105,86,63)
#594935
(89,73,53)
#493C2B
(73,60,43)
#392F21
(57,47,33)
#292217
(41,34,23)
#19150D
(25,21,13)
#000000
(0,0,0)

Tints of #B99771

#B99771
(185,151,113)
#BFA07D
(191,160,125)
#C5A989
(197,169,137)
#CBB295
(203,178,149)
#D1BBA1
(209,187,161)
#D7C4AD
(215,196,173)
#DDCDB9
(221,205,185)
#E3D6C5
(227,214,197)
#E9DFD1
(233,223,209)
#EFE8DD
(239,232,221)
#F5F1E9
(245,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99771; }

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

This text font color is #B99771.

Background Color

.myBgColor { background-color: #B99771; }

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

This div background color is #B99771.

Border color

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

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

This div border color is #B99771.

Opacity

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

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

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

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

This text has shadow with #B99771 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99771.

Preview

Color preview on black background

This text has color #B99771 on black background.


Color preview on white background

This text has color #B99771 on white background.


Black color preview on #B99771 background

This text has black color on #B99771 background.


White color preview on #B99771 background

This text has white color on #B99771 background.


Related colors

Complementary color

Complementary color for #hex is #46688E.


I love getcolorcode.com

Triadic colors

1 #71B997 and #9771B9 with #B99771 are triadic colors.

2 #7197B9 and #97B971 with #B99771 are triadic colors.