COLOR #B9A07C

HEX: #B9A07C RGB: (185,160,124)

Color info

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

RGB color model

#B9A07C color RGB value is (185,160,124).

RGB: (185,160,124) (73%, 63%, 49%)

RGB channels and saturation

R 185 of 255 = 73%
G 160 of 255 = 63%
B 124 of 255 = 49%

185
160
124

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

Portions of RGB colors in percentages

R + G + B = 185 + 160 + 124 = 469 (100%)
R 185 of 469 ~ 39.45%
G 160 of 469 ~ 34.12%
B 124 of 469 ~ 26.44'%

%39.45
%34.12
%26.44

CMYK color model

#B9A07C color CMYK value is (0,14,33,27).

  • cyan value is 0.00%
  • magenta value is 13.51%
  • yellow value is 32.97%
  • key color value is 27.45%
CMYK: (0,14,33,27) C0M14Y33K27 (0%,14%,33%,27%) (0.00/0.14/0.33/0.27) 

CMYK percentages

%0
%13.51
%32.97
%27.45

Codes

Color #B9A07C in popluar color models

B9 A0 7C
RGB 185 160 124
HSL 35° 30.35% 60.59%
HSB/HSV 35° 32.97% 72.55%
CMYK 0.00% 13.51% 32.97%
27.45%

Color #B9A07C in popluar number systems.

HEX B9 A0 7C
Decimal 185 160 124
Binary 10111001 10100000 1111100
Octal 271 240 174

Shades and tints

Shades of #B9A07C

#B9A07C
(185,160,124)
#A99271
(169,146,113)
#998466
(153,132,102)
#89765B
(137,118,91)
#796850
(121,104,80)
#695A45
(105,90,69)
#594C3A
(89,76,58)
#493E2F
(73,62,47)
#393024
(57,48,36)
#292219
(41,34,25)
#19140E
(25,20,14)
#000000
(0,0,0)

Tints of #B9A07C

#B9A07C
(185,160,124)
#BFA887
(191,168,135)
#C5B092
(197,176,146)
#CBB89D
(203,184,157)
#D1C0A8
(209,192,168)
#D7C8B3
(215,200,179)
#DDD0BE
(221,208,190)
#E3D8C9
(227,216,201)
#E9E0D4
(233,224,212)
#EFE8DF
(239,232,223)
#F5F0EA
(245,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A07C color. Also use rgb(185,160,124) instead hex code.

Text Font Color

.myTextColor { color: #B9A07C; }

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

This text font color is #B9A07C.

Background Color

.myBgColor { background-color: #B9A07C; }

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

This div background color is #B9A07C.

Border color

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

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

This div border color is #B9A07C.

Opacity

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

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

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

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

This text has shadow with #B9A07C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A07C.

Preview

Color preview on black background

This text has color #B9A07C on black background.


Color preview on white background

This text has color #B9A07C on white background.


Black color preview on #B9A07C background

This text has black color on #B9A07C background.


White color preview on #B9A07C background

This text has white color on #B9A07C background.


Related colors

Complementary color

Complementary color for #hex is #465F83.


I love getcolorcode.com

Triadic colors

1 #7CB9A0 and #A07CB9 with #B9A07C are triadic colors.

2 #7CA0B9 and #A0B97C with #B9A07C are triadic colors.