COLOR #B490A0

HEX: #B490A0 RGB: (180,144,160)

Color info

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

RGB color model

#B490A0 color RGB value is (180,144,160).

RGB: (180,144,160) (71%, 56%, 63%)

RGB channels and saturation

R 180 of 255 = 71%
G 144 of 255 = 56%
B 160 of 255 = 63%

180
144
160

R + G + B ~ 63%. #B490A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 144 + 160 = 484 (100%)
R 180 of 484 ~ 37.19%
G 144 of 484 ~ 29.75%
B 160 of 484 ~ 33.06'%

%37.19
%29.75
%33.06

CMYK color model

#B490A0 color CMYK value is (0,20,11,29).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 11.11%
  • key color value is 29.41%

CMYK: (0,20,11,29)
C0M20Y11K29 (0%, 20%, 11%, 29%)
(0.00 / 0.20 / 0.11 / 0.29)

CMYK percentages

%0
%20
%11.11
%29.41

Codes

Color #B490A0 in popluar color models

B4 90 A0
RGB 180 144 160
HSL 333° 19.35% 63.53%
HSB/HSV 333° 20.00% 70.59%
CMYK 0.00% 20.00% 11.11%
29.41%

Color #B490A0 in popluar number systems.

HEX B4 90 A0
Decimal 180 144 160
Binary 10110100 10010000 10100000
Octal 264 220 240

Shades and tints

Shades of #B490A0

#B490A0
(180,144,160)
#A48392
(164,131,146)
#947684
(148,118,132)
#846976
(132,105,118)
#745C68
(116,92,104)
#644F5A
(100,79,90)
#54424C
(84,66,76)
#44353E
(68,53,62)
#342830
(52,40,48)
#241B22
(36,27,34)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #B490A0

#B490A0
(180,144,160)
#BA9AA8
(186,154,168)
#C0A4B0
(192,164,176)
#C6AEB8
(198,174,184)
#CCB8C0
(204,184,192)
#D2C2C8
(210,194,200)
#D8CCD0
(216,204,208)
#DED6D8
(222,214,216)
#E4E0E0
(228,224,224)
#EAEAE8
(234,234,232)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B490A0; }

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

This text font color is #B490A0.

Background Color

.myBgColor { background-color: #B490A0; }

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

This div background color is #B490A0.

Border color

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

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

This div border color is #B490A0.

Opacity

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

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

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

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

This text has shadow with #B490A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B490A0.

Preview

Color preview on black background

This text has color #B490A0 on black background.


Color preview on white background

This text has color #B490A0 on white background.


Black color preview on #B490A0 background

This text has black color on #B490A0 background.


White color preview on #B490A0 background

This text has white color on #B490A0 background.


Related colors

Complementary color

Complementary color for #hex is #4B6F5F.


I love getcolorcode.com

Triadic colors

1 #A0B490 and #90A0B4 with #B490A0 are triadic colors.

2 #A090B4 and #90B4A0 with #B490A0 are triadic colors.