COLOR #B5AA9B

HEX: #B5AA9B RGB: (181,170,155)

Color info

#B5AA9B contains red, green and blue colors in about the same proportion. Web safe color of #B5AA9B is #CC9999 (or #C99).

RGB color model

#B5AA9B color RGB value is (181,170,155).

RGB: (181,170,155) (71%, 67%, 61%)

RGB channels and saturation

R 181 of 255 = 71%
G 170 of 255 = 67%
B 155 of 255 = 61%

181
170
155

R + G + B ~ 66%. #B5AA9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 170 + 155 = 506 (100%)
R 181 of 506 ~ 35.77%
G 170 of 506 ~ 33.6%
B 155 of 506 ~ 30.63'%

%35.77
%33.6
%30.63

CMYK color model

#B5AA9B color CMYK value is (0,6,14,29).

  • cyan value is 0.00%
  • magenta value is 6.08%
  • yellow value is 14.36%
  • key color value is 29.02%

CMYK: (0,6,14,29)
C0M6Y14K29 (0%, 6%, 14%, 29%)
(0.00 / 0.06 / 0.14 / 0.29)

CMYK percentages

%0
%6.08
%14.36
%29.02

Codes

Color #B5AA9B in popluar color models

B5 AA 9B
RGB 181 170 155
HSL 35° 14.94% 65.88%
HSB/HSV 35° 14.36% 70.98%
CMYK 0.00% 6.08% 14.36%
29.02%

Color #B5AA9B in popluar number systems.

HEX B5 AA 9B
Decimal 181 170 155
Binary 10110101 10101010 10011011
Octal 265 252 233

Shades and tints

Shades of #B5AA9B

#B5AA9B
(181,170,155)
#A59B8D
(165,155,141)
#958C7F
(149,140,127)
#857D71
(133,125,113)
#756E63
(117,110,99)
#655F55
(101,95,85)
#555047
(85,80,71)
#454139
(69,65,57)
#35322B
(53,50,43)
#25231D
(37,35,29)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #B5AA9B

#B5AA9B
(181,170,155)
#BBB1A4
(187,177,164)
#C1B8AD
(193,184,173)
#C7BFB6
(199,191,182)
#CDC6BF
(205,198,191)
#D3CDC8
(211,205,200)
#D9D4D1
(217,212,209)
#DFDBDA
(223,219,218)
#E5E2E3
(229,226,227)
#EBE9EC
(235,233,236)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AA9B color. Also use rgb(181,170,155) instead hex code.

Text Font Color

.myTextColor { color: #B5AA9B; }

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

This text font color is #B5AA9B.

Background Color

.myBgColor { background-color: #B5AA9B; }

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

This div background color is #B5AA9B.

Border color

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

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

This div border color is #B5AA9B.

Opacity

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

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

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

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

This text has shadow with #B5AA9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5AA9B.

Preview

Color preview on black background

This text has color #B5AA9B on black background.


Color preview on white background

This text has color #B5AA9B on white background.


Black color preview on #B5AA9B background

This text has black color on #B5AA9B background.


White color preview on #B5AA9B background

This text has white color on #B5AA9B background.


Related colors

Complementary color

Complementary color for #hex is #4A5564.


I love getcolorcode.com

Triadic colors

1 #9BB5AA and #AA9BB5 with #B5AA9B are triadic colors.

2 #9BAAB5 and #AAB59B with #B5AA9B are triadic colors.