COLOR #B49FA1

HEX: #B49FA1
RGB: (180,159,161)

Color info

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

RGB color model

#B49FA1 color RGB value is (180,159,161).

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

RGB channels and saturation

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

180
159
161

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

Portions of RGB colors in percentages

R + G + B =
180 + 159 + 161 = 500 (100%)
R 180 of 500 ~ 36%
G 159 of 500 ~ 31.8%
B 161 of 500 ~ 32.2%

%36
%31.8
%32.2

CMYK color model

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

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

CMYK percentages

%0
%11.67
%10.56
%29.41

Codes

Color #B49FA1 in popluar color models

B49FA1
RGB180159161
HSL354°12.28%66.47%
HSB/HSV354°11.67%70.59%
CMYK0.00%11.67%10.56%
29.41%

Color #B49FA1 in popluar number systems.

HEXB49FA1
Decimal180159161
Binary101101001001111110100001
Octal264237241

Shades and tints

Shades of #B49FA1

#B49FA1
(180,159,161)
#A49193
(164,145,147)
#948385
(148,131,133)
#847577
(132,117,119)
#746769
(116,103,105)
#64595B
(100,89,91)
#544B4D
(84,75,77)
#443D3F
(68,61,63)
#342F31
(52,47,49)
#242123
(36,33,35)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #B49FA1

#B49FA1
(180,159,161)
#BAA7A9
(186,167,169)
#C0AFB1
(192,175,177)
#C6B7B9
(198,183,185)
#CCBFC1
(204,191,193)
#D2C7C9
(210,199,201)
#D8CFD1
(216,207,209)
#DED7D9
(222,215,217)
#E4DFE1
(228,223,225)
#EAE7E9
(234,231,233)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49FA1; }

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

This text font color is #B49FA1.


Background Color

.myBgColor { background-color: #B49FA1; }

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

This div background color is #B49FA1.


Border color

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

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

This div border color is #B49FA1.


Opacity

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

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

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

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

This text has shadow with #B49FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49FA1 on black background.


Color preview on white background

This text has color #B49FA1 on white background.



Black color preview on #B49FA1 background

This text has black color on #B49FA1 background.


White color preview on #B49FA1 background

This text has white color on #B49FA1 background.