COLOR #B5AA94

HEX: #B5AA94 RGB: (181,170,148)

Color info

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

RGB color model

#B5AA94 color RGB value is (181,170,148).

RGB: (181,170,148) (71%, 67%, 58%)

RGB channels and saturation

R 181 of 255 = 71%
G 170 of 255 = 67%
B 148 of 255 = 58%

181
170
148

R + G + B ~ 65%. #B5AA94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 170 + 148 = 499 (100%)
R 181 of 499 ~ 36.27%
G 170 of 499 ~ 34.07%
B 148 of 499 ~ 29.66'%

%36.27
%34.07
%29.66

CMYK color model

#B5AA94 color CMYK value is (0,6,18,29).

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

CMYK: (0,6,18,29)
C0M6Y18K29 (0%, 6%, 18%, 29%)
(0.00 / 0.06 / 0.18 / 0.29)

CMYK percentages

%0
%6.08
%18.23
%29.02

Codes

Color #B5AA94 in popluar color models

B5 AA 94
RGB 181 170 148
HSL 40° 18.23% 64.51%
HSB/HSV 40° 18.23% 70.98%
CMYK 0.00% 6.08% 18.23%
29.02%

Color #B5AA94 in popluar number systems.

HEX B5 AA 94
Decimal 181 170 148
Binary 10110101 10101010 10010100
Octal 265 252 224

Shades and tints

Shades of #B5AA94

#B5AA94
(181,170,148)
#A59B87
(165,155,135)
#958C7A
(149,140,122)
#857D6D
(133,125,109)
#756E60
(117,110,96)
#655F53
(101,95,83)
#555046
(85,80,70)
#454139
(69,65,57)
#35322C
(53,50,44)
#25231F
(37,35,31)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #B5AA94

#B5AA94
(181,170,148)
#BBB19D
(187,177,157)
#C1B8A6
(193,184,166)
#C7BFAF
(199,191,175)
#CDC6B8
(205,198,184)
#D3CDC1
(211,205,193)
#D9D4CA
(217,212,202)
#DFDBD3
(223,219,211)
#E5E2DC
(229,226,220)
#EBE9E5
(235,233,229)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AA94; }

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

This text font color is #B5AA94.

Background Color

.myBgColor { background-color: #B5AA94; }

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

This div background color is #B5AA94.

Border color

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

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

This div border color is #B5AA94.

Opacity

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

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

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

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

This text has shadow with #B5AA94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5AA94.

Preview

Color preview on black background

This text has color #B5AA94 on black background.


Color preview on white background

This text has color #B5AA94 on white background.


Black color preview on #B5AA94 background

This text has black color on #B5AA94 background.


White color preview on #B5AA94 background

This text has white color on #B5AA94 background.


Related colors

Complementary color

Complementary color for #hex is #4A556B.


I love getcolorcode.com

Triadic colors

1 #94B5AA and #AA94B5 with #B5AA94 are triadic colors.

2 #94AAB5 and #AAB594 with #B5AA94 are triadic colors.