COLOR #B3A013

HEX: #B3A013
RGB: (179,160,19)

Color info

#B3A013 contains mainly red and green colors. Web safe color of #B3A013 is #999900 (or #990).

RGB color model

#B3A013 color RGB value is (179,160,19).

  • red value is 179;
  • green value is 160;
  • blue value is 19.
RGB:
(179,160,19)
(70%,63%,7%)

RGB channels and saturation

R 179 of 255 = 70%
G 160 of 255 = 63%
B 19 of 255 = 7%

179
160
19

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

Portions of RGB colors in percentages

R + G + B =
179 + 160 + 19 = 358 (100%)
R 179 of 358 ~ 50%
G 160 of 358 ~ 44.69%
B 19 of 358 ~ 5.31%

%50
%44.69

CMYK color model

#B3A013 color CMYK value is (0,11,89,30).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 89.39%
  • key color value is 29.80%
CMYK:
(0,11,89,30)
C0M11Y89K30 
(0%,11%,89%,30%)
(0.00/0.11/0.89/0.30)	

CMYK percentages

%0
%10.61
%89.39
%29.8

Codes

Color #B3A013 in popluar color models

B3A013
RGB17916019
HSL53°80.81%38.82%
HSB/HSV53°89.39%70.20%
CMYK0.00%10.61%89.39%
29.80%

Color #B3A013 in popluar number systems.

HEXB3A013
Decimal17916019
Binary101100111010000010011
Octal26324023

Shades and tints

Shades of #B3A013

#B3A013
(179,160,19)
#A39212
(163,146,18)
#938411
(147,132,17)
#837610
(131,118,16)
#73680F
(115,104,15)
#635A0E
(99,90,14)
#534C0D
(83,76,13)
#433E0C
(67,62,12)
#33300B
(51,48,11)
#23220A
(35,34,10)
#131409
(19,20,9)
#000000
(0,0,0)

Tints of #B3A013

#B3A013
(179,160,19)
#B9A828
(185,168,40)
#BFB03D
(191,176,61)
#C5B852
(197,184,82)
#CBC067
(203,192,103)
#D1C87C
(209,200,124)
#D7D091
(215,208,145)
#DDD8A6
(221,216,166)
#E3E0BB
(227,224,187)
#E9E8D0
(233,232,208)
#EFF0E5
(239,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A013 color. Also use rgb(179,160,19) instead hex code.

Text Font Color

.myTextColor { color: #B3A013; }

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

This text font color is #B3A013.


Background Color

.myBgColor { background-color: #B3A013; }

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

This div background color is #B3A013.


Border color

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

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

This div border color is #B3A013.


Opacity

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

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

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

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

This text has shadow with #B3A013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A013 on black background.


Color preview on white background

This text has color #B3A013 on white background.



Black color preview on #B3A013 background

This text has black color on #B3A013 background.


White color preview on #B3A013 background

This text has white color on #B3A013 background.