COLOR #BA8394

HEX: #BA8394
RGB: (186,131,148)

Color info

#BA8394 contains red, green and blue colors in about the same proportion. Web safe color of #BA8394 is #CC9999 (or #C99).

RGB color model

#BA8394 color RGB value is (186,131,148).

  • red value is 186;
  • green value is 131;
  • blue value is 148.
RGB:
(186,131,148)
(73%,51%,58%)

RGB channels and saturation

R 186 of 255 = 73%
G 131 of 255 = 51%
B 148 of 255 = 58%

186
131
148

R + G + B ~ 61%. #BA8394 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 131 + 148 = 465 (100%)
R 186 of 465 ~ 40%
G 131 of 465 ~ 28.17%
B 148 of 465 ~ 31.83%

%40
%28.17
%31.83

CMYK color model

#BA8394 color CMYK value is (0,30,20,27).

  • cyan value is 0.00%
  • magenta value is 29.57%
  • yellow value is 20.43%
  • key color value is 27.06%
CMYK:
(0,30,20,27)
C0M30Y20K27 
(0%,30%,20%,27%)
(0.00/0.30/0.20/0.27)	

CMYK percentages

%0
%29.57
%20.43
%27.06

Codes

Color #BA8394 in popluar color models

BA8394
RGB186131148
HSL341°28.50%62.16%
HSB/HSV341°29.57%72.94%
CMYK0.00%29.57%20.43%
27.06%

Color #BA8394 in popluar number systems.

HEXBA8394
Decimal186131148
Binary101110101000001110010100
Octal272203224

Shades and tints

Shades of #BA8394

#BA8394
(186,131,148)
#AA7887
(170,120,135)
#9A6D7A
(154,109,122)
#8A626D
(138,98,109)
#7A5760
(122,87,96)
#6A4C53
(106,76,83)
#5A4146
(90,65,70)
#4A3639
(74,54,57)
#3A2B2C
(58,43,44)
#2A201F
(42,32,31)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #BA8394

#BA8394
(186,131,148)
#C08E9D
(192,142,157)
#C699A6
(198,153,166)
#CCA4AF
(204,164,175)
#D2AFB8
(210,175,184)
#D8BAC1
(216,186,193)
#DEC5CA
(222,197,202)
#E4D0D3
(228,208,211)
#EADBDC
(234,219,220)
#F0E6E5
(240,230,229)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA8394 color. Also use rgb(186,131,148) instead hex code.

Text Font Color

.myTextColor { color: #BA8394; }

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

This text font color is #BA8394.


Background Color

.myBgColor { background-color: #BA8394; }

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

This div background color is #BA8394.


Border color

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

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

This div border color is #BA8394.


Opacity

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

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

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

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

This text has shadow with #BA8394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8394 on black background.


Color preview on white background

This text has color #BA8394 on white background.



Black color preview on #BA8394 background

This text has black color on #BA8394 background.


White color preview on #BA8394 background

This text has white color on #BA8394 background.