COLOR #B9AC78

HEX: #B9AC78 RGB: (185,172,120)

Color info

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

RGB color model

#B9AC78 color RGB value is (185,172,120).

RGB: (185,172,120) (73%, 67%, 47%)

RGB channels and saturation

R 185 of 255 = 73%
G 172 of 255 = 67%
B 120 of 255 = 47%

185
172
120

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

Portions of RGB colors in percentages

R + G + B = 185 + 172 + 120 = 477 (100%)
R 185 of 477 ~ 38.78%
G 172 of 477 ~ 36.06%
B 120 of 477 ~ 25.16'%

%38.78
%36.06
%25.16

CMYK color model

#B9AC78 color CMYK value is (0,7,35,27).

  • cyan value is 0.00%
  • magenta value is 7.03%
  • yellow value is 35.14%
  • key color value is 27.45%

CMYK: (0,7,35,27)
C0M7Y35K27 (0%, 7%, 35%, 27%)
(0.00 / 0.07 / 0.35 / 0.27)

CMYK percentages

%0
%7.03
%35.14
%27.45

Codes

Color #B9AC78 in popluar color models

B9 AC 78
RGB 185 172 120
HSL 48° 31.71% 59.80%
HSB/HSV 48° 35.14% 72.55%
CMYK 0.00% 7.03% 35.14%
27.45%

Color #B9AC78 in popluar number systems.

HEX B9 AC 78
Decimal 185 172 120
Binary 10111001 10101100 1111000
Octal 271 254 170

Shades and tints

Shades of #B9AC78

#B9AC78
(185,172,120)
#A99D6E
(169,157,110)
#998E64
(153,142,100)
#897F5A
(137,127,90)
#797050
(121,112,80)
#696146
(105,97,70)
#59523C
(89,82,60)
#494332
(73,67,50)
#393428
(57,52,40)
#29251E
(41,37,30)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #B9AC78

#B9AC78
(185,172,120)
#BFB384
(191,179,132)
#C5BA90
(197,186,144)
#CBC19C
(203,193,156)
#D1C8A8
(209,200,168)
#D7CFB4
(215,207,180)
#DDD6C0
(221,214,192)
#E3DDCC
(227,221,204)
#E9E4D8
(233,228,216)
#EFEBE4
(239,235,228)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9AC78 color. Also use rgb(185,172,120) instead hex code.

Text Font Color

.myTextColor { color: #B9AC78; }

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

This text font color is #B9AC78.

Background Color

.myBgColor { background-color: #B9AC78; }

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

This div background color is #B9AC78.

Border color

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

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

This div border color is #B9AC78.

Opacity

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

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

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

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

This text has shadow with #B9AC78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9AC78.

Preview

Color preview on black background

This text has color #B9AC78 on black background.


Color preview on white background

This text has color #B9AC78 on white background.


Black color preview on #B9AC78 background

This text has black color on #B9AC78 background.


White color preview on #B9AC78 background

This text has white color on #B9AC78 background.


Related colors

Complementary color

Complementary color for #hex is #465387.


I love getcolorcode.com

Triadic colors

1 #78B9AC and #AC78B9 with #B9AC78 are triadic colors.

2 #78ACB9 and #ACB978 with #B9AC78 are triadic colors.