COLOR #BA719D

HEX: #BA719D
RGB: (186,113,157)

Color info

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

RGB color model

#BA719D color RGB value is (186,113,157).

  • red value is 186;
  • green value is 113;
  • blue value is 157.
RGB:
(186,113,157)
(73%,44%,62%)

RGB channels and saturation

R 186 of 255 = 73%
G 113 of 255 = 44%
B 157 of 255 = 62%

186
113
157

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

Portions of RGB colors in percentages

R + G + B =
186 + 113 + 157 = 456 (100%)
R 186 of 456 ~ 40.79%
G 113 of 456 ~ 24.78%
B 157 of 456 ~ 34.43%

%40.79
%24.78
%34.43

CMYK color model

#BA719D color CMYK value is (0,39,16,27).

  • cyan value is 0.00%
  • magenta value is 39.25%
  • yellow value is 15.59%
  • key color value is 27.06%
CMYK:
(0,39,16,27)
C0M39Y16K27 
(0%,39%,16%,27%)
(0.00/0.39/0.16/0.27)	

CMYK percentages

%0
%39.25
%15.59
%27.06

Codes

Color #BA719D in popluar color models

BA719D
RGB186113157
HSL324°34.60%58.63%
HSB/HSV324°39.25%72.94%
CMYK0.00%39.25%15.59%
27.06%

Color #BA719D in popluar number systems.

HEXBA719D
Decimal186113157
Binary10111010111000110011101
Octal272161235

Shades and tints

Shades of #BA719D

#BA719D
(186,113,157)
#AA678F
(170,103,143)
#9A5D81
(154,93,129)
#8A5373
(138,83,115)
#7A4965
(122,73,101)
#6A3F57
(106,63,87)
#5A3549
(90,53,73)
#4A2B3B
(74,43,59)
#3A212D
(58,33,45)
#2A171F
(42,23,31)
#1A0D11
(26,13,17)
#000000
(0,0,0)

Tints of #BA719D

#BA719D
(186,113,157)
#C07DA5
(192,125,165)
#C689AD
(198,137,173)
#CC95B5
(204,149,181)
#D2A1BD
(210,161,189)
#D8ADC5
(216,173,197)
#DEB9CD
(222,185,205)
#E4C5D5
(228,197,213)
#EAD1DD
(234,209,221)
#F0DDE5
(240,221,229)
#F6E9ED
(246,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA719D color. Also use rgb(186,113,157) instead hex code.

Text Font Color

.myTextColor { color: #BA719D; }

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

This text font color is #BA719D.


Background Color

.myBgColor { background-color: #BA719D; }

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

This div background color is #BA719D.


Border color

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

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

This div border color is #BA719D.


Opacity

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

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

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

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

This text has shadow with #BA719D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA719D on black background.


Color preview on white background

This text has color #BA719D on white background.



Black color preview on #BA719D background

This text has black color on #BA719D background.


White color preview on #BA719D background

This text has white color on #BA719D background.