COLOR #BA598B

HEX: #BA598B
RGB: (186,89,139)

Color info

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

RGB color model

#BA598B color RGB value is (186,89,139).

  • red value is 186;
  • green value is 89;
  • blue value is 139.
RGB:
(186,89,139)
(73%,35%,55%)

RGB channels and saturation

R 186 of 255 = 73%
G 89 of 255 = 35%
B 139 of 255 = 55%

186
89
139

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

Portions of RGB colors in percentages

R + G + B =
186 + 89 + 139 = 414 (100%)
R 186 of 414 ~ 44.93%
G 89 of 414 ~ 21.5%
B 139 of 414 ~ 33.57%

%44.93
%21.5
%33.57

CMYK color model

#BA598B color CMYK value is (0,52,25,27).

  • cyan value is 0.00%
  • magenta value is 52.15%
  • yellow value is 25.27%
  • key color value is 27.06%
CMYK:
(0,52,25,27)
C0M52Y25K27 
(0%,52%,25%,27%)
(0.00/0.52/0.25/0.27)	

CMYK percentages

%0
%52.15
%25.27
%27.06

Codes

Color #BA598B in popluar color models

BA598B
RGB18689139
HSL329°41.28%53.92%
HSB/HSV329°52.15%72.94%
CMYK0.00%52.15%25.27%
27.06%

Color #BA598B in popluar number systems.

HEXBA598B
Decimal18689139
Binary10111010101100110001011
Octal272131213

Shades and tints

Shades of #BA598B

#BA598B
(186,89,139)
#AA517F
(170,81,127)
#9A4973
(154,73,115)
#8A4167
(138,65,103)
#7A395B
(122,57,91)
#6A314F
(106,49,79)
#5A2943
(90,41,67)
#4A2137
(74,33,55)
#3A192B
(58,25,43)
#2A111F
(42,17,31)
#1A0913
(26,9,19)
#000000
(0,0,0)

Tints of #BA598B

#BA598B
(186,89,139)
#C06895
(192,104,149)
#C6779F
(198,119,159)
#CC86A9
(204,134,169)
#D295B3
(210,149,179)
#D8A4BD
(216,164,189)
#DEB3C7
(222,179,199)
#E4C2D1
(228,194,209)
#EAD1DB
(234,209,219)
#F0E0E5
(240,224,229)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA598B color. Also use rgb(186,89,139) instead hex code.

Text Font Color

.myTextColor { color: #BA598B; }

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

This text font color is #BA598B.


Background Color

.myBgColor { background-color: #BA598B; }

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

This div background color is #BA598B.


Border color

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

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

This div border color is #BA598B.


Opacity

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

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

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

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

This text has shadow with #BA598B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA598B on black background.


Color preview on white background

This text has color #BA598B on white background.



Black color preview on #BA598B background

This text has black color on #BA598B background.


White color preview on #BA598B background

This text has white color on #BA598B background.