COLOR #B490A2

HEX: #B490A2
RGB: (180,144,162)

Color info

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

RGB color model

#B490A2 color RGB value is (180,144,162).

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

RGB channels and saturation

R 180 of 255 = 71%
G 144 of 255 = 56%
B 162 of 255 = 64%

180
144
162

R + G + B ~ 64%. #B490A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 144 + 162 = 486 (100%)
R 180 of 486 ~ 37.04%
G 144 of 486 ~ 29.63%
B 162 of 486 ~ 33.33%

%37.04
%29.63
%33.33

CMYK color model

#B490A2 color CMYK value is (0,20,10,29).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 10.00%
  • key color value is 29.41%
CMYK:
(0,20,10,29)
C0M20Y10K29 
(0%,20%,10%,29%)
(0.00/0.20/0.10/0.29)	

CMYK percentages

%0
%20
%10
%29.41

Codes

Color #B490A2 in popluar color models

B490A2
RGB180144162
HSL330°19.35%63.53%
HSB/HSV330°20.00%70.59%
CMYK0.00%20.00%10.00%
29.41%

Color #B490A2 in popluar number systems.

HEXB490A2
Decimal180144162
Binary101101001001000010100010
Octal264220242

Shades and tints

Shades of #B490A2

#B490A2
(180,144,162)
#A48394
(164,131,148)
#947686
(148,118,134)
#846978
(132,105,120)
#745C6A
(116,92,106)
#644F5C
(100,79,92)
#54424E
(84,66,78)
#443540
(68,53,64)
#342832
(52,40,50)
#241B24
(36,27,36)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #B490A2

#B490A2
(180,144,162)
#BA9AAA
(186,154,170)
#C0A4B2
(192,164,178)
#C6AEBA
(198,174,186)
#CCB8C2
(204,184,194)
#D2C2CA
(210,194,202)
#D8CCD2
(216,204,210)
#DED6DA
(222,214,218)
#E4E0E2
(228,224,226)
#EAEAEA
(234,234,234)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B490A2; }

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

This text font color is #B490A2.


Background Color

.myBgColor { background-color: #B490A2; }

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

This div background color is #B490A2.


Border color

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

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

This div border color is #B490A2.


Opacity

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

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

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

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

This text has shadow with #B490A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B490A2 on black background.


Color preview on white background

This text has color #B490A2 on white background.



Black color preview on #B490A2 background

This text has black color on #B490A2 background.


White color preview on #B490A2 background

This text has white color on #B490A2 background.