COLOR #B4AA89

HEX: #B4AA89
RGB: (180,170,137)

Color info

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

RGB color model

#B4AA89 color RGB value is (180,170,137).

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

RGB channels and saturation

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

180
170
137

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

Portions of RGB colors in percentages

R + G + B =
180 + 170 + 137 = 487 (100%)
R 180 of 487 ~ 36.96%
G 170 of 487 ~ 34.91%
B 137 of 487 ~ 28.13%

%36.96
%34.91
%28.13

CMYK color model

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

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

CMYK percentages

%0
%5.56
%23.89
%29.41

Codes

Color #B4AA89 in popluar color models

B4AA89
RGB180170137
HSL46°22.28%62.16%
HSB/HSV46°23.89%70.59%
CMYK0.00%5.56%23.89%
29.41%

Color #B4AA89 in popluar number systems.

HEXB4AA89
Decimal180170137
Binary101101001010101010001001
Octal264252211

Shades and tints

Shades of #B4AA89

#B4AA89
(180,170,137)
#A49B7D
(164,155,125)
#948C71
(148,140,113)
#847D65
(132,125,101)
#746E59
(116,110,89)
#645F4D
(100,95,77)
#545041
(84,80,65)
#444135
(68,65,53)
#343229
(52,50,41)
#24231D
(36,35,29)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #B4AA89

#B4AA89
(180,170,137)
#BAB193
(186,177,147)
#C0B89D
(192,184,157)
#C6BFA7
(198,191,167)
#CCC6B1
(204,198,177)
#D2CDBB
(210,205,187)
#D8D4C5
(216,212,197)
#DEDBCF
(222,219,207)
#E4E2D9
(228,226,217)
#EAE9E3
(234,233,227)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AA89; }

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

This text font color is #B4AA89.


Background Color

.myBgColor { background-color: #B4AA89; }

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

This div background color is #B4AA89.


Border color

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

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

This div border color is #B4AA89.


Opacity

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

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

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

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

This text has shadow with #B4AA89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AA89 on black background.


Color preview on white background

This text has color #B4AA89 on white background.



Black color preview on #B4AA89 background

This text has black color on #B4AA89 background.


White color preview on #B4AA89 background

This text has white color on #B4AA89 background.