COLOR #BA9590

HEX: #BA9590 RGB: (186,149,144)

Color info

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

RGB color model

#BA9590 color RGB value is (186,149,144).

RGB: (186,149,144) (73%, 58%, 56%)

RGB channels and saturation

R 186 of 255 = 73%
G 149 of 255 = 58%
B 144 of 255 = 56%

186
149
144

R + G + B ~ 62%. #BA9590 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 149 + 144 = 479 (100%)
R 186 of 479 ~ 38.83%
G 149 of 479 ~ 31.11%
B 144 of 479 ~ 30.06'%

%38.83
%31.11
%30.06

CMYK color model

#BA9590 color CMYK value is (0,20,23,27).

  • cyan value is 0.00%
  • magenta value is 19.89%
  • yellow value is 22.58%
  • key color value is 27.06%

CMYK: (0,20,23,27)
C0M20Y23K27 (0%, 20%, 23%, 27%)
(0.00 / 0.20 / 0.23 / 0.27)

CMYK percentages

%0
%19.89
%22.58
%27.06

Codes

Color #BA9590 in popluar color models

BA 95 90
RGB 186 149 144
HSL 23.33% 64.71%
HSB/HSV 22.58% 72.94%
CMYK 0.00% 19.89% 22.58%
27.06%

Color #BA9590 in popluar number systems.

HEX BA 95 90
Decimal 186 149 144
Binary 10111010 10010101 10010000
Octal 272 225 220

Shades and tints

Shades of #BA9590

#BA9590
(186,149,144)
#AA8883
(170,136,131)
#9A7B76
(154,123,118)
#8A6E69
(138,110,105)
#7A615C
(122,97,92)
#6A544F
(106,84,79)
#5A4742
(90,71,66)
#4A3A35
(74,58,53)
#3A2D28
(58,45,40)
#2A201B
(42,32,27)
#1A130E
(26,19,14)
#000000
(0,0,0)

Tints of #BA9590

#BA9590
(186,149,144)
#C09E9A
(192,158,154)
#C6A7A4
(198,167,164)
#CCB0AE
(204,176,174)
#D2B9B8
(210,185,184)
#D8C2C2
(216,194,194)
#DECBCC
(222,203,204)
#E4D4D6
(228,212,214)
#EADDE0
(234,221,224)
#F0E6EA
(240,230,234)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9590 color. Also use rgb(186,149,144) instead hex code.

Text Font Color

.myTextColor { color: #BA9590; }

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

This text font color is #BA9590.

Background Color

.myBgColor { background-color: #BA9590; }

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

This div background color is #BA9590.

Border color

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

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

This div border color is #BA9590.

Opacity

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

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

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

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

This text has shadow with #BA9590 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA9590.

Preview

Color preview on black background

This text has color #BA9590 on black background.


Color preview on white background

This text has color #BA9590 on white background.


Black color preview on #BA9590 background

This text has black color on #BA9590 background.


White color preview on #BA9590 background

This text has white color on #BA9590 background.


Related colors

Complementary color

Complementary color for #hex is #456A6F.


I love getcolorcode.com

Triadic colors

1 #90BA95 and #9590BA with #BA9590 are triadic colors.

2 #9095BA and #95BA90 with #BA9590 are triadic colors.