COLOR #B49EA6

HEX: #B49EA6 RGB: (180,158,166)

Color info

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

RGB color model

#B49EA6 color RGB value is (180,158,166).

RGB: (180,158,166) (71%, 62%, 65%)

RGB channels and saturation

R 180 of 255 = 71%
G 158 of 255 = 62%
B 166 of 255 = 65%

180
158
166

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

Portions of RGB colors in percentages

R + G + B = 180 + 158 + 166 = 504 (100%)
R 180 of 504 ~ 35.71%
G 158 of 504 ~ 31.35%
B 166 of 504 ~ 32.94'%

%35.71
%31.35
%32.94

CMYK color model

#B49EA6 color CMYK value is (0,12,8,29).

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

CMYK: (0,12,8,29)
C0M12Y8K29 (0%, 12%, 8%, 29%)
(0.00 / 0.12 / 0.08 / 0.29)

CMYK percentages

%0
%12.22
%7.78
%29.41

Codes

Color #B49EA6 in popluar color models

B4 9E A6
RGB 180 158 166
HSL 338° 12.79% 66.27%
HSB/HSV 338° 12.22% 70.59%
CMYK 0.00% 12.22% 7.78%
29.41%

Color #B49EA6 in popluar number systems.

HEX B4 9E A6
Decimal 180 158 166
Binary 10110100 10011110 10100110
Octal 264 236 246

Shades and tints

Shades of #B49EA6

#B49EA6
(180,158,166)
#A49097
(164,144,151)
#948288
(148,130,136)
#847479
(132,116,121)
#74666A
(116,102,106)
#64585B
(100,88,91)
#544A4C
(84,74,76)
#443C3D
(68,60,61)
#342E2E
(52,46,46)
#24201F
(36,32,31)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #B49EA6

#B49EA6
(180,158,166)
#BAA6AE
(186,166,174)
#C0AEB6
(192,174,182)
#C6B6BE
(198,182,190)
#CCBEC6
(204,190,198)
#D2C6CE
(210,198,206)
#D8CED6
(216,206,214)
#DED6DE
(222,214,222)
#E4DEE6
(228,222,230)
#EAE6EE
(234,230,238)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49EA6; }

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

This text font color is #B49EA6.

Background Color

.myBgColor { background-color: #B49EA6; }

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

This div background color is #B49EA6.

Border color

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

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

This div border color is #B49EA6.

Opacity

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

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

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

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

This text has shadow with #B49EA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49EA6.

Preview

Color preview on black background

This text has color #B49EA6 on black background.


Color preview on white background

This text has color #B49EA6 on white background.


Black color preview on #B49EA6 background

This text has black color on #B49EA6 background.


White color preview on #B49EA6 background

This text has white color on #B49EA6 background.


Related colors

Complementary color

Complementary color for #hex is #4B6159.


I love getcolorcode.com

Triadic colors

1 #A6B49E and #9EA6B4 with #B49EA6 are triadic colors.

2 #A69EB4 and #9EB4A6 with #B49EA6 are triadic colors.