COLOR #BA2772

HEX: #BA2772
RGB: (186,39,114)

Color info

#BA2772 contains mainly red color. Web safe color of #BA2772 is #CC3366 (or #C36).

RGB color model

#BA2772 color RGB value is (186,39,114).

  • red value is 186;
  • green value is 39;
  • blue value is 114.
RGB:
(186,39,114)
(73%,15%,45%)

RGB channels and saturation

R 186 of 255 = 73%
G 39 of 255 = 15%
B 114 of 255 = 45%

186
39
114

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

Portions of RGB colors in percentages

R + G + B =
186 + 39 + 114 = 339 (100%)
R 186 of 339 ~ 54.87%
G 39 of 339 ~ 11.5%
B 114 of 339 ~ 33.63%

%54.87
%11.5
%33.63

CMYK color model

#BA2772 color CMYK value is (0,79,39,27).

  • cyan value is 0.00%
  • magenta value is 79.03%
  • yellow value is 38.71%
  • key color value is 27.06%
CMYK:
(0,79,39,27)
C0M79Y39K27 
(0%,79%,39%,27%)
(0.00/0.79/0.39/0.27)	

CMYK percentages

%0
%79.03
%38.71
%27.06

Codes

Color #BA2772 in popluar color models

BA2772
RGB18639114
HSL329°65.33%44.12%
HSB/HSV329°79.03%72.94%
CMYK0.00%79.03%38.71%
27.06%

Color #BA2772 in popluar number systems.

HEXBA2772
Decimal18639114
Binary101110101001111110010
Octal27247162

Shades and tints

Shades of #BA2772

#BA2772
(186,39,114)
#AA2468
(170,36,104)
#9A215E
(154,33,94)
#8A1E54
(138,30,84)
#7A1B4A
(122,27,74)
#6A1840
(106,24,64)
#5A1536
(90,21,54)
#4A122C
(74,18,44)
#3A0F22
(58,15,34)
#2A0C18
(42,12,24)
#1A090E
(26,9,14)
#000000
(0,0,0)

Tints of #BA2772

#BA2772
(186,39,114)
#C03A7E
(192,58,126)
#C64D8A
(198,77,138)
#CC6096
(204,96,150)
#D273A2
(210,115,162)
#D886AE
(216,134,174)
#DE99BA
(222,153,186)
#E4ACC6
(228,172,198)
#EABFD2
(234,191,210)
#F0D2DE
(240,210,222)
#F6E5EA
(246,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA2772; }

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

This text font color is #BA2772.


Background Color

.myBgColor { background-color: #BA2772; }

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

This div background color is #BA2772.


Border color

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

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

This div border color is #BA2772.


Opacity

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

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

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

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

This text has shadow with #BA2772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA2772 on black background.


Color preview on white background

This text has color #BA2772 on white background.



Black color preview on #BA2772 background

This text has black color on #BA2772 background.


White color preview on #BA2772 background

This text has white color on #BA2772 background.