COLOR #BA509B

HEX: #BA509B
RGB: (186,80,155)

Color info

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

RGB color model

#BA509B color RGB value is (186,80,155).

  • red value is 186;
  • green value is 80;
  • blue value is 155.
RGB:
(186,80,155)
(73%,31%,61%)

RGB channels and saturation

R 186 of 255 = 73%
G 80 of 255 = 31%
B 155 of 255 = 61%

186
80
155

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

Portions of RGB colors in percentages

R + G + B =
186 + 80 + 155 = 421 (100%)
R 186 of 421 ~ 44.18%
G 80 of 421 ~ 19%
B 155 of 421 ~ 36.82%

%44.18
%19
%36.82

CMYK color model

#BA509B color CMYK value is (0,57,17,27).

  • cyan value is 0.00%
  • magenta value is 56.99%
  • yellow value is 16.67%
  • key color value is 27.06%
CMYK:
(0,57,17,27)
C0M57Y17K27 
(0%,57%,17%,27%)
(0.00/0.57/0.17/0.27)	

CMYK percentages

%0
%56.99
%16.67
%27.06

Codes

Color #BA509B in popluar color models

BA509B
RGB18680155
HSL318°43.44%52.16%
HSB/HSV318°56.99%72.94%
CMYK0.00%56.99%16.67%
27.06%

Color #BA509B in popluar number systems.

HEXBA509B
Decimal18680155
Binary10111010101000010011011
Octal272120233

Shades and tints

Shades of #BA509B

#BA509B
(186,80,155)
#AA498D
(170,73,141)
#9A427F
(154,66,127)
#8A3B71
(138,59,113)
#7A3463
(122,52,99)
#6A2D55
(106,45,85)
#5A2647
(90,38,71)
#4A1F39
(74,31,57)
#3A182B
(58,24,43)
#2A111D
(42,17,29)
#1A0A0F
(26,10,15)
#000000
(0,0,0)

Tints of #BA509B

#BA509B
(186,80,155)
#C05FA4
(192,95,164)
#C66EAD
(198,110,173)
#CC7DB6
(204,125,182)
#D28CBF
(210,140,191)
#D89BC8
(216,155,200)
#DEAAD1
(222,170,209)
#E4B9DA
(228,185,218)
#EAC8E3
(234,200,227)
#F0D7EC
(240,215,236)
#F6E6F5
(246,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA509B color. Also use rgb(186,80,155) instead hex code.

Text Font Color

.myTextColor { color: #BA509B; }

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

This text font color is #BA509B.


Background Color

.myBgColor { background-color: #BA509B; }

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

This div background color is #BA509B.


Border color

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

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

This div border color is #BA509B.


Opacity

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

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

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

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

This text has shadow with #BA509B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA509B on black background.


Color preview on white background

This text has color #BA509B on white background.



Black color preview on #BA509B background

This text has black color on #BA509B background.


White color preview on #BA509B background

This text has white color on #BA509B background.