COLOR #BA6CA5

HEX: #BA6CA5
RGB: (186,108,165)

Color info

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

RGB color model

#BA6CA5 color RGB value is (186,108,165).

  • red value is 186;
  • green value is 108;
  • blue value is 165.
RGB:
(186,108,165)
(73%,42%,65%)

RGB channels and saturation

R 186 of 255 = 73%
G 108 of 255 = 42%
B 165 of 255 = 65%

186
108
165

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

Portions of RGB colors in percentages

R + G + B =
186 + 108 + 165 = 459 (100%)
R 186 of 459 ~ 40.52%
G 108 of 459 ~ 23.53%
B 165 of 459 ~ 35.95%

%40.52
%23.53
%35.95

CMYK color model

#BA6CA5 color CMYK value is (0,42,11,27).

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 11.29%
  • key color value is 27.06%
CMYK:
(0,42,11,27)
C0M42Y11K27 
(0%,42%,11%,27%)
(0.00/0.42/0.11/0.27)	

CMYK percentages

%0
%41.94
%11.29
%27.06

Codes

Color #BA6CA5 in popluar color models

BA6CA5
RGB186108165
HSL316°36.11%57.65%
HSB/HSV316°41.94%72.94%
CMYK0.00%41.94%11.29%
27.06%

Color #BA6CA5 in popluar number systems.

HEXBA6CA5
Decimal186108165
Binary10111010110110010100101
Octal272154245

Shades and tints

Shades of #BA6CA5

#BA6CA5
(186,108,165)
#AA6396
(170,99,150)
#9A5A87
(154,90,135)
#8A5178
(138,81,120)
#7A4869
(122,72,105)
#6A3F5A
(106,63,90)
#5A364B
(90,54,75)
#4A2D3C
(74,45,60)
#3A242D
(58,36,45)
#2A1B1E
(42,27,30)
#1A120F
(26,18,15)
#000000
(0,0,0)

Tints of #BA6CA5

#BA6CA5
(186,108,165)
#C079AD
(192,121,173)
#C686B5
(198,134,181)
#CC93BD
(204,147,189)
#D2A0C5
(210,160,197)
#D8ADCD
(216,173,205)
#DEBAD5
(222,186,213)
#E4C7DD
(228,199,221)
#EAD4E5
(234,212,229)
#F0E1ED
(240,225,237)
#F6EEF5
(246,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6CA5 color. Also use rgb(186,108,165) instead hex code.

Text Font Color

.myTextColor { color: #BA6CA5; }

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

This text font color is #BA6CA5.


Background Color

.myBgColor { background-color: #BA6CA5; }

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

This div background color is #BA6CA5.


Border color

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

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

This div border color is #BA6CA5.


Opacity

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

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

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

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

This text has shadow with #BA6CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA6CA5 on black background.


Color preview on white background

This text has color #BA6CA5 on white background.



Black color preview on #BA6CA5 background

This text has black color on #BA6CA5 background.


White color preview on #BA6CA5 background

This text has white color on #BA6CA5 background.