COLOR #BA729F

HEX: #BA729F
RGB: (186,114,159)

Color info

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

RGB color model

#BA729F color RGB value is (186,114,159).

  • red value is 186;
  • green value is 114;
  • blue value is 159.
RGB:
(186,114,159)
(73%,45%,62%)

RGB channels and saturation

R 186 of 255 = 73%
G 114 of 255 = 45%
B 159 of 255 = 62%

186
114
159

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

Portions of RGB colors in percentages

R + G + B =
186 + 114 + 159 = 459 (100%)
R 186 of 459 ~ 40.52%
G 114 of 459 ~ 24.84%
B 159 of 459 ~ 34.64%

%40.52
%24.84
%34.64

CMYK color model

#BA729F color CMYK value is (0,39,15,27).

  • cyan value is 0.00%
  • magenta value is 38.71%
  • yellow value is 14.52%
  • key color value is 27.06%
CMYK:
(0,39,15,27)
C0M39Y15K27 
(0%,39%,15%,27%)
(0.00/0.39/0.15/0.27)	

CMYK percentages

%0
%38.71
%14.52
%27.06

Codes

Color #BA729F in popluar color models

BA729F
RGB186114159
HSL323°34.29%58.82%
HSB/HSV323°38.71%72.94%
CMYK0.00%38.71%14.52%
27.06%

Color #BA729F in popluar number systems.

HEXBA729F
Decimal186114159
Binary10111010111001010011111
Octal272162237

Shades and tints

Shades of #BA729F

#BA729F
(186,114,159)
#AA6891
(170,104,145)
#9A5E83
(154,94,131)
#8A5475
(138,84,117)
#7A4A67
(122,74,103)
#6A4059
(106,64,89)
#5A364B
(90,54,75)
#4A2C3D
(74,44,61)
#3A222F
(58,34,47)
#2A1821
(42,24,33)
#1A0E13
(26,14,19)
#000000
(0,0,0)

Tints of #BA729F

#BA729F
(186,114,159)
#C07EA7
(192,126,167)
#C68AAF
(198,138,175)
#CC96B7
(204,150,183)
#D2A2BF
(210,162,191)
#D8AEC7
(216,174,199)
#DEBACF
(222,186,207)
#E4C6D7
(228,198,215)
#EAD2DF
(234,210,223)
#F0DEE7
(240,222,231)
#F6EAEF
(246,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA729F color. Also use rgb(186,114,159) instead hex code.

Text Font Color

.myTextColor { color: #BA729F; }

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

This text font color is #BA729F.


Background Color

.myBgColor { background-color: #BA729F; }

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

This div background color is #BA729F.


Border color

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

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

This div border color is #BA729F.


Opacity

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

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

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

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

This text has shadow with #BA729F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA729F on black background.


Color preview on white background

This text has color #BA729F on white background.



Black color preview on #BA729F background

This text has black color on #BA729F background.


White color preview on #BA729F background

This text has white color on #BA729F background.