COLOR #B8A99A

HEX: #B8A99A
RGB: (184,169,154)

Color info

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

RGB color model

#B8A99A color RGB value is (184,169,154).

  • red value is 184;
  • green value is 169;
  • blue value is 154.
RGB:
(184,169,154)
(72%,66%,60%)

RGB channels and saturation

R 184 of 255 = 72%
G 169 of 255 = 66%
B 154 of 255 = 60%

184
169
154

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

Portions of RGB colors in percentages

R + G + B =
184 + 169 + 154 = 507 (100%)
R 184 of 507 ~ 36.29%
G 169 of 507 ~ 33.33%
B 154 of 507 ~ 30.37%

%36.29
%33.33
%30.37

CMYK color model

#B8A99A color CMYK value is (0,8,16,28).

  • cyan value is 0.00%
  • magenta value is 8.15%
  • yellow value is 16.30%
  • key color value is 27.84%
CMYK:
(0,8,16,28)
C0M8Y16K28 
(0%,8%,16%,28%)
(0.00/0.08/0.16/0.28)	

CMYK percentages

%0
%8.15
%16.3
%27.84

Codes

Color #B8A99A in popluar color models

B8A99A
RGB184169154
HSL30°17.44%66.27%
HSB/HSV30°16.30%72.16%
CMYK0.00%8.15%16.30%
27.84%

Color #B8A99A in popluar number systems.

HEXB8A99A
Decimal184169154
Binary101110001010100110011010
Octal270251232

Shades and tints

Shades of #B8A99A

#B8A99A
(184,169,154)
#A89A8C
(168,154,140)
#988B7E
(152,139,126)
#887C70
(136,124,112)
#786D62
(120,109,98)
#685E54
(104,94,84)
#584F46
(88,79,70)
#484038
(72,64,56)
#38312A
(56,49,42)
#28221C
(40,34,28)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #B8A99A

#B8A99A
(184,169,154)
#BEB0A3
(190,176,163)
#C4B7AC
(196,183,172)
#CABEB5
(202,190,181)
#D0C5BE
(208,197,190)
#D6CCC7
(214,204,199)
#DCD3D0
(220,211,208)
#E2DAD9
(226,218,217)
#E8E1E2
(232,225,226)
#EEE8EB
(238,232,235)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A99A color. Also use rgb(184,169,154) instead hex code.

Text Font Color

.myTextColor { color: #B8A99A; }

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

This text font color is #B8A99A.


Background Color

.myBgColor { background-color: #B8A99A; }

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

This div background color is #B8A99A.


Border color

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

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

This div border color is #B8A99A.


Opacity

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

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

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

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

This text has shadow with #B8A99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A99A on black background.


Color preview on white background

This text has color #B8A99A on white background.



Black color preview on #B8A99A background

This text has black color on #B8A99A background.


White color preview on #B8A99A background

This text has white color on #B8A99A background.