COLOR #B0A22D

HEX: #B0A22D
RGB: (176,162,45)

Color info

#B0A22D contains mainly red and green colors. Web safe color of #B0A22D is #999933 (or #993).

RGB color model

#B0A22D color RGB value is (176,162,45).

  • red value is 176;
  • green value is 162;
  • blue value is 45.
RGB:
(176,162,45)
(69%,64%,18%)

RGB channels and saturation

R 176 of 255 = 69%
G 162 of 255 = 64%
B 45 of 255 = 18%

176
162
45

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

Portions of RGB colors in percentages

R + G + B =
176 + 162 + 45 = 383 (100%)
R 176 of 383 ~ 45.95%
G 162 of 383 ~ 42.3%
B 45 of 383 ~ 11.75%

%45.95
%42.3
%11.75

CMYK color model

#B0A22D color CMYK value is (0,8,74,31).

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 74.43%
  • key color value is 30.98%
CMYK:
(0,8,74,31)
C0M8Y74K31 
(0%,8%,74%,31%)
(0.00/0.08/0.74/0.31)	

CMYK percentages

%0
%7.95
%74.43
%30.98

Codes

Color #B0A22D in popluar color models

B0A22D
RGB17616245
HSL54°59.28%43.33%
HSB/HSV54°74.43%69.02%
CMYK0.00%7.95%74.43%
30.98%

Color #B0A22D in popluar number systems.

HEXB0A22D
Decimal17616245
Binary1011000010100010101101
Octal26024255

Shades and tints

Shades of #B0A22D

#B0A22D
(176,162,45)
#A09429
(160,148,41)
#908625
(144,134,37)
#807821
(128,120,33)
#706A1D
(112,106,29)
#605C19
(96,92,25)
#504E15
(80,78,21)
#404011
(64,64,17)
#30320D
(48,50,13)
#202409
(32,36,9)
#101605
(16,22,5)
#000000
(0,0,0)

Tints of #B0A22D

#B0A22D
(176,162,45)
#B7AA40
(183,170,64)
#BEB253
(190,178,83)
#C5BA66
(197,186,102)
#CCC279
(204,194,121)
#D3CA8C
(211,202,140)
#DAD29F
(218,210,159)
#E1DAB2
(225,218,178)
#E8E2C5
(232,226,197)
#EFEAD8
(239,234,216)
#F6F2EB
(246,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A22D color. Also use rgb(176,162,45) instead hex code.

Text Font Color

.myTextColor { color: #B0A22D; }

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

This text font color is #B0A22D.


Background Color

.myBgColor { background-color: #B0A22D; }

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

This div background color is #B0A22D.


Border color

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

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

This div border color is #B0A22D.


Opacity

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

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

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

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

This text has shadow with #B0A22D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A22D on black background.


Color preview on white background

This text has color #B0A22D on white background.



Black color preview on #B0A22D background

This text has black color on #B0A22D background.


White color preview on #B0A22D background

This text has white color on #B0A22D background.