COLOR #BA6490

HEX: #BA6490
RGB: (186,100,144)

Color info

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

RGB color model

#BA6490 color RGB value is (186,100,144).

  • red value is 186;
  • green value is 100;
  • blue value is 144.
RGB:
(186,100,144)
(73%,39%,56%)

RGB channels and saturation

R 186 of 255 = 73%
G 100 of 255 = 39%
B 144 of 255 = 56%

186
100
144

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

Portions of RGB colors in percentages

R + G + B =
186 + 100 + 144 = 430 (100%)
R 186 of 430 ~ 43.26%
G 100 of 430 ~ 23.26%
B 144 of 430 ~ 33.49%

%43.26
%23.26
%33.49

CMYK color model

#BA6490 color CMYK value is (0,46,23,27).

  • cyan value is 0.00%
  • magenta value is 46.24%
  • yellow value is 22.58%
  • key color value is 27.06%
CMYK:
(0,46,23,27)
C0M46Y23K27 
(0%,46%,23%,27%)
(0.00/0.46/0.23/0.27)	

CMYK percentages

%0
%46.24
%22.58
%27.06

Codes

Color #BA6490 in popluar color models

BA6490
RGB186100144
HSL329°38.39%56.08%
HSB/HSV329°46.24%72.94%
CMYK0.00%46.24%22.58%
27.06%

Color #BA6490 in popluar number systems.

HEXBA6490
Decimal186100144
Binary10111010110010010010000
Octal272144220

Shades and tints

Shades of #BA6490

#BA6490
(186,100,144)
#AA5B83
(170,91,131)
#9A5276
(154,82,118)
#8A4969
(138,73,105)
#7A405C
(122,64,92)
#6A374F
(106,55,79)
#5A2E42
(90,46,66)
#4A2535
(74,37,53)
#3A1C28
(58,28,40)
#2A131B
(42,19,27)
#1A0A0E
(26,10,14)
#000000
(0,0,0)

Tints of #BA6490

#BA6490
(186,100,144)
#C0729A
(192,114,154)
#C680A4
(198,128,164)
#CC8EAE
(204,142,174)
#D29CB8
(210,156,184)
#D8AAC2
(216,170,194)
#DEB8CC
(222,184,204)
#E4C6D6
(228,198,214)
#EAD4E0
(234,212,224)
#F0E2EA
(240,226,234)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA6490; }

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

This text font color is #BA6490.


Background Color

.myBgColor { background-color: #BA6490; }

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

This div background color is #BA6490.


Border color

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

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

This div border color is #BA6490.


Opacity

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

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

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

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

This text has shadow with #BA6490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA6490 on black background.


Color preview on white background

This text has color #BA6490 on white background.



Black color preview on #BA6490 background

This text has black color on #BA6490 background.


White color preview on #BA6490 background

This text has white color on #BA6490 background.