COLOR #BA7490

HEX: #BA7490 RGB: (186,116,144)

Color info

#BA7490 contains mainly red and blue colors. Web safe color of #BA7490 is #CC6699 (or #C69).

RGB color model

#BA7490 color RGB value is (186,116,144).

RGB: (186,116,144) (73%, 45%, 56%)

RGB channels and saturation

R 186 of 255 = 73%
G 116 of 255 = 45%
B 144 of 255 = 56%

186
116
144

R + G + B ~ 58%. #BA7490 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 186 + 116 + 144 = 446 (100%)
R 186 of 446 ~ 41.7%
G 116 of 446 ~ 26.01%
B 144 of 446 ~ 32.29'%

%41.7
%26.01
%32.29

CMYK color model

#BA7490 color CMYK value is (0,38,23,27).

  • cyan value is 0.00%
  • magenta value is 37.63%
  • yellow value is 22.58%
  • key color value is 27.06%

CMYK: (0,38,23,27)
C0M38Y23K27 (0%, 38%, 23%, 27%)
(0.00 / 0.38 / 0.23 / 0.27)

CMYK percentages

%0
%37.63
%22.58
%27.06

Codes

Color #BA7490 in popluar color models

BA 74 90
RGB 186 116 144
HSL 336° 33.65% 59.22%
HSB/HSV 336° 37.63% 72.94%
CMYK 0.00% 37.63% 22.58%
27.06%

Color #BA7490 in popluar number systems.

HEX BA 74 90
Decimal 186 116 144
Binary 10111010 1110100 10010000
Octal 272 164 220

Shades and tints

Shades of #BA7490

#BA7490
(186,116,144)
#AA6A83
(170,106,131)
#9A6076
(154,96,118)
#8A5669
(138,86,105)
#7A4C5C
(122,76,92)
#6A424F
(106,66,79)
#5A3842
(90,56,66)
#4A2E35
(74,46,53)
#3A2428
(58,36,40)
#2A1A1B
(42,26,27)
#1A100E
(26,16,14)
#000000
(0,0,0)

Tints of #BA7490

#BA7490
(186,116,144)
#C0809A
(192,128,154)
#C68CA4
(198,140,164)
#CC98AE
(204,152,174)
#D2A4B8
(210,164,184)
#D8B0C2
(216,176,194)
#DEBCCC
(222,188,204)
#E4C8D6
(228,200,214)
#EAD4E0
(234,212,224)
#F0E0EA
(240,224,234)
#F6ECF4
(246,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7490 color. Also use rgb(186,116,144) instead hex code.

Text Font Color

.myTextColor { color: #BA7490; }

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

This text font color is #BA7490.

Background Color

.myBgColor { background-color: #BA7490; }

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

This div background color is #BA7490.

Border color

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

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

This div border color is #BA7490.

Opacity

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

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

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

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

This text has shadow with #BA7490 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA7490.

Preview

Color preview on black background

This text has color #BA7490 on black background.


Color preview on white background

This text has color #BA7490 on white background.


Black color preview on #BA7490 background

This text has black color on #BA7490 background.


White color preview on #BA7490 background

This text has white color on #BA7490 background.


Related colors

Complementary color

Complementary color for #hex is #458B6F.


I love getcolorcode.com

Triadic colors

1 #90BA74 and #7490BA with #BA7490 are triadic colors.

2 #9074BA and #74BA90 with #BA7490 are triadic colors.