COLOR #B5AA95

HEX: #B5AA95 RGB: (181,170,149)

Color info

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

RGB color model

#B5AA95 color RGB value is (181,170,149).

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

RGB channels and saturation

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

181
170
149

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

Portions of RGB colors in percentages

R + G + B = 181 + 170 + 149 = 500 (100%)
R 181 of 500 ~ 36.2%
G 170 of 500 ~ 34%
B 149 of 500 ~ 29.8'%

%36.2
%34
%29.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.08%
  • yellow value is 17.68%
  • 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
%17.68
%29.02

Codes

Color #B5AA95 in popluar color models

B5 AA 95
RGB 181 170 149
HSL 39° 17.78% 64.71%
HSB/HSV 39° 17.68% 70.98%
CMYK 0.00% 6.08% 17.68%
29.02%

Color #B5AA95 in popluar number systems.

HEX B5 AA 95
Decimal 181 170 149
Binary 10110101 10101010 10010101
Octal 265 252 225

Shades and tints

Shades of #B5AA95

#B5AA95
(181,170,149)
#A59B88
(165,155,136)
#958C7B
(149,140,123)
#857D6E
(133,125,110)
#756E61
(117,110,97)
#655F54
(101,95,84)
#555047
(85,80,71)
#45413A
(69,65,58)
#35322D
(53,50,45)
#252320
(37,35,32)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #B5AA95

#B5AA95
(181,170,149)
#BBB19E
(187,177,158)
#C1B8A7
(193,184,167)
#C7BFB0
(199,191,176)
#CDC6B9
(205,198,185)
#D3CDC2
(211,205,194)
#D9D4CB
(217,212,203)
#DFDBD4
(223,219,212)
#E5E2DD
(229,226,221)
#EBE9E6
(235,233,230)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AA95; }

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

This text font color is #B5AA95.

Background Color

.myBgColor { background-color: #B5AA95; }

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

This div background color is #B5AA95.

Border color

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

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

This div border color is #B5AA95.

Opacity

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

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

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

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

This text has shadow with #B5AA95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5AA95.

Preview

Color preview on black background

This text has color #B5AA95 on black background.


Color preview on white background

This text has color #B5AA95 on white background.


Black color preview on #B5AA95 background

This text has black color on #B5AA95 background.


White color preview on #B5AA95 background

This text has white color on #B5AA95 background.


Related colors

Complementary color

Complementary color for #hex is #4A556A.


I love getcolorcode.com

Triadic colors

1 #95B5AA and #AA95B5 with #B5AA95 are triadic colors.

2 #95AAB5 and #AAB595 with #B5AA95 are triadic colors.