COLOR #B1AA7F

HEX: #B1AA7F RGB: (177,170,127)

Color info

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

RGB color model

#B1AA7F color RGB value is (177,170,127).

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

RGB channels and saturation

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

177
170
127

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

Portions of RGB colors in percentages

R + G + B = 177 + 170 + 127 = 474 (100%)
R 177 of 474 ~ 37.34%
G 170 of 474 ~ 35.86%
B 127 of 474 ~ 26.79'%

%37.34
%35.86
%26.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 28.25%
  • 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
%28.25
%30.59

Codes

Color #B1AA7F in popluar color models

B1 AA 7F
RGB 177 170 127
HSL 52° 24.27% 59.61%
HSB/HSV 52° 28.25% 69.41%
CMYK 0.00% 3.95% 28.25%
30.59%

Color #B1AA7F in popluar number systems.

HEX B1 AA 7F
Decimal 177 170 127
Binary 10110001 10101010 1111111
Octal 261 252 177

Shades and tints

Shades of #B1AA7F

#B1AA7F
(177,170,127)
#A19B74
(161,155,116)
#918C69
(145,140,105)
#817D5E
(129,125,94)
#716E53
(113,110,83)
#615F48
(97,95,72)
#51503D
(81,80,61)
#414132
(65,65,50)
#313227
(49,50,39)
#21231C
(33,35,28)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #B1AA7F

#B1AA7F
(177,170,127)
#B8B18A
(184,177,138)
#BFB895
(191,184,149)
#C6BFA0
(198,191,160)
#CDC6AB
(205,198,171)
#D4CDB6
(212,205,182)
#DBD4C1
(219,212,193)
#E2DBCC
(226,219,204)
#E9E2D7
(233,226,215)
#F0E9E2
(240,233,226)
#F7F0ED
(247,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AA7F; }

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

This text font color is #B1AA7F.

Background Color

.myBgColor { background-color: #B1AA7F; }

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

This div background color is #B1AA7F.

Border color

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

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

This div border color is #B1AA7F.

Opacity

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

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

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

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

This text has shadow with #B1AA7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1AA7F.

Preview

Color preview on black background

This text has color #B1AA7F on black background.


Color preview on white background

This text has color #B1AA7F on white background.


Black color preview on #B1AA7F background

This text has black color on #B1AA7F background.


White color preview on #B1AA7F background

This text has white color on #B1AA7F background.


Related colors

Complementary color

Complementary color for #hex is #4E5580.


I love getcolorcode.com

Triadic colors

1 #7FB1AA and #AA7FB1 with #B1AA7F are triadic colors.

2 #7FAAB1 and #AAB17F with #B1AA7F are triadic colors.