COLOR #BA717A

HEX: #BA717A
RGB: (186,113,122)

Color info

#BA717A contains mainly red color. Web safe color of #BA717A is #CC6666 (or #C66).

RGB color model

#BA717A color RGB value is (186,113,122).

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

RGB channels and saturation

R 186 of 255 = 73%
G 113 of 255 = 44%
B 122 of 255 = 48%

186
113
122

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

Portions of RGB colors in percentages

R + G + B =
186 + 113 + 122 = 421 (100%)
R 186 of 421 ~ 44.18%
G 113 of 421 ~ 26.84%
B 122 of 421 ~ 28.98%

%44.18
%26.84
%28.98

CMYK color model

#BA717A color CMYK value is (0,39,34,27).

  • cyan value is 0.00%
  • magenta value is 39.25%
  • yellow value is 34.41%
  • key color value is 27.06%
CMYK:
(0,39,34,27)
C0M39Y34K27 
(0%,39%,34%,27%)
(0.00/0.39/0.34/0.27)	

CMYK percentages

%0
%39.25
%34.41
%27.06

Codes

Color #BA717A in popluar color models

BA717A
RGB186113122
HSL353°34.60%58.63%
HSB/HSV353°39.25%72.94%
CMYK0.00%39.25%34.41%
27.06%

Color #BA717A in popluar number systems.

HEXBA717A
Decimal186113122
Binary1011101011100011111010
Octal272161172

Shades and tints

Shades of #BA717A

#BA717A
(186,113,122)
#AA676F
(170,103,111)
#9A5D64
(154,93,100)
#8A5359
(138,83,89)
#7A494E
(122,73,78)
#6A3F43
(106,63,67)
#5A3538
(90,53,56)
#4A2B2D
(74,43,45)
#3A2122
(58,33,34)
#2A1717
(42,23,23)
#1A0D0C
(26,13,12)
#000000
(0,0,0)

Tints of #BA717A

#BA717A
(186,113,122)
#C07D86
(192,125,134)
#C68992
(198,137,146)
#CC959E
(204,149,158)
#D2A1AA
(210,161,170)
#D8ADB6
(216,173,182)
#DEB9C2
(222,185,194)
#E4C5CE
(228,197,206)
#EAD1DA
(234,209,218)
#F0DDE6
(240,221,230)
#F6E9F2
(246,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA717A; }

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

This text font color is #BA717A.


Background Color

.myBgColor { background-color: #BA717A; }

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

This div background color is #BA717A.


Border color

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

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

This div border color is #BA717A.


Opacity

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

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

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

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

This text has shadow with #BA717A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA717A on black background.


Color preview on white background

This text has color #BA717A on white background.



Black color preview on #BA717A background

This text has black color on #BA717A background.


White color preview on #BA717A background

This text has white color on #BA717A background.