COLOR #BA77A9

HEX: #BA77A9
RGB: (186,119,169)

Color info

#BA77A9 contains mainly red and blue colors. Web safe color of #BA77A9 is #CC6699 (or #C69).

RGB color model

#BA77A9 color RGB value is (186,119,169).

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

RGB channels and saturation

R 186 of 255 = 73%
G 119 of 255 = 47%
B 169 of 255 = 66%

186
119
169

R + G + B ~ 62%. #BA77A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 119 + 169 = 474 (100%)
R 186 of 474 ~ 39.24%
G 119 of 474 ~ 25.11%
B 169 of 474 ~ 35.65%

%39.24
%25.11
%35.65

CMYK color model

#BA77A9 color CMYK value is (0,36,9,27).

  • cyan value is 0.00%
  • magenta value is 36.02%
  • yellow value is 9.14%
  • key color value is 27.06%
CMYK:
(0,36,9,27)
C0M36Y9K27 
(0%,36%,9%,27%)
(0.00/0.36/0.09/0.27)	

CMYK percentages

%0
%36.02
%9.14
%27.06

Codes

Color #BA77A9 in popluar color models

BA77A9
RGB186119169
HSL315°32.68%59.80%
HSB/HSV315°36.02%72.94%
CMYK0.00%36.02%9.14%
27.06%

Color #BA77A9 in popluar number systems.

HEXBA77A9
Decimal186119169
Binary10111010111011110101001
Octal272167251

Shades and tints

Shades of #BA77A9

#BA77A9
(186,119,169)
#AA6D9A
(170,109,154)
#9A638B
(154,99,139)
#8A597C
(138,89,124)
#7A4F6D
(122,79,109)
#6A455E
(106,69,94)
#5A3B4F
(90,59,79)
#4A3140
(74,49,64)
#3A2731
(58,39,49)
#2A1D22
(42,29,34)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #BA77A9

#BA77A9
(186,119,169)
#C083B0
(192,131,176)
#C68FB7
(198,143,183)
#CC9BBE
(204,155,190)
#D2A7C5
(210,167,197)
#D8B3CC
(216,179,204)
#DEBFD3
(222,191,211)
#E4CBDA
(228,203,218)
#EAD7E1
(234,215,225)
#F0E3E8
(240,227,232)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA77A9; }

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

This text font color is #BA77A9.


Background Color

.myBgColor { background-color: #BA77A9; }

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

This div background color is #BA77A9.


Border color

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

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

This div border color is #BA77A9.


Opacity

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

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

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

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

This text has shadow with #BA77A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA77A9 on black background.


Color preview on white background

This text has color #BA77A9 on white background.



Black color preview on #BA77A9 background

This text has black color on #BA77A9 background.


White color preview on #BA77A9 background

This text has white color on #BA77A9 background.