COLOR #BA496E

HEX: #BA496E
RGB: (186,73,110)

Color info

#BA496E contains mainly red color. Web safe color of #BA496E is #CC3366 (or #C36).

RGB color model

#BA496E color RGB value is (186,73,110).

  • red value is 186;
  • green value is 73;
  • blue value is 110.
RGB:
(186,73,110)
(73%,29%,43%)

RGB channels and saturation

R 186 of 255 = 73%
G 73 of 255 = 29%
B 110 of 255 = 43%

186
73
110

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

Portions of RGB colors in percentages

R + G + B =
186 + 73 + 110 = 369 (100%)
R 186 of 369 ~ 50.41%
G 73 of 369 ~ 19.78%
B 110 of 369 ~ 29.81%

%50.41
%19.78
%29.81

CMYK color model

#BA496E color CMYK value is (0,61,41,27).

  • cyan value is 0.00%
  • magenta value is 60.75%
  • yellow value is 40.86%
  • key color value is 27.06%
CMYK:
(0,61,41,27)
C0M61Y41K27 
(0%,61%,41%,27%)
(0.00/0.61/0.41/0.27)	

CMYK percentages

%0
%60.75
%40.86
%27.06

Codes

Color #BA496E in popluar color models

BA496E
RGB18673110
HSL340°45.02%50.78%
HSB/HSV340°60.75%72.94%
CMYK0.00%60.75%40.86%
27.06%

Color #BA496E in popluar number systems.

HEXBA496E
Decimal18673110
Binary1011101010010011101110
Octal272111156

Shades and tints

Shades of #BA496E

#BA496E
(186,73,110)
#AA4364
(170,67,100)
#9A3D5A
(154,61,90)
#8A3750
(138,55,80)
#7A3146
(122,49,70)
#6A2B3C
(106,43,60)
#5A2532
(90,37,50)
#4A1F28
(74,31,40)
#3A191E
(58,25,30)
#2A1314
(42,19,20)
#1A0D0A
(26,13,10)
#000000
(0,0,0)

Tints of #BA496E

#BA496E
(186,73,110)
#C0597B
(192,89,123)
#C66988
(198,105,136)
#CC7995
(204,121,149)
#D289A2
(210,137,162)
#D899AF
(216,153,175)
#DEA9BC
(222,169,188)
#E4B9C9
(228,185,201)
#EAC9D6
(234,201,214)
#F0D9E3
(240,217,227)
#F6E9F0
(246,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA496E color. Also use rgb(186,73,110) instead hex code.

Text Font Color

.myTextColor { color: #BA496E; }

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

This text font color is #BA496E.


Background Color

.myBgColor { background-color: #BA496E; }

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

This div background color is #BA496E.


Border color

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

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

This div border color is #BA496E.


Opacity

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

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

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

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

This text has shadow with #BA496E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA496E on black background.


Color preview on white background

This text has color #BA496E on white background.



Black color preview on #BA496E background

This text has black color on #BA496E background.


White color preview on #BA496E background

This text has white color on #BA496E background.