COLOR #B1AA80

HEX: #B1AA80 RGB: (177,170,128)

Color info

#B1AA80 contains red, green and blue colors in about the same proportion. Web safe color of #B1AA80 is #999966 (or #996).

RGB color model

#B1AA80 color RGB value is (177,170,128).

RGB: (177,170,128) (69%, 67%, 50%)

RGB channels and saturation

R 177 of 255 = 69%
G 170 of 255 = 67%
B 128 of 255 = 50%

177
170
128

R + G + B ~ 62%. #B1AA80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 170 + 128 = 475 (100%)
R 177 of 475 ~ 37.26%
G 170 of 475 ~ 35.79%
B 128 of 475 ~ 26.95'%

%37.26
%35.79
%26.95

CMYK color model

#B1AA80 color CMYK value is (0,4,28,31).

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 27.68%
  • key color value is 30.59%

CMYK: (0,4,28,31)
C0M4Y28K31 (0%, 4%, 28%, 31%)
(0.00 / 0.04 / 0.28 / 0.31)

CMYK percentages

%0
%3.95
%27.68
%30.59

Codes

Color #B1AA80 in popluar color models

B1 AA 80
RGB 177 170 128
HSL 51° 23.90% 59.80%
HSB/HSV 51° 27.68% 69.41%
CMYK 0.00% 3.95% 27.68%
30.59%

Color #B1AA80 in popluar number systems.

HEX B1 AA 80
Decimal 177 170 128
Binary 10110001 10101010 10000000
Octal 261 252 200

Shades and tints

Shades of #B1AA80

#B1AA80
(177,170,128)
#A19B75
(161,155,117)
#918C6A
(145,140,106)
#817D5F
(129,125,95)
#716E54
(113,110,84)
#615F49
(97,95,73)
#51503E
(81,80,62)
#414133
(65,65,51)
#313228
(49,50,40)
#21231D
(33,35,29)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #B1AA80

#B1AA80
(177,170,128)
#B8B18B
(184,177,139)
#BFB896
(191,184,150)
#C6BFA1
(198,191,161)
#CDC6AC
(205,198,172)
#D4CDB7
(212,205,183)
#DBD4C2
(219,212,194)
#E2DBCD
(226,219,205)
#E9E2D8
(233,226,216)
#F0E9E3
(240,233,227)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1AA80 color. Also use rgb(177,170,128) instead hex code.

Text Font Color

.myTextColor { color: #B1AA80; }

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

This text font color is #B1AA80.

Background Color

.myBgColor { background-color: #B1AA80; }

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

This div background color is #B1AA80.

Border color

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

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

This div border color is #B1AA80.

Opacity

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

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

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

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

This text has shadow with #B1AA80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1AA80.

Preview

Color preview on black background

This text has color #B1AA80 on black background.


Color preview on white background

This text has color #B1AA80 on white background.


Black color preview on #B1AA80 background

This text has black color on #B1AA80 background.


White color preview on #B1AA80 background

This text has white color on #B1AA80 background.


Related colors

Complementary color

Complementary color for #hex is #4E557F.


I love getcolorcode.com

Triadic colors

1 #80B1AA and #AA80B1 with #B1AA80 are triadic colors.

2 #80AAB1 and #AAB180 with #B1AA80 are triadic colors.