COLOR #BA0072

HEX: #BA0072 RGB: (186,0,114)

Color info

#BA0072 contains mainly red color. Web safe color of #BA0072 is #CC0066 (or #C06).

RGB color model

#BA0072 color RGB value is (186,0,114).

RGB: (186,0,114) (73%, 0%, 45%)

RGB channels and saturation

R 186 of 255 = 73%
G 0 of 255 = 0%
B 114 of 255 = 45%

186
0
114

R + G + B ~ 39%. #BA0072 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 186 + 0 + 114 = 300 (100%)
R 186 of 300 ~ 62%
G 0 of 300 ~ 0%
B 114 of 300 ~ 38'%

%62
%38

CMYK color model

#BA0072 color CMYK value is (0,100,39,27).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 38.71%
  • key color value is 27.06%

CMYK: (0,100,39,27)
C0M100Y39K27 (0%, 100%, 39%, 27%)
(0.00 / 1.00 / 0.39 / 0.27)

CMYK percentages

%0
%100
%38.71
%27.06

Codes

Color #BA0072 in popluar color models

BA 00 72
RGB 186 0 114
HSL 323° 100.00% 36.47%
HSB/HSV 323° 100.00% 72.94%
CMYK 0.00% 100.00% 38.71%
27.06%

Color #BA0072 in popluar number systems.

HEX BA 00 72
Decimal 186 0 114
Binary 10111010 0 1110010
Octal 272 0 162

Shades and tints

Shades of #BA0072

#BA0072
(186,0,114)
#AA0068
(170,0,104)
#9A005E
(154,0,94)
#8A0054
(138,0,84)
#7A004A
(122,0,74)
#6A0040
(106,0,64)
#5A0036
(90,0,54)
#4A002C
(74,0,44)
#3A0022
(58,0,34)
#2A0018
(42,0,24)
#1A000E
(26,0,14)
#000000
(0,0,0)

Tints of #BA0072

#BA0072
(186,0,114)
#C0177E
(192,23,126)
#C62E8A
(198,46,138)
#CC4596
(204,69,150)
#D25CA2
(210,92,162)
#D873AE
(216,115,174)
#DE8ABA
(222,138,186)
#E4A1C6
(228,161,198)
#EAB8D2
(234,184,210)
#F0CFDE
(240,207,222)
#F6E6EA
(246,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA0072 color. Also use rgb(186,0,114) instead hex code.

Text Font Color

.myTextColor { color: #BA0072; }

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

This text font color is #BA0072.

Background Color

.myBgColor { background-color: #BA0072; }

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

This div background color is #BA0072.

Border color

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

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

This div border color is #BA0072.

Opacity

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

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

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

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

This text has shadow with #BA0072 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA0072.

Preview

Color preview on black background

This text has color #BA0072 on black background.


Color preview on white background

This text has color #BA0072 on white background.


Black color preview on #BA0072 background

This text has black color on #BA0072 background.


White color preview on #BA0072 background

This text has white color on #BA0072 background.


Related colors

Complementary color

Complementary color for #hex is #45FF8D.


I love getcolorcode.com

Triadic colors

1 #72BA00 and #0072BA with #BA0072 are triadic colors.

2 #7200BA and #00BA72 with #BA0072 are triadic colors.