COLOR #BA4B96

HEX: #BA4B96
RGB: (186,75,150)

Color info

#BA4B96 contains mainly red and blue colors. Web safe color of #BA4B96 is #CC3399 (or #C39).

RGB color model

#BA4B96 color RGB value is (186,75,150).

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

RGB channels and saturation

R 186 of 255 = 73%
G 75 of 255 = 29%
B 150 of 255 = 59%

186
75
150

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

Portions of RGB colors in percentages

R + G + B =
186 + 75 + 150 = 411 (100%)
R 186 of 411 ~ 45.26%
G 75 of 411 ~ 18.25%
B 150 of 411 ~ 36.5%

%45.26
%18.25
%36.5

CMYK color model

#BA4B96 color CMYK value is (0,60,19,27).

  • cyan value is 0.00%
  • magenta value is 59.68%
  • yellow value is 19.35%
  • key color value is 27.06%
CMYK:
(0,60,19,27)
C0M60Y19K27 
(0%,60%,19%,27%)
(0.00/0.60/0.19/0.27)	

CMYK percentages

%0
%59.68
%19.35
%27.06

Codes

Color #BA4B96 in popluar color models

BA4B96
RGB18675150
HSL319°44.58%51.18%
HSB/HSV319°59.68%72.94%
CMYK0.00%59.68%19.35%
27.06%

Color #BA4B96 in popluar number systems.

HEXBA4B96
Decimal18675150
Binary10111010100101110010110
Octal272113226

Shades and tints

Shades of #BA4B96

#BA4B96
(186,75,150)
#AA4589
(170,69,137)
#9A3F7C
(154,63,124)
#8A396F
(138,57,111)
#7A3362
(122,51,98)
#6A2D55
(106,45,85)
#5A2748
(90,39,72)
#4A213B
(74,33,59)
#3A1B2E
(58,27,46)
#2A1521
(42,21,33)
#1A0F14
(26,15,20)
#000000
(0,0,0)

Tints of #BA4B96

#BA4B96
(186,75,150)
#C05B9F
(192,91,159)
#C66BA8
(198,107,168)
#CC7BB1
(204,123,177)
#D28BBA
(210,139,186)
#D89BC3
(216,155,195)
#DEABCC
(222,171,204)
#E4BBD5
(228,187,213)
#EACBDE
(234,203,222)
#F0DBE7
(240,219,231)
#F6EBF0
(246,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA4B96; }

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

This text font color is #BA4B96.


Background Color

.myBgColor { background-color: #BA4B96; }

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

This div background color is #BA4B96.


Border color

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

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

This div border color is #BA4B96.


Opacity

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

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

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

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

This text has shadow with #BA4B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA4B96 on black background.


Color preview on white background

This text has color #BA4B96 on white background.



Black color preview on #BA4B96 background

This text has black color on #BA4B96 background.


White color preview on #BA4B96 background

This text has white color on #BA4B96 background.