COLOR #B4A99A

HEX: #B4A99A
RGB: (180,169,154)

Color info

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

RGB color model

#B4A99A color RGB value is (180,169,154).

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

RGB channels and saturation

R 180 of 255 = 71%
G 169 of 255 = 66%
B 154 of 255 = 60%

180
169
154

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

Portions of RGB colors in percentages

R + G + B =
180 + 169 + 154 = 503 (100%)
R 180 of 503 ~ 35.79%
G 169 of 503 ~ 33.6%
B 154 of 503 ~ 30.62%

%35.79
%33.6
%30.62

CMYK color model

#B4A99A color CMYK value is (0,6,14,29).

  • cyan value is 0.00%
  • magenta value is 6.11%
  • yellow value is 14.44%
  • key color value is 29.41%
CMYK:
(0,6,14,29)
C0M6Y14K29 
(0%,6%,14%,29%)
(0.00/0.06/0.14/0.29)	

CMYK percentages

%0
%6.11
%14.44
%29.41

Codes

Color #B4A99A in popluar color models

B4A99A
RGB180169154
HSL35°14.77%65.49%
HSB/HSV35°14.44%70.59%
CMYK0.00%6.11%14.44%
29.41%

Color #B4A99A in popluar number systems.

HEXB4A99A
Decimal180169154
Binary101101001010100110011010
Octal264251232

Shades and tints

Shades of #B4A99A

#B4A99A
(180,169,154)
#A49A8C
(164,154,140)
#948B7E
(148,139,126)
#847C70
(132,124,112)
#746D62
(116,109,98)
#645E54
(100,94,84)
#544F46
(84,79,70)
#444038
(68,64,56)
#34312A
(52,49,42)
#24221C
(36,34,28)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #B4A99A

#B4A99A
(180,169,154)
#BAB0A3
(186,176,163)
#C0B7AC
(192,183,172)
#C6BEB5
(198,190,181)
#CCC5BE
(204,197,190)
#D2CCC7
(210,204,199)
#D8D3D0
(216,211,208)
#DEDAD9
(222,218,217)
#E4E1E2
(228,225,226)
#EAE8EB
(234,232,235)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A99A; }

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

This text font color is #B4A99A.


Background Color

.myBgColor { background-color: #B4A99A; }

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

This div background color is #B4A99A.


Border color

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

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

This div border color is #B4A99A.


Opacity

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

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

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

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

This text has shadow with #B4A99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A99A on black background.


Color preview on white background

This text has color #B4A99A on white background.



Black color preview on #B4A99A background

This text has black color on #B4A99A background.


White color preview on #B4A99A background

This text has white color on #B4A99A background.