COLOR #B4AA61

HEX: #B4AA61 RGB: (180,170,97)

Color info

#B4AA61 contains mainly red and green colors. Web safe color of #B4AA61 is #CC9966 (or #C96).

RGB color model

#B4AA61 color RGB value is (180,170,97).

RGB: (180,170,97) (71%, 67%, 38%)

RGB channels and saturation

R 180 of 255 = 71%
G 170 of 255 = 67%
B 97 of 255 = 38%

180
170
97

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

Portions of RGB colors in percentages

R + G + B = 180 + 170 + 97 = 447 (100%)
R 180 of 447 ~ 40.27%
G 170 of 447 ~ 38.03%
B 97 of 447 ~ 21.7'%

%40.27
%38.03
%21.7

CMYK color model

#B4AA61 color CMYK value is (0,6,46,29).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 46.11%
  • key color value is 29.41%

CMYK: (0,6,46,29)
C0M6Y46K29 (0%, 6%, 46%, 29%)
(0.00 / 0.06 / 0.46 / 0.29)

CMYK percentages

%0
%5.56
%46.11
%29.41

Codes

Color #B4AA61 in popluar color models

B4 AA 61
RGB 180 170 97
HSL 53° 35.62% 54.31%
HSB/HSV 53° 46.11% 70.59%
CMYK 0.00% 5.56% 46.11%
29.41%

Color #B4AA61 in popluar number systems.

HEX B4 AA 61
Decimal 180 170 97
Binary 10110100 10101010 1100001
Octal 264 252 141

Shades and tints

Shades of #B4AA61

#B4AA61
(180,170,97)
#A49B59
(164,155,89)
#948C51
(148,140,81)
#847D49
(132,125,73)
#746E41
(116,110,65)
#645F39
(100,95,57)
#545031
(84,80,49)
#444129
(68,65,41)
#343221
(52,50,33)
#242319
(36,35,25)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #B4AA61

#B4AA61
(180,170,97)
#BAB16F
(186,177,111)
#C0B87D
(192,184,125)
#C6BF8B
(198,191,139)
#CCC699
(204,198,153)
#D2CDA7
(210,205,167)
#D8D4B5
(216,212,181)
#DEDBC3
(222,219,195)
#E4E2D1
(228,226,209)
#EAE9DF
(234,233,223)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4AA61 color. Also use rgb(180,170,97) instead hex code.

Text Font Color

.myTextColor { color: #B4AA61; }

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

This text font color is #B4AA61.

Background Color

.myBgColor { background-color: #B4AA61; }

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

This div background color is #B4AA61.

Border color

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

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

This div border color is #B4AA61.

Opacity

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

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

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

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

This text has shadow with #B4AA61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4AA61.

Preview

Color preview on black background

This text has color #B4AA61 on black background.


Color preview on white background

This text has color #B4AA61 on white background.


Black color preview on #B4AA61 background

This text has black color on #B4AA61 background.


White color preview on #B4AA61 background

This text has white color on #B4AA61 background.


Related colors

Complementary color

Complementary color for #hex is #4B559E.


I love getcolorcode.com

Triadic colors

1 #61B4AA and #AA61B4 with #B4AA61 are triadic colors.

2 #61AAB4 and #AAB461 with #B4AA61 are triadic colors.