COLOR #B8AC16

HEX: #B8AC16
RGB: (184,172,22)

Color info

#B8AC16 contains mainly red and green colors. Web safe color of #B8AC16 is #CC9900 (or #C90).

RGB color model

#B8AC16 color RGB value is (184,172,22).

  • red value is 184;
  • green value is 172;
  • blue value is 22.
RGB:
(184,172,22)
(72%,67%,9%)

RGB channels and saturation

R 184 of 255 = 72%
G 172 of 255 = 67%
B 22 of 255 = 9%

184
172
22

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

Portions of RGB colors in percentages

R + G + B =
184 + 172 + 22 = 378 (100%)
R 184 of 378 ~ 48.68%
G 172 of 378 ~ 45.5%
B 22 of 378 ~ 5.82%

%48.68
%45.5

CMYK color model

#B8AC16 color CMYK value is (0,7,88,28).

  • cyan value is 0.00%
  • magenta value is 6.52%
  • yellow value is 88.04%
  • key color value is 27.84%
CMYK:
(0,7,88,28)
C0M7Y88K28 
(0%,7%,88%,28%)
(0.00/0.07/0.88/0.28)	

CMYK percentages

%0
%6.52
%88.04
%27.84

Codes

Color #B8AC16 in popluar color models

B8AC16
RGB18417222
HSL56°78.64%40.39%
HSB/HSV56°88.04%72.16%
CMYK0.00%6.52%88.04%
27.84%

Color #B8AC16 in popluar number systems.

HEXB8AC16
Decimal18417222
Binary101110001010110010110
Octal27025426

Shades and tints

Shades of #B8AC16

#B8AC16
(184,172,22)
#A89D14
(168,157,20)
#988E12
(152,142,18)
#887F10
(136,127,16)
#78700E
(120,112,14)
#68610C
(104,97,12)
#58520A
(88,82,10)
#484308
(72,67,8)
#383406
(56,52,6)
#282504
(40,37,4)
#181602
(24,22,2)
#000000
(0,0,0)

Tints of #B8AC16

#B8AC16
(184,172,22)
#BEB32B
(190,179,43)
#C4BA40
(196,186,64)
#CAC155
(202,193,85)
#D0C86A
(208,200,106)
#D6CF7F
(214,207,127)
#DCD694
(220,214,148)
#E2DDA9
(226,221,169)
#E8E4BE
(232,228,190)
#EEEBD3
(238,235,211)
#F4F2E8
(244,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8AC16 color. Also use rgb(184,172,22) instead hex code.

Text Font Color

.myTextColor { color: #B8AC16; }

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

This text font color is #B8AC16.


Background Color

.myBgColor { background-color: #B8AC16; }

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

This div background color is #B8AC16.


Border color

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

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

This div border color is #B8AC16.


Opacity

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

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

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

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

This text has shadow with #B8AC16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AC16 on black background.


Color preview on white background

This text has color #B8AC16 on white background.



Black color preview on #B8AC16 background

This text has black color on #B8AC16 background.


White color preview on #B8AC16 background

This text has white color on #B8AC16 background.