COLOR #BA8B89

HEX: #BA8B89 RGB: (186,139,137)

Color info

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

RGB color model

#BA8B89 color RGB value is (186,139,137).

RGB: (186,139,137) (73%, 55%, 54%)

RGB channels and saturation

R 186 of 255 = 73%
G 139 of 255 = 55%
B 137 of 255 = 54%

186
139
137

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

Portions of RGB colors in percentages

R + G + B = 186 + 139 + 137 = 462 (100%)
R 186 of 462 ~ 40.26%
G 139 of 462 ~ 30.09%
B 137 of 462 ~ 29.65'%

%40.26
%30.09
%29.65

CMYK color model

#BA8B89 color CMYK value is (0,25,26,27).

  • cyan value is 0.00%
  • magenta value is 25.27%
  • yellow value is 26.34%
  • key color value is 27.06%
CMYK: (0,25,26,27) C0M25Y26K27 (0%,25%,26%,27%) (0.00/0.25/0.26/0.27) 

CMYK percentages

%0
%25.27
%26.34
%27.06

Codes

Color #BA8B89 in popluar color models

BA 8B 89
RGB 186 139 137
HSL 26.20% 63.33%
HSB/HSV 26.34% 72.94%
CMYK 0.00% 25.27% 26.34%
27.06%

Color #BA8B89 in popluar number systems.

HEX BA 8B 89
Decimal 186 139 137
Binary 10111010 10001011 10001001
Octal 272 213 211

Shades and tints

Shades of #BA8B89

#BA8B89
(186,139,137)
#AA7F7D
(170,127,125)
#9A7371
(154,115,113)
#8A6765
(138,103,101)
#7A5B59
(122,91,89)
#6A4F4D
(106,79,77)
#5A4341
(90,67,65)
#4A3735
(74,55,53)
#3A2B29
(58,43,41)
#2A1F1D
(42,31,29)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #BA8B89

#BA8B89
(186,139,137)
#C09593
(192,149,147)
#C69F9D
(198,159,157)
#CCA9A7
(204,169,167)
#D2B3B1
(210,179,177)
#D8BDBB
(216,189,187)
#DEC7C5
(222,199,197)
#E4D1CF
(228,209,207)
#EADBD9
(234,219,217)
#F0E5E3
(240,229,227)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA8B89; }

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

This text font color is #BA8B89.

Background Color

.myBgColor { background-color: #BA8B89; }

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

This div background color is #BA8B89.

Border color

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

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

This div border color is #BA8B89.

Opacity

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

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

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

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

This text has shadow with #BA8B89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA8B89.

Preview

Color preview on black background

This text has color #BA8B89 on black background.


Color preview on white background

This text has color #BA8B89 on white background.


Black color preview on #BA8B89 background

This text has black color on #BA8B89 background.


White color preview on #BA8B89 background

This text has white color on #BA8B89 background.


Related colors

Complementary color

Complementary color for #hex is #457476.


I love getcolorcode.com

Triadic colors

1 #89BA8B and #8B89BA with #BA8B89 are triadic colors.

2 #898BBA and #8BBA89 with #BA8B89 are triadic colors.