COLOR #BA589A

HEX: #BA589A RGB: (186,88,154)

Color info

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

RGB color model

#BA589A color RGB value is (186,88,154).

RGB: (186,88,154) (73%, 35%, 60%)

RGB channels and saturation

R 186 of 255 = 73%
G 88 of 255 = 35%
B 154 of 255 = 60%

186
88
154

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

Portions of RGB colors in percentages

R + G + B = 186 + 88 + 154 = 428 (100%)
R 186 of 428 ~ 43.46%
G 88 of 428 ~ 20.56%
B 154 of 428 ~ 35.98'%

%43.46
%20.56
%35.98

CMYK color model

#BA589A color CMYK value is (0,53,17,27).

  • cyan value is 0.00%
  • magenta value is 52.69%
  • yellow value is 17.20%
  • key color value is 27.06%

CMYK: (0,53,17,27)
C0M53Y17K27 (0%, 53%, 17%, 27%)
(0.00 / 0.53 / 0.17 / 0.27)

CMYK percentages

%0
%52.69
%17.2
%27.06

Codes

Color #BA589A in popluar color models

BA 58 9A
RGB 186 88 154
HSL 320° 41.53% 53.73%
HSB/HSV 320° 52.69% 72.94%
CMYK 0.00% 52.69% 17.20%
27.06%

Color #BA589A in popluar number systems.

HEX BA 58 9A
Decimal 186 88 154
Binary 10111010 1011000 10011010
Octal 272 130 232

Shades and tints

Shades of #BA589A

#BA589A
(186,88,154)
#AA508C
(170,80,140)
#9A487E
(154,72,126)
#8A4070
(138,64,112)
#7A3862
(122,56,98)
#6A3054
(106,48,84)
#5A2846
(90,40,70)
#4A2038
(74,32,56)
#3A182A
(58,24,42)
#2A101C
(42,16,28)
#1A080E
(26,8,14)
#000000
(0,0,0)

Tints of #BA589A

#BA589A
(186,88,154)
#C067A3
(192,103,163)
#C676AC
(198,118,172)
#CC85B5
(204,133,181)
#D294BE
(210,148,190)
#D8A3C7
(216,163,199)
#DEB2D0
(222,178,208)
#E4C1D9
(228,193,217)
#EAD0E2
(234,208,226)
#F0DFEB
(240,223,235)
#F6EEF4
(246,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA589A color. Also use rgb(186,88,154) instead hex code.

Text Font Color

.myTextColor { color: #BA589A; }

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

This text font color is #BA589A.

Background Color

.myBgColor { background-color: #BA589A; }

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

This div background color is #BA589A.

Border color

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

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

This div border color is #BA589A.

Opacity

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

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

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

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

This text has shadow with #BA589A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA589A.

Preview

Color preview on black background

This text has color #BA589A on black background.


Color preview on white background

This text has color #BA589A on white background.


Black color preview on #BA589A background

This text has black color on #BA589A background.


White color preview on #BA589A background

This text has white color on #BA589A background.


Related colors

Complementary color

Complementary color for #hex is #45A765.


I love getcolorcode.com

Triadic colors

1 #9ABA58 and #589ABA with #BA589A are triadic colors.

2 #9A58BA and #58BA9A with #BA589A are triadic colors.