COLOR #B2A00B

HEX: #B2A00B RGB: (178,160,11)

Color info

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

RGB color model

#B2A00B color RGB value is (178,160,11).

RGB: (178,160,11) (70%, 63%, 4%)

RGB channels and saturation

R 178 of 255 = 70%
G 160 of 255 = 63%
B 11 of 255 = 4%

178
160
11

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

Portions of RGB colors in percentages

R + G + B = 178 + 160 + 11 = 349 (100%)
R 178 of 349 ~ 51%
G 160 of 349 ~ 45.85%
B 11 of 349 ~ 3.15'%

%51
%45.85

CMYK color model

#B2A00B color CMYK value is (0,10,94,30).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 93.82%
  • key color value is 30.20%

CMYK: (0,10,94,30)
C0M10Y94K30 (0%, 10%, 94%, 30%)
(0.00 / 0.10 / 0.94 / 0.30)

CMYK percentages

%0
%10.11
%93.82
%30.2

Codes

Color #B2A00B in popluar color models

B2 A0 0B
RGB 178 160 11
HSL 54° 88.36% 37.06%
HSB/HSV 54° 93.82% 69.80%
CMYK 0.00% 10.11% 93.82%
30.20%

Color #B2A00B in popluar number systems.

HEX B2 A0 0B
Decimal 178 160 11
Binary 10110010 10100000 1011
Octal 262 240 13

Shades and tints

Shades of #B2A00B

#B2A00B
(178,160,11)
#A2920A
(162,146,10)
#928409
(146,132,9)
#827608
(130,118,8)
#726807
(114,104,7)
#625A06
(98,90,6)
#524C05
(82,76,5)
#423E04
(66,62,4)
#323003
(50,48,3)
#222202
(34,34,2)
#121401
(18,20,1)
#000000
(0,0,0)

Tints of #B2A00B

#B2A00B
(178,160,11)
#B9A821
(185,168,33)
#C0B037
(192,176,55)
#C7B84D
(199,184,77)
#CEC063
(206,192,99)
#D5C879
(213,200,121)
#DCD08F
(220,208,143)
#E3D8A5
(227,216,165)
#EAE0BB
(234,224,187)
#F1E8D1
(241,232,209)
#F8F0E7
(248,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A00B color. Also use rgb(178,160,11) instead hex code.

Text Font Color

.myTextColor { color: #B2A00B; }

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

This text font color is #B2A00B.

Background Color

.myBgColor { background-color: #B2A00B; }

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

This div background color is #B2A00B.

Border color

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

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

This div border color is #B2A00B.

Opacity

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

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

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

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

This text has shadow with #B2A00B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2A00B.

Preview

Color preview on black background

This text has color #B2A00B on black background.


Color preview on white background

This text has color #B2A00B on white background.


Black color preview on #B2A00B background

This text has black color on #B2A00B background.


White color preview on #B2A00B background

This text has white color on #B2A00B background.


Related colors

Complementary color

Complementary color for #hex is #4D5FF4.


I love getcolorcode.com

Triadic colors

1 #0BB2A0 and #A00BB2 with #B2A00B are triadic colors.

2 #0BA0B2 and #A0B20B with #B2A00B are triadic colors.