COLOR #BA1184

HEX: #BA1184
RGB: (186,17,132)

Color info

#BA1184 contains mainly red and blue colors. Web safe color of #BA1184 is #CC0099 (or #C09).

RGB color model

#BA1184 color RGB value is (186,17,132).

  • red value is 186;
  • green value is 17;
  • blue value is 132.
RGB:
(186,17,132)
(73%,7%,52%)

RGB channels and saturation

R 186 of 255 = 73%
G 17 of 255 = 7%
B 132 of 255 = 52%

186
17
132

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

Portions of RGB colors in percentages

R + G + B =
186 + 17 + 132 = 335 (100%)
R 186 of 335 ~ 55.52%
G 17 of 335 ~ 5.07%
B 132 of 335 ~ 39.4%

%55.52
%39.4

CMYK color model

#BA1184 color CMYK value is (0,91,29,27).

  • cyan value is 0.00%
  • magenta value is 90.86%
  • yellow value is 29.03%
  • key color value is 27.06%
CMYK:
(0,91,29,27)
C0M91Y29K27 
(0%,91%,29%,27%)
(0.00/0.91/0.29/0.27)	

CMYK percentages

%0
%90.86
%29.03
%27.06

Codes

Color #BA1184 in popluar color models

BA1184
RGB18617132
HSL319°83.25%39.80%
HSB/HSV319°90.86%72.94%
CMYK0.00%90.86%29.03%
27.06%

Color #BA1184 in popluar number systems.

HEXBA1184
Decimal18617132
Binary101110101000110000100
Octal27221204

Shades and tints

Shades of #BA1184

#BA1184
(186,17,132)
#AA1078
(170,16,120)
#9A0F6C
(154,15,108)
#8A0E60
(138,14,96)
#7A0D54
(122,13,84)
#6A0C48
(106,12,72)
#5A0B3C
(90,11,60)
#4A0A30
(74,10,48)
#3A0924
(58,9,36)
#2A0818
(42,8,24)
#1A070C
(26,7,12)
#000000
(0,0,0)

Tints of #BA1184

#BA1184
(186,17,132)
#C0268F
(192,38,143)
#C63B9A
(198,59,154)
#CC50A5
(204,80,165)
#D265B0
(210,101,176)
#D87ABB
(216,122,187)
#DE8FC6
(222,143,198)
#E4A4D1
(228,164,209)
#EAB9DC
(234,185,220)
#F0CEE7
(240,206,231)
#F6E3F2
(246,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA1184 color. Also use rgb(186,17,132) instead hex code.

Text Font Color

.myTextColor { color: #BA1184; }

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

This text font color is #BA1184.


Background Color

.myBgColor { background-color: #BA1184; }

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

This div background color is #BA1184.


Border color

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

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

This div border color is #BA1184.


Opacity

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

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

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

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

This text has shadow with #BA1184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA1184 on black background.


Color preview on white background

This text has color #BA1184 on white background.



Black color preview on #BA1184 background

This text has black color on #BA1184 background.


White color preview on #BA1184 background

This text has white color on #BA1184 background.