COLOR #BA7296

HEX: #BA7296
RGB: (186,114,150)

Color info

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

RGB color model

#BA7296 color RGB value is (186,114,150).

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

RGB channels and saturation

R 186 of 255 = 73%
G 114 of 255 = 45%
B 150 of 255 = 59%

186
114
150

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

Portions of RGB colors in percentages

R + G + B =
186 + 114 + 150 = 450 (100%)
R 186 of 450 ~ 41.33%
G 114 of 450 ~ 25.33%
B 150 of 450 ~ 33.33%

%41.33
%25.33
%33.33

CMYK color model

#BA7296 color CMYK value is (0,39,19,27).

  • cyan value is 0.00%
  • magenta value is 38.71%
  • yellow value is 19.35%
  • key color value is 27.06%
CMYK:
(0,39,19,27)
C0M39Y19K27 
(0%,39%,19%,27%)
(0.00/0.39/0.19/0.27)	

CMYK percentages

%0
%38.71
%19.35
%27.06

Codes

Color #BA7296 in popluar color models

BA7296
RGB186114150
HSL330°34.29%58.82%
HSB/HSV330°38.71%72.94%
CMYK0.00%38.71%19.35%
27.06%

Color #BA7296 in popluar number systems.

HEXBA7296
Decimal186114150
Binary10111010111001010010110
Octal272162226

Shades and tints

Shades of #BA7296

#BA7296
(186,114,150)
#AA6889
(170,104,137)
#9A5E7C
(154,94,124)
#8A546F
(138,84,111)
#7A4A62
(122,74,98)
#6A4055
(106,64,85)
#5A3648
(90,54,72)
#4A2C3B
(74,44,59)
#3A222E
(58,34,46)
#2A1821
(42,24,33)
#1A0E14
(26,14,20)
#000000
(0,0,0)

Tints of #BA7296

#BA7296
(186,114,150)
#C07E9F
(192,126,159)
#C68AA8
(198,138,168)
#CC96B1
(204,150,177)
#D2A2BA
(210,162,186)
#D8AEC3
(216,174,195)
#DEBACC
(222,186,204)
#E4C6D5
(228,198,213)
#EAD2DE
(234,210,222)
#F0DEE7
(240,222,231)
#F6EAF0
(246,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7296; }

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

This text font color is #BA7296.


Background Color

.myBgColor { background-color: #BA7296; }

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

This div background color is #BA7296.


Border color

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

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

This div border color is #BA7296.


Opacity

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

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

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

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

This text has shadow with #BA7296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7296 on black background.


Color preview on white background

This text has color #BA7296 on white background.



Black color preview on #BA7296 background

This text has black color on #BA7296 background.


White color preview on #BA7296 background

This text has white color on #BA7296 background.