COLOR #BA4D77

HEX: #BA4D77
RGB: (186,77,119)

Color info

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

RGB color model

#BA4D77 color RGB value is (186,77,119).

  • red value is 186;
  • green value is 77;
  • blue value is 119.
RGB:
(186,77,119)
(73%,30%,47%)

RGB channels and saturation

R 186 of 255 = 73%
G 77 of 255 = 30%
B 119 of 255 = 47%

186
77
119

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

Portions of RGB colors in percentages

R + G + B =
186 + 77 + 119 = 382 (100%)
R 186 of 382 ~ 48.69%
G 77 of 382 ~ 20.16%
B 119 of 382 ~ 31.15%

%48.69
%20.16
%31.15

CMYK color model

#BA4D77 color CMYK value is (0,59,36,27).

  • cyan value is 0.00%
  • magenta value is 58.60%
  • yellow value is 36.02%
  • key color value is 27.06%
CMYK:
(0,59,36,27)
C0M59Y36K27 
(0%,59%,36%,27%)
(0.00/0.59/0.36/0.27)	

CMYK percentages

%0
%58.6
%36.02
%27.06

Codes

Color #BA4D77 in popluar color models

BA4D77
RGB18677119
HSL337°44.13%51.57%
HSB/HSV337°58.60%72.94%
CMYK0.00%58.60%36.02%
27.06%

Color #BA4D77 in popluar number systems.

HEXBA4D77
Decimal18677119
Binary1011101010011011110111
Octal272115167

Shades and tints

Shades of #BA4D77

#BA4D77
(186,77,119)
#AA466D
(170,70,109)
#9A3F63
(154,63,99)
#8A3859
(138,56,89)
#7A314F
(122,49,79)
#6A2A45
(106,42,69)
#5A233B
(90,35,59)
#4A1C31
(74,28,49)
#3A1527
(58,21,39)
#2A0E1D
(42,14,29)
#1A0713
(26,7,19)
#000000
(0,0,0)

Tints of #BA4D77

#BA4D77
(186,77,119)
#C05D83
(192,93,131)
#C66D8F
(198,109,143)
#CC7D9B
(204,125,155)
#D28DA7
(210,141,167)
#D89DB3
(216,157,179)
#DEADBF
(222,173,191)
#E4BDCB
(228,189,203)
#EACDD7
(234,205,215)
#F0DDE3
(240,221,227)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA4D77 color. Also use rgb(186,77,119) instead hex code.

Text Font Color

.myTextColor { color: #BA4D77; }

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

This text font color is #BA4D77.


Background Color

.myBgColor { background-color: #BA4D77; }

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

This div background color is #BA4D77.


Border color

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

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

This div border color is #BA4D77.


Opacity

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

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

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

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

This text has shadow with #BA4D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA4D77 on black background.


Color preview on white background

This text has color #BA4D77 on white background.



Black color preview on #BA4D77 background

This text has black color on #BA4D77 background.


White color preview on #BA4D77 background

This text has white color on #BA4D77 background.