COLOR #BA6894

HEX: #BA6894 RGB: (186,104,148)

Color info

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

RGB color model

#BA6894 color RGB value is (186,104,148).

RGB: (186,104,148) (73%, 41%, 58%)

RGB channels and saturation

R 186 of 255 = 73%
G 104 of 255 = 41%
B 148 of 255 = 58%

186
104
148

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

Portions of RGB colors in percentages

R + G + B = 186 + 104 + 148 = 438 (100%)
R 186 of 438 ~ 42.47%
G 104 of 438 ~ 23.74%
B 148 of 438 ~ 33.79'%

%42.47
%23.74
%33.79

CMYK color model

#BA6894 color CMYK value is (0,44,20,27).

  • cyan value is 0.00%
  • magenta value is 44.09%
  • yellow value is 20.43%
  • key color value is 27.06%

CMYK: (0,44,20,27)
C0M44Y20K27 (0%, 44%, 20%, 27%)
(0.00 / 0.44 / 0.20 / 0.27)

CMYK percentages

%0
%44.09
%20.43
%27.06

Codes

Color #BA6894 in popluar color models

BA 68 94
RGB 186 104 148
HSL 328° 37.27% 56.86%
HSB/HSV 328° 44.09% 72.94%
CMYK 0.00% 44.09% 20.43%
27.06%

Color #BA6894 in popluar number systems.

HEX BA 68 94
Decimal 186 104 148
Binary 10111010 1101000 10010100
Octal 272 150 224

Shades and tints

Shades of #BA6894

#BA6894
(186,104,148)
#AA5F87
(170,95,135)
#9A567A
(154,86,122)
#8A4D6D
(138,77,109)
#7A4460
(122,68,96)
#6A3B53
(106,59,83)
#5A3246
(90,50,70)
#4A2939
(74,41,57)
#3A202C
(58,32,44)
#2A171F
(42,23,31)
#1A0E12
(26,14,18)
#000000
(0,0,0)

Tints of #BA6894

#BA6894
(186,104,148)
#C0759D
(192,117,157)
#C682A6
(198,130,166)
#CC8FAF
(204,143,175)
#D29CB8
(210,156,184)
#D8A9C1
(216,169,193)
#DEB6CA
(222,182,202)
#E4C3D3
(228,195,211)
#EAD0DC
(234,208,220)
#F0DDE5
(240,221,229)
#F6EAEE
(246,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6894 color. Also use rgb(186,104,148) instead hex code.

Text Font Color

.myTextColor { color: #BA6894; }

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

This text font color is #BA6894.

Background Color

.myBgColor { background-color: #BA6894; }

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

This div background color is #BA6894.

Border color

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

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

This div border color is #BA6894.

Opacity

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

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

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

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

This text has shadow with #BA6894 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA6894.

Preview

Color preview on black background

This text has color #BA6894 on black background.


Color preview on white background

This text has color #BA6894 on white background.


Black color preview on #BA6894 background

This text has black color on #BA6894 background.


White color preview on #BA6894 background

This text has white color on #BA6894 background.


Related colors

Complementary color

Complementary color for #hex is #45976B.


I love getcolorcode.com

Triadic colors

1 #94BA68 and #6894BA with #BA6894 are triadic colors.

2 #9468BA and #68BA94 with #BA6894 are triadic colors.