COLOR #B4A009

HEX: #B4A009
RGB: (180,160,9)

Color info

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

RGB color model

#B4A009 color RGB value is (180,160,9).

  • red value is 180;
  • green value is 160;
  • blue value is 9.
RGB:
(180,160,9)
(71%,63%,4%)

RGB channels and saturation

R 180 of 255 = 71%
G 160 of 255 = 63%
B 9 of 255 = 4%

180
160
9

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

Portions of RGB colors in percentages

R + G + B =
180 + 160 + 9 = 349 (100%)
R 180 of 349 ~ 51.58%
G 160 of 349 ~ 45.85%
B 9 of 349 ~ 2.58%

%51.58
%45.85

CMYK color model

#B4A009 color CMYK value is (0,11,95,29).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 95.00%
  • key color value is 29.41%
CMYK:
(0,11,95,29)
C0M11Y95K29 
(0%,11%,95%,29%)
(0.00/0.11/0.95/0.29)	

CMYK percentages

%0
%11.11
%95
%29.41

Codes

Color #B4A009 in popluar color models

B4A009
RGB1801609
HSL53°90.48%37.06%
HSB/HSV53°95.00%70.59%
CMYK0.00%11.11%95.00%
29.41%

Color #B4A009 in popluar number systems.

HEXB4A009
Decimal1801609
Binary10110100101000001001
Octal26424011

Shades and tints

Shades of #B4A009

#B4A009
(180,160,9)
#A49209
(164,146,9)
#948409
(148,132,9)
#847609
(132,118,9)
#746809
(116,104,9)
#645A09
(100,90,9)
#544C09
(84,76,9)
#443E09
(68,62,9)
#343009
(52,48,9)
#242209
(36,34,9)
#141409
(20,20,9)
#000000
(0,0,0)

Tints of #B4A009

#B4A009
(180,160,9)
#BAA81F
(186,168,31)
#C0B035
(192,176,53)
#C6B84B
(198,184,75)
#CCC061
(204,192,97)
#D2C877
(210,200,119)
#D8D08D
(216,208,141)
#DED8A3
(222,216,163)
#E4E0B9
(228,224,185)
#EAE8CF
(234,232,207)
#F0F0E5
(240,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A009 color. Also use rgb(180,160,9) instead hex code.

Text Font Color

.myTextColor { color: #B4A009; }

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

This text font color is #B4A009.


Background Color

.myBgColor { background-color: #B4A009; }

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

This div background color is #B4A009.


Border color

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

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

This div border color is #B4A009.


Opacity

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

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

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

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

This text has shadow with #B4A009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A009 on black background.


Color preview on white background

This text has color #B4A009 on white background.



Black color preview on #B4A009 background

This text has black color on #B4A009 background.


White color preview on #B4A009 background

This text has white color on #B4A009 background.