COLOR #B49FA2

HEX: #B49FA2
RGB: (180,159,162)

Color info

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

RGB color model

#B49FA2 color RGB value is (180,159,162).

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

RGB channels and saturation

R 180 of 255 = 71%
G 159 of 255 = 62%
B 162 of 255 = 64%

180
159
162

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

Portions of RGB colors in percentages

R + G + B =
180 + 159 + 162 = 501 (100%)
R 180 of 501 ~ 35.93%
G 159 of 501 ~ 31.74%
B 162 of 501 ~ 32.34%

%35.93
%31.74
%32.34

CMYK color model

#B49FA2 color CMYK value is (0,12,10,29).

  • cyan value is 0.00%
  • magenta value is 11.67%
  • yellow value is 10.00%
  • key color value is 29.41%
CMYK:
(0,12,10,29)
C0M12Y10K29 
(0%,12%,10%,29%)
(0.00/0.12/0.10/0.29)	

CMYK percentages

%0
%11.67
%10
%29.41

Codes

Color #B49FA2 in popluar color models

B49FA2
RGB180159162
HSL351°12.28%66.47%
HSB/HSV351°11.67%70.59%
CMYK0.00%11.67%10.00%
29.41%

Color #B49FA2 in popluar number systems.

HEXB49FA2
Decimal180159162
Binary101101001001111110100010
Octal264237242

Shades and tints

Shades of #B49FA2

#B49FA2
(180,159,162)
#A49194
(164,145,148)
#948386
(148,131,134)
#847578
(132,117,120)
#74676A
(116,103,106)
#64595C
(100,89,92)
#544B4E
(84,75,78)
#443D40
(68,61,64)
#342F32
(52,47,50)
#242124
(36,33,36)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #B49FA2

#B49FA2
(180,159,162)
#BAA7AA
(186,167,170)
#C0AFB2
(192,175,178)
#C6B7BA
(198,183,186)
#CCBFC2
(204,191,194)
#D2C7CA
(210,199,202)
#D8CFD2
(216,207,210)
#DED7DA
(222,215,218)
#E4DFE2
(228,223,226)
#EAE7EA
(234,231,234)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49FA2; }

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

This text font color is #B49FA2.


Background Color

.myBgColor { background-color: #B49FA2; }

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

This div background color is #B49FA2.


Border color

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

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

This div border color is #B49FA2.


Opacity

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

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

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

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

This text has shadow with #B49FA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49FA2 on black background.


Color preview on white background

This text has color #B49FA2 on white background.



Black color preview on #B49FA2 background

This text has black color on #B49FA2 background.


White color preview on #B49FA2 background

This text has white color on #B49FA2 background.