COLOR #BA779C

HEX: #BA779C
RGB: (186,119,156)

Color info

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

RGB color model

#BA779C color RGB value is (186,119,156).

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

RGB channels and saturation

R 186 of 255 = 73%
G 119 of 255 = 47%
B 156 of 255 = 61%

186
119
156

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

Portions of RGB colors in percentages

R + G + B =
186 + 119 + 156 = 461 (100%)
R 186 of 461 ~ 40.35%
G 119 of 461 ~ 25.81%
B 156 of 461 ~ 33.84%

%40.35
%25.81
%33.84

CMYK color model

#BA779C color CMYK value is (0,36,16,27).

  • cyan value is 0.00%
  • magenta value is 36.02%
  • yellow value is 16.13%
  • key color value is 27.06%
CMYK:
(0,36,16,27)
C0M36Y16K27 
(0%,36%,16%,27%)
(0.00/0.36/0.16/0.27)	

CMYK percentages

%0
%36.02
%16.13
%27.06

Codes

Color #BA779C in popluar color models

BA779C
RGB186119156
HSL327°32.68%59.80%
HSB/HSV327°36.02%72.94%
CMYK0.00%36.02%16.13%
27.06%

Color #BA779C in popluar number systems.

HEXBA779C
Decimal186119156
Binary10111010111011110011100
Octal272167234

Shades and tints

Shades of #BA779C

#BA779C
(186,119,156)
#AA6D8E
(170,109,142)
#9A6380
(154,99,128)
#8A5972
(138,89,114)
#7A4F64
(122,79,100)
#6A4556
(106,69,86)
#5A3B48
(90,59,72)
#4A313A
(74,49,58)
#3A272C
(58,39,44)
#2A1D1E
(42,29,30)
#1A1310
(26,19,16)
#000000
(0,0,0)

Tints of #BA779C

#BA779C
(186,119,156)
#C083A5
(192,131,165)
#C68FAE
(198,143,174)
#CC9BB7
(204,155,183)
#D2A7C0
(210,167,192)
#D8B3C9
(216,179,201)
#DEBFD2
(222,191,210)
#E4CBDB
(228,203,219)
#EAD7E4
(234,215,228)
#F0E3ED
(240,227,237)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA779C; }

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

This text font color is #BA779C.


Background Color

.myBgColor { background-color: #BA779C; }

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

This div background color is #BA779C.


Border color

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

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

This div border color is #BA779C.


Opacity

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

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

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

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

This text has shadow with #BA779C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA779C on black background.


Color preview on white background

This text has color #BA779C on white background.



Black color preview on #BA779C background

This text has black color on #BA779C background.


White color preview on #BA779C background

This text has white color on #BA779C background.