COLOR #BA4B72

HEX: #BA4B72
RGB: (186,75,114)

Color info

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

RGB color model

#BA4B72 color RGB value is (186,75,114).

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

RGB channels and saturation

R 186 of 255 = 73%
G 75 of 255 = 29%
B 114 of 255 = 45%

186
75
114

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

Portions of RGB colors in percentages

R + G + B =
186 + 75 + 114 = 375 (100%)
R 186 of 375 ~ 49.6%
G 75 of 375 ~ 20%
B 114 of 375 ~ 30.4%

%49.6
%20
%30.4

CMYK color model

#BA4B72 color CMYK value is (0,60,39,27).

  • cyan value is 0.00%
  • magenta value is 59.68%
  • yellow value is 38.71%
  • key color value is 27.06%
CMYK:
(0,60,39,27)
C0M60Y39K27 
(0%,60%,39%,27%)
(0.00/0.60/0.39/0.27)	

CMYK percentages

%0
%59.68
%38.71
%27.06

Codes

Color #BA4B72 in popluar color models

BA4B72
RGB18675114
HSL339°44.58%51.18%
HSB/HSV339°59.68%72.94%
CMYK0.00%59.68%38.71%
27.06%

Color #BA4B72 in popluar number systems.

HEXBA4B72
Decimal18675114
Binary1011101010010111110010
Octal272113162

Shades and tints

Shades of #BA4B72

#BA4B72
(186,75,114)
#AA4568
(170,69,104)
#9A3F5E
(154,63,94)
#8A3954
(138,57,84)
#7A334A
(122,51,74)
#6A2D40
(106,45,64)
#5A2736
(90,39,54)
#4A212C
(74,33,44)
#3A1B22
(58,27,34)
#2A1518
(42,21,24)
#1A0F0E
(26,15,14)
#000000
(0,0,0)

Tints of #BA4B72

#BA4B72
(186,75,114)
#C05B7E
(192,91,126)
#C66B8A
(198,107,138)
#CC7B96
(204,123,150)
#D28BA2
(210,139,162)
#D89BAE
(216,155,174)
#DEABBA
(222,171,186)
#E4BBC6
(228,187,198)
#EACBD2
(234,203,210)
#F0DBDE
(240,219,222)
#F6EBEA
(246,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA4B72; }

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

This text font color is #BA4B72.


Background Color

.myBgColor { background-color: #BA4B72; }

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

This div background color is #BA4B72.


Border color

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

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

This div border color is #BA4B72.


Opacity

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

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

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

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

This text has shadow with #BA4B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA4B72 on black background.


Color preview on white background

This text has color #BA4B72 on white background.



Black color preview on #BA4B72 background

This text has black color on #BA4B72 background.


White color preview on #BA4B72 background

This text has white color on #BA4B72 background.