COLOR #B4AA8F

HEX: #B4AA8F RGB: (180,170,143)

Color info

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

RGB color model

#B4AA8F color RGB value is (180,170,143).

RGB: (180,170,143) (71%, 67%, 56%)

RGB channels and saturation

R 180 of 255 = 71%
G 170 of 255 = 67%
B 143 of 255 = 56%

180
170
143

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

Portions of RGB colors in percentages

R + G + B = 180 + 170 + 143 = 493 (100%)
R 180 of 493 ~ 36.51%
G 170 of 493 ~ 34.48%
B 143 of 493 ~ 29.01'%

%36.51
%34.48
%29.01

CMYK color model

#B4AA8F color CMYK value is (0,6,21,29).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 20.56%
  • key color value is 29.41%

CMYK: (0,6,21,29)
C0M6Y21K29 (0%, 6%, 21%, 29%)
(0.00 / 0.06 / 0.21 / 0.29)

CMYK percentages

%0
%5.56
%20.56
%29.41

Codes

Color #B4AA8F in popluar color models

B4 AA 8F
RGB 180 170 143
HSL 44° 19.79% 63.33%
HSB/HSV 44° 20.56% 70.59%
CMYK 0.00% 5.56% 20.56%
29.41%

Color #B4AA8F in popluar number systems.

HEX B4 AA 8F
Decimal 180 170 143
Binary 10110100 10101010 10001111
Octal 264 252 217

Shades and tints

Shades of #B4AA8F

#B4AA8F
(180,170,143)
#A49B82
(164,155,130)
#948C75
(148,140,117)
#847D68
(132,125,104)
#746E5B
(116,110,91)
#645F4E
(100,95,78)
#545041
(84,80,65)
#444134
(68,65,52)
#343227
(52,50,39)
#24231A
(36,35,26)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #B4AA8F

#B4AA8F
(180,170,143)
#BAB199
(186,177,153)
#C0B8A3
(192,184,163)
#C6BFAD
(198,191,173)
#CCC6B7
(204,198,183)
#D2CDC1
(210,205,193)
#D8D4CB
(216,212,203)
#DEDBD5
(222,219,213)
#E4E2DF
(228,226,223)
#EAE9E9
(234,233,233)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AA8F; }

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

This text font color is #B4AA8F.

Background Color

.myBgColor { background-color: #B4AA8F; }

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

This div background color is #B4AA8F.

Border color

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

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

This div border color is #B4AA8F.

Opacity

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

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

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

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

This text has shadow with #B4AA8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4AA8F.

Preview

Color preview on black background

This text has color #B4AA8F on black background.


Color preview on white background

This text has color #B4AA8F on white background.


Black color preview on #B4AA8F background

This text has black color on #B4AA8F background.


White color preview on #B4AA8F background

This text has white color on #B4AA8F background.


Related colors

Complementary color

Complementary color for #hex is #4B5570.


I love getcolorcode.com

Triadic colors

1 #8FB4AA and #AA8FB4 with #B4AA8F are triadic colors.

2 #8FAAB4 and #AAB48F with #B4AA8F are triadic colors.