COLOR #B99A6F

HEX: #B99A6F RGB: (185,154,111)

Color info

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

RGB color model

#B99A6F color RGB value is (185,154,111).

RGB: (185,154,111) (73%, 60%, 44%)

RGB channels and saturation

R 185 of 255 = 73%
G 154 of 255 = 60%
B 111 of 255 = 44%

185
154
111

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

Portions of RGB colors in percentages

R + G + B = 185 + 154 + 111 = 450 (100%)
R 185 of 450 ~ 41.11%
G 154 of 450 ~ 34.22%
B 111 of 450 ~ 24.67'%

%41.11
%34.22
%24.67

CMYK color model

#B99A6F color CMYK value is (0,17,40,27).

  • cyan value is 0.00%
  • magenta value is 16.76%
  • yellow value is 40.00%
  • key color value is 27.45%
CMYK: (0,17,40,27) C0M17Y40K27 (0%,17%,40%,27%) (0.00/0.17/0.40/0.27) 

CMYK percentages

%0
%16.76
%40
%27.45

Codes

Color #B99A6F in popluar color models

B9 9A 6F
RGB 185 154 111
HSL 35° 34.58% 58.04%
HSB/HSV 35° 40.00% 72.55%
CMYK 0.00% 16.76% 40.00%
27.45%

Color #B99A6F in popluar number systems.

HEX B9 9A 6F
Decimal 185 154 111
Binary 10111001 10011010 1101111
Octal 271 232 157

Shades and tints

Shades of #B99A6F

#B99A6F
(185,154,111)
#A98C65
(169,140,101)
#997E5B
(153,126,91)
#897051
(137,112,81)
#796247
(121,98,71)
#69543D
(105,84,61)
#594633
(89,70,51)
#493829
(73,56,41)
#392A1F
(57,42,31)
#291C15
(41,28,21)
#190E0B
(25,14,11)
#000000
(0,0,0)

Tints of #B99A6F

#B99A6F
(185,154,111)
#BFA37C
(191,163,124)
#C5AC89
(197,172,137)
#CBB596
(203,181,150)
#D1BEA3
(209,190,163)
#D7C7B0
(215,199,176)
#DDD0BD
(221,208,189)
#E3D9CA
(227,217,202)
#E9E2D7
(233,226,215)
#EFEBE4
(239,235,228)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99A6F color. Also use rgb(185,154,111) instead hex code.

Text Font Color

.myTextColor { color: #B99A6F; }

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

This text font color is #B99A6F.

Background Color

.myBgColor { background-color: #B99A6F; }

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

This div background color is #B99A6F.

Border color

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

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

This div border color is #B99A6F.

Opacity

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

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

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

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

This text has shadow with #B99A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99A6F.

Preview

Color preview on black background

This text has color #B99A6F on black background.


Color preview on white background

This text has color #B99A6F on white background.


Black color preview on #B99A6F background

This text has black color on #B99A6F background.


White color preview on #B99A6F background

This text has white color on #B99A6F background.


Related colors

Complementary color

Complementary color for #hex is #466590.


I love getcolorcode.com

Triadic colors

1 #6FB99A and #9A6FB9 with #B99A6F are triadic colors.

2 #6F9AB9 and #9AB96F with #B99A6F are triadic colors.