COLOR #BA878D

HEX: #BA878D RGB: (186,135,141)

Color info

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

RGB color model

#BA878D color RGB value is (186,135,141).

RGB: (186,135,141) (73%, 53%, 55%)

RGB channels and saturation

R 186 of 255 = 73%
G 135 of 255 = 53%
B 141 of 255 = 55%

186
135
141

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

Portions of RGB colors in percentages

R + G + B = 186 + 135 + 141 = 462 (100%)
R 186 of 462 ~ 40.26%
G 135 of 462 ~ 29.22%
B 141 of 462 ~ 30.52'%

%40.26
%29.22
%30.52

CMYK color model

#BA878D color CMYK value is (0,27,24,27).

  • cyan value is 0.00%
  • magenta value is 27.42%
  • yellow value is 24.19%
  • key color value is 27.06%
CMYK: (0,27,24,27) C0M27Y24K27 (0%,27%,24%,27%) (0.00/0.27/0.24/0.27) 

CMYK percentages

%0
%27.42
%24.19
%27.06

Codes

Color #BA878D in popluar color models

BA 87 8D
RGB 186 135 141
HSL 353° 26.98% 62.94%
HSB/HSV 353° 27.42% 72.94%
CMYK 0.00% 27.42% 24.19%
27.06%

Color #BA878D in popluar number systems.

HEX BA 87 8D
Decimal 186 135 141
Binary 10111010 10000111 10001101
Octal 272 207 215

Shades and tints

Shades of #BA878D

#BA878D
(186,135,141)
#AA7B81
(170,123,129)
#9A6F75
(154,111,117)
#8A6369
(138,99,105)
#7A575D
(122,87,93)
#6A4B51
(106,75,81)
#5A3F45
(90,63,69)
#4A3339
(74,51,57)
#3A272D
(58,39,45)
#2A1B21
(42,27,33)
#1A0F15
(26,15,21)
#000000
(0,0,0)

Tints of #BA878D

#BA878D
(186,135,141)
#C09197
(192,145,151)
#C69BA1
(198,155,161)
#CCA5AB
(204,165,171)
#D2AFB5
(210,175,181)
#D8B9BF
(216,185,191)
#DEC3C9
(222,195,201)
#E4CDD3
(228,205,211)
#EAD7DD
(234,215,221)
#F0E1E7
(240,225,231)
#F6EBF1
(246,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA878D color. Also use rgb(186,135,141) instead hex code.

Text Font Color

.myTextColor { color: #BA878D; }

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

This text font color is #BA878D.

Background Color

.myBgColor { background-color: #BA878D; }

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

This div background color is #BA878D.

Border color

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

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

This div border color is #BA878D.

Opacity

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

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

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

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

This text has shadow with #BA878D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA878D.

Preview

Color preview on black background

This text has color #BA878D on black background.


Color preview on white background

This text has color #BA878D on white background.


Black color preview on #BA878D background

This text has black color on #BA878D background.


White color preview on #BA878D background

This text has white color on #BA878D background.


Related colors

Complementary color

Complementary color for #hex is #457872.


I love getcolorcode.com

Triadic colors

1 #8DBA87 and #878DBA with #BA878D are triadic colors.

2 #8D87BA and #87BA8D with #BA878D are triadic colors.