COLOR #BA9589

HEX: #BA9589 RGB: (186,149,137)

Color info

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

RGB color model

#BA9589 color RGB value is (186,149,137).

RGB: (186,149,137) (73%, 58%, 54%)

RGB channels and saturation

R 186 of 255 = 73%
G 149 of 255 = 58%
B 137 of 255 = 54%

186
149
137

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

Portions of RGB colors in percentages

R + G + B = 186 + 149 + 137 = 472 (100%)
R 186 of 472 ~ 39.41%
G 149 of 472 ~ 31.57%
B 137 of 472 ~ 29.03'%

%39.41
%31.57
%29.03

CMYK color model

#BA9589 color CMYK value is (0,20,26,27).

  • cyan value is 0.00%
  • magenta value is 19.89%
  • yellow value is 26.34%
  • key color value is 27.06%
CMYK: (0,20,26,27) C0M20Y26K27 (0%,20%,26%,27%) (0.00/0.20/0.26/0.27) 

CMYK percentages

%0
%19.89
%26.34
%27.06

Codes

Color #BA9589 in popluar color models

BA 95 89
RGB 186 149 137
HSL 15° 26.20% 63.33%
HSB/HSV 15° 26.34% 72.94%
CMYK 0.00% 19.89% 26.34%
27.06%

Color #BA9589 in popluar number systems.

HEX BA 95 89
Decimal 186 149 137
Binary 10111010 10010101 10001001
Octal 272 225 211

Shades and tints

Shades of #BA9589

#BA9589
(186,149,137)
#AA887D
(170,136,125)
#9A7B71
(154,123,113)
#8A6E65
(138,110,101)
#7A6159
(122,97,89)
#6A544D
(106,84,77)
#5A4741
(90,71,65)
#4A3A35
(74,58,53)
#3A2D29
(58,45,41)
#2A201D
(42,32,29)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #BA9589

#BA9589
(186,149,137)
#C09E93
(192,158,147)
#C6A79D
(198,167,157)
#CCB0A7
(204,176,167)
#D2B9B1
(210,185,177)
#D8C2BB
(216,194,187)
#DECBC5
(222,203,197)
#E4D4CF
(228,212,207)
#EADDD9
(234,221,217)
#F0E6E3
(240,230,227)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9589; }

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

This text font color is #BA9589.

Background Color

.myBgColor { background-color: #BA9589; }

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

This div background color is #BA9589.

Border color

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

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

This div border color is #BA9589.

Opacity

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

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

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

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

This text has shadow with #BA9589 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA9589.

Preview

Color preview on black background

This text has color #BA9589 on black background.


Color preview on white background

This text has color #BA9589 on white background.


Black color preview on #BA9589 background

This text has black color on #BA9589 background.


White color preview on #BA9589 background

This text has white color on #BA9589 background.


Related colors

Complementary color

Complementary color for #hex is #456A76.


I love getcolorcode.com

Triadic colors

1 #89BA95 and #9589BA with #BA9589 are triadic colors.

2 #8995BA and #95BA89 with #BA9589 are triadic colors.