COLOR #B4A19D

HEX: #B4A19D
RGB: (180,161,157)

Color info

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

RGB color model

#B4A19D color RGB value is (180,161,157).

  • red value is 180;
  • green value is 161;
  • blue value is 157.
RGB:
(180,161,157)
(71%,63%,62%)

RGB channels and saturation

R 180 of 255 = 71%
G 161 of 255 = 63%
B 157 of 255 = 62%

180
161
157

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

Portions of RGB colors in percentages

R + G + B =
180 + 161 + 157 = 498 (100%)
R 180 of 498 ~ 36.14%
G 161 of 498 ~ 32.33%
B 157 of 498 ~ 31.53%

%36.14
%32.33
%31.53

CMYK color model

#B4A19D color CMYK value is (0,11,13,29).

  • cyan value is 0.00%
  • magenta value is 10.56%
  • yellow value is 12.78%
  • key color value is 29.41%
CMYK:
(0,11,13,29)
C0M11Y13K29 
(0%,11%,13%,29%)
(0.00/0.11/0.13/0.29)	

CMYK percentages

%0
%10.56
%12.78
%29.41

Codes

Color #B4A19D in popluar color models

B4A19D
RGB180161157
HSL10°13.29%66.08%
HSB/HSV10°12.78%70.59%
CMYK0.00%10.56%12.78%
29.41%

Color #B4A19D in popluar number systems.

HEXB4A19D
Decimal180161157
Binary101101001010000110011101
Octal264241235

Shades and tints

Shades of #B4A19D

#B4A19D
(180,161,157)
#A4938F
(164,147,143)
#948581
(148,133,129)
#847773
(132,119,115)
#746965
(116,105,101)
#645B57
(100,91,87)
#544D49
(84,77,73)
#443F3B
(68,63,59)
#34312D
(52,49,45)
#24231F
(36,35,31)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #B4A19D

#B4A19D
(180,161,157)
#BAA9A5
(186,169,165)
#C0B1AD
(192,177,173)
#C6B9B5
(198,185,181)
#CCC1BD
(204,193,189)
#D2C9C5
(210,201,197)
#D8D1CD
(216,209,205)
#DED9D5
(222,217,213)
#E4E1DD
(228,225,221)
#EAE9E5
(234,233,229)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A19D color. Also use rgb(180,161,157) instead hex code.

Text Font Color

.myTextColor { color: #B4A19D; }

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

This text font color is #B4A19D.


Background Color

.myBgColor { background-color: #B4A19D; }

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

This div background color is #B4A19D.


Border color

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

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

This div border color is #B4A19D.


Opacity

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

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

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

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

This text has shadow with #B4A19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A19D on black background.


Color preview on white background

This text has color #B4A19D on white background.



Black color preview on #B4A19D background

This text has black color on #B4A19D background.


White color preview on #B4A19D background

This text has white color on #B4A19D background.