COLOR #B9A512

HEX: #B9A512 RGB: (185,165,18)

Color info

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

RGB color model

#B9A512 color RGB value is (185,165,18).

RGB: (185,165,18) (73%, 65%, 7%)

RGB channels and saturation

R 185 of 255 = 73%
G 165 of 255 = 65%
B 18 of 255 = 7%

185
165
18

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

Portions of RGB colors in percentages

R + G + B = 185 + 165 + 18 = 368 (100%)
R 185 of 368 ~ 50.27%
G 165 of 368 ~ 44.84%
B 18 of 368 ~ 4.89'%

%50.27
%44.84

CMYK color model

#B9A512 color CMYK value is (0,11,90,27).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 90.27%
  • key color value is 27.45%

CMYK: (0,11,90,27)
C0M11Y90K27 (0%, 11%, 90%, 27%)
(0.00 / 0.11 / 0.90 / 0.27)

CMYK percentages

%0
%10.81
%90.27
%27.45

Codes

Color #B9A512 in popluar color models

B9 A5 12
RGB 185 165 18
HSL 53° 82.27% 39.80%
HSB/HSV 53° 90.27% 72.55%
CMYK 0.00% 10.81% 90.27%
27.45%

Color #B9A512 in popluar number systems.

HEX B9 A5 12
Decimal 185 165 18
Binary 10111001 10100101 10010
Octal 271 245 22

Shades and tints

Shades of #B9A512

#B9A512
(185,165,18)
#A99611
(169,150,17)
#998710
(153,135,16)
#89780F
(137,120,15)
#79690E
(121,105,14)
#695A0D
(105,90,13)
#594B0C
(89,75,12)
#493C0B
(73,60,11)
#392D0A
(57,45,10)
#291E09
(41,30,9)
#190F08
(25,15,8)
#000000
(0,0,0)

Tints of #B9A512

#B9A512
(185,165,18)
#BFAD27
(191,173,39)
#C5B53C
(197,181,60)
#CBBD51
(203,189,81)
#D1C566
(209,197,102)
#D7CD7B
(215,205,123)
#DDD590
(221,213,144)
#E3DDA5
(227,221,165)
#E9E5BA
(233,229,186)
#EFEDCF
(239,237,207)
#F5F5E4
(245,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A512 color. Also use rgb(185,165,18) instead hex code.

Text Font Color

.myTextColor { color: #B9A512; }

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

This text font color is #B9A512.

Background Color

.myBgColor { background-color: #B9A512; }

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

This div background color is #B9A512.

Border color

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

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

This div border color is #B9A512.

Opacity

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

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

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

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

This text has shadow with #B9A512 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A512.

Preview

Color preview on black background

This text has color #B9A512 on black background.


Color preview on white background

This text has color #B9A512 on white background.


Black color preview on #B9A512 background

This text has black color on #B9A512 background.


White color preview on #B9A512 background

This text has white color on #B9A512 background.


Related colors

Complementary color

Complementary color for #hex is #465AED.


I love getcolorcode.com

Triadic colors

1 #12B9A5 and #A512B9 with #B9A512 are triadic colors.

2 #12A5B9 and #A5B912 with #B9A512 are triadic colors.