COLOR #B4A09E

HEX: #B4A09E RGB: (180,160,158)

Color info

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

RGB color model

#B4A09E color RGB value is (180,160,158).

RGB: (180,160,158) (71%, 63%, 62%)

RGB channels and saturation

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

180
160
158

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

Portions of RGB colors in percentages

R + G + B = 180 + 160 + 158 = 498 (100%)
R 180 of 498 ~ 36.14%
G 160 of 498 ~ 32.13%
B 158 of 498 ~ 31.73'%

%36.14
%32.13
%31.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.11%
  • 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
%11.11
%12.22
%29.41

Codes

Color #B4A09E in popluar color models

B4 A0 9E
RGB 180 160 158
HSL 12.79% 66.27%
HSB/HSV 12.22% 70.59%
CMYK 0.00% 11.11% 12.22%
29.41%

Color #B4A09E in popluar number systems.

HEX B4 A0 9E
Decimal 180 160 158
Binary 10110100 10100000 10011110
Octal 264 240 236

Shades and tints

Shades of #B4A09E

#B4A09E
(180,160,158)
#A49290
(164,146,144)
#948482
(148,132,130)
#847674
(132,118,116)
#746866
(116,104,102)
#645A58
(100,90,88)
#544C4A
(84,76,74)
#443E3C
(68,62,60)
#34302E
(52,48,46)
#242220
(36,34,32)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #B4A09E

#B4A09E
(180,160,158)
#BAA8A6
(186,168,166)
#C0B0AE
(192,176,174)
#C6B8B6
(198,184,182)
#CCC0BE
(204,192,190)
#D2C8C6
(210,200,198)
#D8D0CE
(216,208,206)
#DED8D6
(222,216,214)
#E4E0DE
(228,224,222)
#EAE8E6
(234,232,230)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A09E; }

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

This text font color is #B4A09E.

Background Color

.myBgColor { background-color: #B4A09E; }

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

This div background color is #B4A09E.

Border color

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

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

This div border color is #B4A09E.

Opacity

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

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

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

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

This text has shadow with #B4A09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4A09E.

Preview

Color preview on black background

This text has color #B4A09E on black background.


Color preview on white background

This text has color #B4A09E on white background.


Black color preview on #B4A09E background

This text has black color on #B4A09E background.


White color preview on #B4A09E background

This text has white color on #B4A09E background.


Related colors

Complementary color

Complementary color for #hex is #4B5F61.


I love getcolorcode.com

Triadic colors

1 #9EB4A0 and #A09EB4 with #B4A09E are triadic colors.

2 #9EA0B4 and #A0B49E with #B4A09E are triadic colors.