COLOR #B99786

HEX: #B99786 RGB: (185,151,134)

Color info

#B99786 contains red, green and blue colors in about the same proportion. Web safe color of #B99786 is #CC9999 (or #C99).

RGB color model

#B99786 color RGB value is (185,151,134).

RGB: (185,151,134) (73%, 59%, 53%)

RGB channels and saturation

R 185 of 255 = 73%
G 151 of 255 = 59%
B 134 of 255 = 53%

185
151
134

R + G + B ~ 62%. #B99786 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 151 + 134 = 470 (100%)
R 185 of 470 ~ 39.36%
G 151 of 470 ~ 32.13%
B 134 of 470 ~ 28.51'%

%39.36
%32.13
%28.51

CMYK color model

#B99786 color CMYK value is (0,18,28,27).

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

CMYK: (0,18,28,27)
C0M18Y28K27 (0%, 18%, 28%, 27%)
(0.00 / 0.18 / 0.28 / 0.27)

CMYK percentages

%0
%18.38
%27.57
%27.45

Codes

Color #B99786 in popluar color models

B9 97 86
RGB 185 151 134
HSL 20° 26.70% 62.55%
HSB/HSV 20° 27.57% 72.55%
CMYK 0.00% 18.38% 27.57%
27.45%

Color #B99786 in popluar number systems.

HEX B9 97 86
Decimal 185 151 134
Binary 10111001 10010111 10000110
Octal 271 227 206

Shades and tints

Shades of #B99786

#B99786
(185,151,134)
#A98A7A
(169,138,122)
#997D6E
(153,125,110)
#897062
(137,112,98)
#796356
(121,99,86)
#69564A
(105,86,74)
#59493E
(89,73,62)
#493C32
(73,60,50)
#392F26
(57,47,38)
#29221A
(41,34,26)
#19150E
(25,21,14)
#000000
(0,0,0)

Tints of #B99786

#B99786
(185,151,134)
#BFA091
(191,160,145)
#C5A99C
(197,169,156)
#CBB2A7
(203,178,167)
#D1BBB2
(209,187,178)
#D7C4BD
(215,196,189)
#DDCDC8
(221,205,200)
#E3D6D3
(227,214,211)
#E9DFDE
(233,223,222)
#EFE8E9
(239,232,233)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99786; }

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

This text font color is #B99786.

Background Color

.myBgColor { background-color: #B99786; }

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

This div background color is #B99786.

Border color

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

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

This div border color is #B99786.

Opacity

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

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

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

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

This text has shadow with #B99786 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99786.

Preview

Color preview on black background

This text has color #B99786 on black background.


Color preview on white background

This text has color #B99786 on white background.


Black color preview on #B99786 background

This text has black color on #B99786 background.


White color preview on #B99786 background

This text has white color on #B99786 background.


Related colors

Complementary color

Complementary color for #hex is #466879.


I love getcolorcode.com

Triadic colors

1 #86B997 and #9786B9 with #B99786 are triadic colors.

2 #8697B9 and #97B986 with #B99786 are triadic colors.