COLOR #B0A408

HEX: #B0A408 RGB: (176,164,8)

Color info

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

RGB color model

#B0A408 color RGB value is (176,164,8).

RGB: (176,164,8) (69%, 64%, 3%)

RGB channels and saturation

R 176 of 255 = 69%
G 164 of 255 = 64%
B 8 of 255 = 3%

176
164
8

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

Portions of RGB colors in percentages

R + G + B = 176 + 164 + 8 = 348 (100%)
R 176 of 348 ~ 50.57%
G 164 of 348 ~ 47.13%
B 8 of 348 ~ 2.3'%

%50.57
%47.13

CMYK color model

#B0A408 color CMYK value is (0,7,95,31).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 95.45%
  • key color value is 30.98%
CMYK: (0,7,95,31) C0M7Y95K31 (0%,7%,95%,31%) (0.00/0.07/0.95/0.31) 

CMYK percentages

%0
%6.82
%95.45
%30.98

Codes

Color #B0A408 in popluar color models

B0 A4 08
RGB 176 164 8
HSL 56° 91.30% 36.08%
HSB/HSV 56° 95.45% 69.02%
CMYK 0.00% 6.82% 95.45%
30.98%

Color #B0A408 in popluar number systems.

HEX B0 A4 08
Decimal 176 164 8
Binary 10110000 10100100 1000
Octal 260 244 10

Shades and tints

Shades of #B0A408

#B0A408
(176,164,8)
#A09608
(160,150,8)
#908808
(144,136,8)
#807A08
(128,122,8)
#706C08
(112,108,8)
#605E08
(96,94,8)
#505008
(80,80,8)
#404208
(64,66,8)
#303408
(48,52,8)
#202608
(32,38,8)
#101808
(16,24,8)
#000000
(0,0,0)

Tints of #B0A408

#B0A408
(176,164,8)
#B7AC1E
(183,172,30)
#BEB434
(190,180,52)
#C5BC4A
(197,188,74)
#CCC460
(204,196,96)
#D3CC76
(211,204,118)
#DAD48C
(218,212,140)
#E1DCA2
(225,220,162)
#E8E4B8
(232,228,184)
#EFECCE
(239,236,206)
#F6F4E4
(246,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A408 color. Also use rgb(176,164,8) instead hex code.

Text Font Color

.myTextColor { color: #B0A408; }

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

This text font color is #B0A408.

Background Color

.myBgColor { background-color: #B0A408; }

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

This div background color is #B0A408.

Border color

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

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

This div border color is #B0A408.

Opacity

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

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

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

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

This text has shadow with #B0A408 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A408.

Preview

Color preview on black background

This text has color #B0A408 on black background.


Color preview on white background

This text has color #B0A408 on white background.


Black color preview on #B0A408 background

This text has black color on #B0A408 background.


White color preview on #B0A408 background

This text has white color on #B0A408 background.


Related colors

Complementary color

Complementary color for #hex is #4F5BF7.


I love getcolorcode.com

Triadic colors

1 #08B0A4 and #A408B0 with #B0A408 are triadic colors.

2 #08A4B0 and #A4B008 with #B0A408 are triadic colors.