COLOR #B5AA89

HEX: #B5AA89
RGB: (181,170,137)

Color info

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

RGB color model

#B5AA89 color RGB value is (181,170,137).

  • red value is 181;
  • green value is 170;
  • blue value is 137.
RGB:
(181,170,137)
(71%,67%,54%)

RGB channels and saturation

R 181 of 255 = 71%
G 170 of 255 = 67%
B 137 of 255 = 54%

181
170
137

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

Portions of RGB colors in percentages

R + G + B =
181 + 170 + 137 = 488 (100%)
R 181 of 488 ~ 37.09%
G 170 of 488 ~ 34.84%
B 137 of 488 ~ 28.07%

%37.09
%34.84
%28.07

CMYK color model

#B5AA89 color CMYK value is (0,6,24,29).

  • cyan value is 0.00%
  • magenta value is 6.08%
  • yellow value is 24.31%
  • key color value is 29.02%
CMYK:
(0,6,24,29)
C0M6Y24K29 
(0%,6%,24%,29%)
(0.00/0.06/0.24/0.29)	

CMYK percentages

%0
%6.08
%24.31
%29.02

Codes

Color #B5AA89 in popluar color models

B5AA89
RGB181170137
HSL45°22.92%62.35%
HSB/HSV45°24.31%70.98%
CMYK0.00%6.08%24.31%
29.02%

Color #B5AA89 in popluar number systems.

HEXB5AA89
Decimal181170137
Binary101101011010101010001001
Octal265252211

Shades and tints

Shades of #B5AA89

#B5AA89
(181,170,137)
#A59B7D
(165,155,125)
#958C71
(149,140,113)
#857D65
(133,125,101)
#756E59
(117,110,89)
#655F4D
(101,95,77)
#555041
(85,80,65)
#454135
(69,65,53)
#353229
(53,50,41)
#25231D
(37,35,29)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #B5AA89

#B5AA89
(181,170,137)
#BBB193
(187,177,147)
#C1B89D
(193,184,157)
#C7BFA7
(199,191,167)
#CDC6B1
(205,198,177)
#D3CDBB
(211,205,187)
#D9D4C5
(217,212,197)
#DFDBCF
(223,219,207)
#E5E2D9
(229,226,217)
#EBE9E3
(235,233,227)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AA89; }

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

This text font color is #B5AA89.


Background Color

.myBgColor { background-color: #B5AA89; }

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

This div background color is #B5AA89.


Border color

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

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

This div border color is #B5AA89.


Opacity

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

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

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

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

This text has shadow with #B5AA89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AA89 on black background.


Color preview on white background

This text has color #B5AA89 on white background.



Black color preview on #B5AA89 background

This text has black color on #B5AA89 background.


White color preview on #B5AA89 background

This text has white color on #B5AA89 background.