COLOR #B4AA8E

HEX: #B4AA8E
RGB: (180,170,142)

Color info

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

RGB color model

#B4AA8E color RGB value is (180,170,142).

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

RGB channels and saturation

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

180
170
142

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

Portions of RGB colors in percentages

R + G + B =
180 + 170 + 142 = 492 (100%)
R 180 of 492 ~ 36.59%
G 170 of 492 ~ 34.55%
B 142 of 492 ~ 28.86%

%36.59
%34.55
%28.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 21.11%
  • 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
%21.11
%29.41

Codes

Color #B4AA8E in popluar color models

B4AA8E
RGB180170142
HSL44°20.21%63.14%
HSB/HSV44°21.11%70.59%
CMYK0.00%5.56%21.11%
29.41%

Color #B4AA8E in popluar number systems.

HEXB4AA8E
Decimal180170142
Binary101101001010101010001110
Octal264252216

Shades and tints

Shades of #B4AA8E

#B4AA8E
(180,170,142)
#A49B82
(164,155,130)
#948C76
(148,140,118)
#847D6A
(132,125,106)
#746E5E
(116,110,94)
#645F52
(100,95,82)
#545046
(84,80,70)
#44413A
(68,65,58)
#34322E
(52,50,46)
#242322
(36,35,34)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #B4AA8E

#B4AA8E
(180,170,142)
#BAB198
(186,177,152)
#C0B8A2
(192,184,162)
#C6BFAC
(198,191,172)
#CCC6B6
(204,198,182)
#D2CDC0
(210,205,192)
#D8D4CA
(216,212,202)
#DEDBD4
(222,219,212)
#E4E2DE
(228,226,222)
#EAE9E8
(234,233,232)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AA8E; }

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

This text font color is #B4AA8E.


Background Color

.myBgColor { background-color: #B4AA8E; }

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

This div background color is #B4AA8E.


Border color

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

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

This div border color is #B4AA8E.


Opacity

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

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

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

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

This text has shadow with #B4AA8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AA8E on black background.


Color preview on white background

This text has color #B4AA8E on white background.



Black color preview on #B4AA8E background

This text has black color on #B4AA8E background.


White color preview on #B4AA8E background

This text has white color on #B4AA8E background.