COLOR #B0AA91

HEX: #B0AA91 RGB: (176,170,145)

Color info

#B0AA91 contains red, green and blue colors in about the same proportion. Web safe color of #B0AA91 is #999999 (or #999).

RGB color model

#B0AA91 color RGB value is (176,170,145).

RGB: (176,170,145) (69%, 67%, 57%)

RGB channels and saturation

R 176 of 255 = 69%
G 170 of 255 = 67%
B 145 of 255 = 57%

176
170
145

R + G + B ~ 64%. #B0AA91 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 170 + 145 = 491 (100%)
R 176 of 491 ~ 35.85%
G 170 of 491 ~ 34.62%
B 145 of 491 ~ 29.53'%

%35.85
%34.62
%29.53

CMYK color model

#B0AA91 color CMYK value is (0,3,18,31).

  • cyan value is 0.00%
  • magenta value is 3.41%
  • yellow value is 17.61%
  • key color value is 30.98%
CMYK: (0,3,18,31) C0M3Y18K31 (0%,3%,18%,31%) (0.00/0.03/0.18/0.31) 

CMYK percentages

%0
%3.41
%17.61
%30.98

Codes

Color #B0AA91 in popluar color models

B0 AA 91
RGB 176 170 145
HSL 48° 16.40% 62.94%
HSB/HSV 48° 17.61% 69.02%
CMYK 0.00% 3.41% 17.61%
30.98%

Color #B0AA91 in popluar number systems.

HEX B0 AA 91
Decimal 176 170 145
Binary 10110000 10101010 10010001
Octal 260 252 221

Shades and tints

Shades of #B0AA91

#B0AA91
(176,170,145)
#A09B84
(160,155,132)
#908C77
(144,140,119)
#807D6A
(128,125,106)
#706E5D
(112,110,93)
#605F50
(96,95,80)
#505043
(80,80,67)
#404136
(64,65,54)
#303229
(48,50,41)
#20231C
(32,35,28)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #B0AA91

#B0AA91
(176,170,145)
#B7B19B
(183,177,155)
#BEB8A5
(190,184,165)
#C5BFAF
(197,191,175)
#CCC6B9
(204,198,185)
#D3CDC3
(211,205,195)
#DAD4CD
(218,212,205)
#E1DBD7
(225,219,215)
#E8E2E1
(232,226,225)
#EFE9EB
(239,233,235)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0AA91 color. Also use rgb(176,170,145) instead hex code.

Text Font Color

.myTextColor { color: #B0AA91; }

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

This text font color is #B0AA91.

Background Color

.myBgColor { background-color: #B0AA91; }

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

This div background color is #B0AA91.

Border color

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

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

This div border color is #B0AA91.

Opacity

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

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

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

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

This text has shadow with #B0AA91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0AA91.

Preview

Color preview on black background

This text has color #B0AA91 on black background.


Color preview on white background

This text has color #B0AA91 on white background.


Black color preview on #B0AA91 background

This text has black color on #B0AA91 background.


White color preview on #B0AA91 background

This text has white color on #B0AA91 background.


Related colors

Complementary color

Complementary color for #hex is #4F556E.


I love getcolorcode.com

Triadic colors

1 #91B0AA and #AA91B0 with #B0AA91 are triadic colors.

2 #91AAB0 and #AAB091 with #B0AA91 are triadic colors.