COLOR #BA7390

HEX: #BA7390 RGB: (186,115,144)

Color info

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

RGB color model

#BA7390 color RGB value is (186,115,144).

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

RGB channels and saturation

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

186
115
144

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

Portions of RGB colors in percentages

R + G + B = 186 + 115 + 144 = 445 (100%)
R 186 of 445 ~ 41.8%
G 115 of 445 ~ 25.84%
B 144 of 445 ~ 32.36'%

%41.8
%25.84
%32.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.17%
  • 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
%38.17
%22.58
%27.06

Codes

Color #BA7390 in popluar color models

BA 73 90
RGB 186 115 144
HSL 335° 33.97% 59.02%
HSB/HSV 335° 38.17% 72.94%
CMYK 0.00% 38.17% 22.58%
27.06%

Color #BA7390 in popluar number systems.

HEX BA 73 90
Decimal 186 115 144
Binary 10111010 1110011 10010000
Octal 272 163 220

Shades and tints

Shades of #BA7390

#BA7390
(186,115,144)
#AA6983
(170,105,131)
#9A5F76
(154,95,118)
#8A5569
(138,85,105)
#7A4B5C
(122,75,92)
#6A414F
(106,65,79)
#5A3742
(90,55,66)
#4A2D35
(74,45,53)
#3A2328
(58,35,40)
#2A191B
(42,25,27)
#1A0F0E
(26,15,14)
#000000
(0,0,0)

Tints of #BA7390

#BA7390
(186,115,144)
#C07F9A
(192,127,154)
#C68BA4
(198,139,164)
#CC97AE
(204,151,174)
#D2A3B8
(210,163,184)
#D8AFC2
(216,175,194)
#DEBBCC
(222,187,204)
#E4C7D6
(228,199,214)
#EAD3E0
(234,211,224)
#F0DFEA
(240,223,234)
#F6EBF4
(246,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7390; }

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

This text font color is #BA7390.

Background Color

.myBgColor { background-color: #BA7390; }

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

This div background color is #BA7390.

Border color

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

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

This div border color is #BA7390.

Opacity

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

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

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

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

This text has shadow with #BA7390 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA7390.

Preview

Color preview on black background

This text has color #BA7390 on black background.


Color preview on white background

This text has color #BA7390 on white background.


Black color preview on #BA7390 background

This text has black color on #BA7390 background.


White color preview on #BA7390 background

This text has white color on #BA7390 background.


Related colors

Complementary color

Complementary color for #hex is #458C6F.


I love getcolorcode.com

Triadic colors

1 #90BA73 and #7390BA with #BA7390 are triadic colors.

2 #9073BA and #73BA90 with #BA7390 are triadic colors.