COLOR #B4A19E

HEX: #B4A19E
RGB: (180,161,158)

Color info

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

RGB color model

#B4A19E color RGB value is (180,161,158).

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

RGB channels and saturation

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

180
161
158

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

Portions of RGB colors in percentages

R + G + B =
180 + 161 + 158 = 499 (100%)
R 180 of 499 ~ 36.07%
G 161 of 499 ~ 32.26%
B 158 of 499 ~ 31.66%

%36.07
%32.26
%31.66

CMYK color model

#B4A19E color CMYK value is (0,11,12,29).

  • cyan value is 0.00%
  • magenta value is 10.56%
  • yellow value is 12.22%
  • key color value is 29.41%
CMYK:
(0,11,12,29)
C0M11Y12K29 
(0%,11%,12%,29%)
(0.00/0.11/0.12/0.29)	

CMYK percentages

%0
%10.56
%12.22
%29.41

Codes

Color #B4A19E in popluar color models

B4A19E
RGB180161158
HSL12.79%66.27%
HSB/HSV12.22%70.59%
CMYK0.00%10.56%12.22%
29.41%

Color #B4A19E in popluar number systems.

HEXB4A19E
Decimal180161158
Binary101101001010000110011110
Octal264241236

Shades and tints

Shades of #B4A19E

#B4A19E
(180,161,158)
#A49390
(164,147,144)
#948582
(148,133,130)
#847774
(132,119,116)
#746966
(116,105,102)
#645B58
(100,91,88)
#544D4A
(84,77,74)
#443F3C
(68,63,60)
#34312E
(52,49,46)
#242320
(36,35,32)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #B4A19E

#B4A19E
(180,161,158)
#BAA9A6
(186,169,166)
#C0B1AE
(192,177,174)
#C6B9B6
(198,185,182)
#CCC1BE
(204,193,190)
#D2C9C6
(210,201,198)
#D8D1CE
(216,209,206)
#DED9D6
(222,217,214)
#E4E1DE
(228,225,222)
#EAE9E6
(234,233,230)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A19E; }

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

This text font color is #B4A19E.


Background Color

.myBgColor { background-color: #B4A19E; }

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

This div background color is #B4A19E.


Border color

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

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

This div border color is #B4A19E.


Opacity

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

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

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

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

This text has shadow with #B4A19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A19E on black background.


Color preview on white background

This text has color #B4A19E on white background.



Black color preview on #B4A19E background

This text has black color on #B4A19E background.


White color preview on #B4A19E background

This text has white color on #B4A19E background.