COLOR #BA6099

HEX: #BA6099 RGB: (186,96,153)

Color info

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

RGB color model

#BA6099 color RGB value is (186,96,153).

RGB: (186,96,153) (73%, 38%, 60%)

RGB channels and saturation

R 186 of 255 = 73%
G 96 of 255 = 38%
B 153 of 255 = 60%

186
96
153

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

Portions of RGB colors in percentages

R + G + B = 186 + 96 + 153 = 435 (100%)
R 186 of 435 ~ 42.76%
G 96 of 435 ~ 22.07%
B 153 of 435 ~ 35.17'%

%42.76
%22.07
%35.17

CMYK color model

#BA6099 color CMYK value is (0,48,18,27).

  • cyan value is 0.00%
  • magenta value is 48.39%
  • yellow value is 17.74%
  • key color value is 27.06%
CMYK: (0,48,18,27) C0M48Y18K27 (0%,48%,18%,27%) (0.00/0.48/0.18/0.27) 

CMYK percentages

%0
%48.39
%17.74
%27.06

Codes

Color #BA6099 in popluar color models

BA 60 99
RGB 186 96 153
HSL 322° 39.47% 55.29%
HSB/HSV 322° 48.39% 72.94%
CMYK 0.00% 48.39% 17.74%
27.06%

Color #BA6099 in popluar number systems.

HEX BA 60 99
Decimal 186 96 153
Binary 10111010 1100000 10011001
Octal 272 140 231

Shades and tints

Shades of #BA6099

#BA6099
(186,96,153)
#AA588C
(170,88,140)
#9A507F
(154,80,127)
#8A4872
(138,72,114)
#7A4065
(122,64,101)
#6A3858
(106,56,88)
#5A304B
(90,48,75)
#4A283E
(74,40,62)
#3A2031
(58,32,49)
#2A1824
(42,24,36)
#1A1017
(26,16,23)
#000000
(0,0,0)

Tints of #BA6099

#BA6099
(186,96,153)
#C06EA2
(192,110,162)
#C67CAB
(198,124,171)
#CC8AB4
(204,138,180)
#D298BD
(210,152,189)
#D8A6C6
(216,166,198)
#DEB4CF
(222,180,207)
#E4C2D8
(228,194,216)
#EAD0E1
(234,208,225)
#F0DEEA
(240,222,234)
#F6ECF3
(246,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6099 color. Also use rgb(186,96,153) instead hex code.

Text Font Color

.myTextColor { color: #BA6099; }

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

This text font color is #BA6099.

Background Color

.myBgColor { background-color: #BA6099; }

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

This div background color is #BA6099.

Border color

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

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

This div border color is #BA6099.

Opacity

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

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

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

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

This text has shadow with #BA6099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA6099.

Preview

Color preview on black background

This text has color #BA6099 on black background.


Color preview on white background

This text has color #BA6099 on white background.


Black color preview on #BA6099 background

This text has black color on #BA6099 background.


White color preview on #BA6099 background

This text has white color on #BA6099 background.


Related colors

Complementary color

Complementary color for #hex is #459F66.


I love getcolorcode.com

Triadic colors

1 #99BA60 and #6099BA with #BA6099 are triadic colors.

2 #9960BA and #60BA99 with #BA6099 are triadic colors.