COLOR #B2AA51

HEX: #B2AA51 RGB: (178,170,81)

Color info

#B2AA51 contains mainly red and green colors. Web safe color of #B2AA51 is #999966 (or #996).

RGB color model

#B2AA51 color RGB value is (178,170,81).

RGB: (178,170,81) (70%, 67%, 32%)

RGB channels and saturation

R 178 of 255 = 70%
G 170 of 255 = 67%
B 81 of 255 = 32%

178
170
81

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

Portions of RGB colors in percentages

R + G + B = 178 + 170 + 81 = 429 (100%)
R 178 of 429 ~ 41.49%
G 170 of 429 ~ 39.63%
B 81 of 429 ~ 18.88'%

%41.49
%39.63
%18.88

CMYK color model

#B2AA51 color CMYK value is (0,4,54,30).

  • cyan value is 0.00%
  • magenta value is 4.49%
  • yellow value is 54.49%
  • key color value is 30.20%

CMYK: (0,4,54,30)
C0M4Y54K30 (0%, 4%, 54%, 30%)
(0.00 / 0.04 / 0.54 / 0.30)

CMYK percentages

%0
%4.49
%54.49
%30.2

Codes

Color #B2AA51 in popluar color models

B2 AA 51
RGB 178 170 81
HSL 55° 38.65% 50.78%
HSB/HSV 55° 54.49% 69.80%
CMYK 0.00% 4.49% 54.49%
30.20%

Color #B2AA51 in popluar number systems.

HEX B2 AA 51
Decimal 178 170 81
Binary 10110010 10101010 1010001
Octal 262 252 121

Shades and tints

Shades of #B2AA51

#B2AA51
(178,170,81)
#A29B4A
(162,155,74)
#928C43
(146,140,67)
#827D3C
(130,125,60)
#726E35
(114,110,53)
#625F2E
(98,95,46)
#525027
(82,80,39)
#424120
(66,65,32)
#323219
(50,50,25)
#222312
(34,35,18)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #B2AA51

#B2AA51
(178,170,81)
#B9B160
(185,177,96)
#C0B86F
(192,184,111)
#C7BF7E
(199,191,126)
#CEC68D
(206,198,141)
#D5CD9C
(213,205,156)
#DCD4AB
(220,212,171)
#E3DBBA
(227,219,186)
#EAE2C9
(234,226,201)
#F1E9D8
(241,233,216)
#F8F0E7
(248,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2AA51 color. Also use rgb(178,170,81) instead hex code.

Text Font Color

.myTextColor { color: #B2AA51; }

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

This text font color is #B2AA51.

Background Color

.myBgColor { background-color: #B2AA51; }

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

This div background color is #B2AA51.

Border color

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

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

This div border color is #B2AA51.

Opacity

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

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

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

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

This text has shadow with #B2AA51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2AA51.

Preview

Color preview on black background

This text has color #B2AA51 on black background.


Color preview on white background

This text has color #B2AA51 on white background.


Black color preview on #B2AA51 background

This text has black color on #B2AA51 background.


White color preview on #B2AA51 background

This text has white color on #B2AA51 background.


Related colors

Complementary color

Complementary color for #hex is #4D55AE.


I love getcolorcode.com

Triadic colors

1 #51B2AA and #AA51B2 with #B2AA51 are triadic colors.

2 #51AAB2 and #AAB251 with #B2AA51 are triadic colors.