COLOR #B8A49E

HEX: #B8A49E
RGB: (184,164,158)

Color info

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

RGB color model

#B8A49E color RGB value is (184,164,158).

  • red value is 184;
  • green value is 164;
  • blue value is 158.
RGB:
(184,164,158)
(72%,64%,62%)

RGB channels and saturation

R 184 of 255 = 72%
G 164 of 255 = 64%
B 158 of 255 = 62%

184
164
158

R + G + B ~ 66%. #B8A49E is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 164 + 158 = 506 (100%)
R 184 of 506 ~ 36.36%
G 164 of 506 ~ 32.41%
B 158 of 506 ~ 31.23%

%36.36
%32.41
%31.23

CMYK color model

#B8A49E color CMYK value is (0,11,14,28).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 14.13%
  • key color value is 27.84%
CMYK:
(0,11,14,28)
C0M11Y14K28 
(0%,11%,14%,28%)
(0.00/0.11/0.14/0.28)	

CMYK percentages

%0
%10.87
%14.13
%27.84

Codes

Color #B8A49E in popluar color models

B8A49E
RGB184164158
HSL14°15.48%67.06%
HSB/HSV14°14.13%72.16%
CMYK0.00%10.87%14.13%
27.84%

Color #B8A49E in popluar number systems.

HEXB8A49E
Decimal184164158
Binary101110001010010010011110
Octal270244236

Shades and tints

Shades of #B8A49E

#B8A49E
(184,164,158)
#A89690
(168,150,144)
#988882
(152,136,130)
#887A74
(136,122,116)
#786C66
(120,108,102)
#685E58
(104,94,88)
#58504A
(88,80,74)
#48423C
(72,66,60)
#38342E
(56,52,46)
#282620
(40,38,32)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #B8A49E

#B8A49E
(184,164,158)
#BEACA6
(190,172,166)
#C4B4AE
(196,180,174)
#CABCB6
(202,188,182)
#D0C4BE
(208,196,190)
#D6CCC6
(214,204,198)
#DCD4CE
(220,212,206)
#E2DCD6
(226,220,214)
#E8E4DE
(232,228,222)
#EEECE6
(238,236,230)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A49E color. Also use rgb(184,164,158) instead hex code.

Text Font Color

.myTextColor { color: #B8A49E; }

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

This text font color is #B8A49E.


Background Color

.myBgColor { background-color: #B8A49E; }

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

This div background color is #B8A49E.


Border color

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

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

This div border color is #B8A49E.


Opacity

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

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

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

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

This text has shadow with #B8A49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A49E on black background.


Color preview on white background

This text has color #B8A49E on white background.



Black color preview on #B8A49E background

This text has black color on #B8A49E background.


White color preview on #B8A49E background

This text has white color on #B8A49E background.