COLOR #BA897C

HEX: #BA897C RGB: (186,137,124)

Color info

#BA897C contains mainly red and green colors. Web safe color of #BA897C is #CC9966 (or #C96).

RGB color model

#BA897C color RGB value is (186,137,124).

RGB: (186,137,124) (73%, 54%, 49%)

RGB channels and saturation

R 186 of 255 = 73%
G 137 of 255 = 54%
B 124 of 255 = 49%

186
137
124

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

Portions of RGB colors in percentages

R + G + B = 186 + 137 + 124 = 447 (100%)
R 186 of 447 ~ 41.61%
G 137 of 447 ~ 30.65%
B 124 of 447 ~ 27.74'%

%41.61
%30.65
%27.74

CMYK color model

#BA897C color CMYK value is (0,26,33,27).

  • cyan value is 0.00%
  • magenta value is 26.34%
  • yellow value is 33.33%
  • key color value is 27.06%

CMYK: (0,26,33,27)
C0M26Y33K27 (0%, 26%, 33%, 27%)
(0.00 / 0.26 / 0.33 / 0.27)

CMYK percentages

%0
%26.34
%33.33
%27.06

Codes

Color #BA897C in popluar color models

BA 89 7C
RGB 186 137 124
HSL 13° 31.00% 60.78%
HSB/HSV 13° 33.33% 72.94%
CMYK 0.00% 26.34% 33.33%
27.06%

Color #BA897C in popluar number systems.

HEX BA 89 7C
Decimal 186 137 124
Binary 10111010 10001001 1111100
Octal 272 211 174

Shades and tints

Shades of #BA897C

#BA897C
(186,137,124)
#AA7D71
(170,125,113)
#9A7166
(154,113,102)
#8A655B
(138,101,91)
#7A5950
(122,89,80)
#6A4D45
(106,77,69)
#5A413A
(90,65,58)
#4A352F
(74,53,47)
#3A2924
(58,41,36)
#2A1D19
(42,29,25)
#1A110E
(26,17,14)
#000000
(0,0,0)

Tints of #BA897C

#BA897C
(186,137,124)
#C09387
(192,147,135)
#C69D92
(198,157,146)
#CCA79D
(204,167,157)
#D2B1A8
(210,177,168)
#D8BBB3
(216,187,179)
#DEC5BE
(222,197,190)
#E4CFC9
(228,207,201)
#EAD9D4
(234,217,212)
#F0E3DF
(240,227,223)
#F6EDEA
(246,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA897C; }

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

This text font color is #BA897C.

Background Color

.myBgColor { background-color: #BA897C; }

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

This div background color is #BA897C.

Border color

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

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

This div border color is #BA897C.

Opacity

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

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

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

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

This text has shadow with #BA897C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA897C.

Preview

Color preview on black background

This text has color #BA897C on black background.


Color preview on white background

This text has color #BA897C on white background.


Black color preview on #BA897C background

This text has black color on #BA897C background.


White color preview on #BA897C background

This text has white color on #BA897C background.


Related colors

Complementary color

Complementary color for #hex is #457683.


I love getcolorcode.com

Triadic colors

1 #7CBA89 and #897CBA with #BA897C are triadic colors.

2 #7C89BA and #89BA7C with #BA897C are triadic colors.