COLOR #B9A16F

HEX: #B9A16F RGB: (185,161,111)

Color info

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

RGB color model

#B9A16F color RGB value is (185,161,111).

RGB: (185,161,111) (73%, 63%, 44%)

RGB channels and saturation

R 185 of 255 = 73%
G 161 of 255 = 63%
B 111 of 255 = 44%

185
161
111

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

Portions of RGB colors in percentages

R + G + B = 185 + 161 + 111 = 457 (100%)
R 185 of 457 ~ 40.48%
G 161 of 457 ~ 35.23%
B 111 of 457 ~ 24.29'%

%40.48
%35.23
%24.29

CMYK color model

#B9A16F color CMYK value is (0,13,40,27).

  • cyan value is 0.00%
  • magenta value is 12.97%
  • yellow value is 40.00%
  • key color value is 27.45%
CMYK: (0,13,40,27) C0M13Y40K27 (0%,13%,40%,27%) (0.00/0.13/0.40/0.27) 

CMYK percentages

%0
%12.97
%40
%27.45

Codes

Color #B9A16F in popluar color models

B9 A1 6F
RGB 185 161 111
HSL 41° 34.58% 58.04%
HSB/HSV 41° 40.00% 72.55%
CMYK 0.00% 12.97% 40.00%
27.45%

Color #B9A16F in popluar number systems.

HEX B9 A1 6F
Decimal 185 161 111
Binary 10111001 10100001 1101111
Octal 271 241 157

Shades and tints

Shades of #B9A16F

#B9A16F
(185,161,111)
#A99365
(169,147,101)
#99855B
(153,133,91)
#897751
(137,119,81)
#796947
(121,105,71)
#695B3D
(105,91,61)
#594D33
(89,77,51)
#493F29
(73,63,41)
#39311F
(57,49,31)
#292315
(41,35,21)
#19150B
(25,21,11)
#000000
(0,0,0)

Tints of #B9A16F

#B9A16F
(185,161,111)
#BFA97C
(191,169,124)
#C5B189
(197,177,137)
#CBB996
(203,185,150)
#D1C1A3
(209,193,163)
#D7C9B0
(215,201,176)
#DDD1BD
(221,209,189)
#E3D9CA
(227,217,202)
#E9E1D7
(233,225,215)
#EFE9E4
(239,233,228)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A16F; }

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

This text font color is #B9A16F.

Background Color

.myBgColor { background-color: #B9A16F; }

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

This div background color is #B9A16F.

Border color

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

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

This div border color is #B9A16F.

Opacity

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

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

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

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

This text has shadow with #B9A16F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A16F.

Preview

Color preview on black background

This text has color #B9A16F on black background.


Color preview on white background

This text has color #B9A16F on white background.


Black color preview on #B9A16F background

This text has black color on #B9A16F background.


White color preview on #B9A16F background

This text has white color on #B9A16F background.


Related colors

Complementary color

Complementary color for #hex is #465E90.


I love getcolorcode.com

Triadic colors

1 #6FB9A1 and #A16FB9 with #B9A16F are triadic colors.

2 #6FA1B9 and #A1B96F with #B9A16F are triadic colors.