COLOR #B49EA4

HEX: #B49EA4 RGB: (180,158,164)

Color info

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

RGB color model

#B49EA4 color RGB value is (180,158,164).

RGB: (180,158,164) (71%, 62%, 64%)

RGB channels and saturation

R 180 of 255 = 71%
G 158 of 255 = 62%
B 164 of 255 = 64%

180
158
164

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

Portions of RGB colors in percentages

R + G + B = 180 + 158 + 164 = 502 (100%)
R 180 of 502 ~ 35.86%
G 158 of 502 ~ 31.47%
B 164 of 502 ~ 32.67'%

%35.86
%31.47
%32.67

CMYK color model

#B49EA4 color CMYK value is (0,12,9,29).

  • cyan value is 0.00%
  • magenta value is 12.22%
  • yellow value is 8.89%
  • key color value is 29.41%

CMYK: (0,12,9,29)
C0M12Y9K29 (0%, 12%, 9%, 29%)
(0.00 / 0.12 / 0.09 / 0.29)

CMYK percentages

%0
%12.22
%8.89
%29.41

Codes

Color #B49EA4 in popluar color models

B4 9E A4
RGB 180 158 164
HSL 344° 12.79% 66.27%
HSB/HSV 344° 12.22% 70.59%
CMYK 0.00% 12.22% 8.89%
29.41%

Color #B49EA4 in popluar number systems.

HEX B4 9E A4
Decimal 180 158 164
Binary 10110100 10011110 10100100
Octal 264 236 244

Shades and tints

Shades of #B49EA4

#B49EA4
(180,158,164)
#A49096
(164,144,150)
#948288
(148,130,136)
#84747A
(132,116,122)
#74666C
(116,102,108)
#64585E
(100,88,94)
#544A50
(84,74,80)
#443C42
(68,60,66)
#342E34
(52,46,52)
#242026
(36,32,38)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #B49EA4

#B49EA4
(180,158,164)
#BAA6AC
(186,166,172)
#C0AEB4
(192,174,180)
#C6B6BC
(198,182,188)
#CCBEC4
(204,190,196)
#D2C6CC
(210,198,204)
#D8CED4
(216,206,212)
#DED6DC
(222,214,220)
#E4DEE4
(228,222,228)
#EAE6EC
(234,230,236)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49EA4; }

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

This text font color is #B49EA4.

Background Color

.myBgColor { background-color: #B49EA4; }

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

This div background color is #B49EA4.

Border color

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

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

This div border color is #B49EA4.

Opacity

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

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

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

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

This text has shadow with #B49EA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49EA4.

Preview

Color preview on black background

This text has color #B49EA4 on black background.


Color preview on white background

This text has color #B49EA4 on white background.


Black color preview on #B49EA4 background

This text has black color on #B49EA4 background.


White color preview on #B49EA4 background

This text has white color on #B49EA4 background.


Related colors

Complementary color

Complementary color for #hex is #4B615B.


I love getcolorcode.com

Triadic colors

1 #A4B49E and #9EA4B4 with #B49EA4 are triadic colors.

2 #A49EB4 and #9EB4A4 with #B49EA4 are triadic colors.