COLOR #BA878C

HEX: #BA878C
RGB: (186,135,140)

Color info

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

RGB color model

#BA878C color RGB value is (186,135,140).

  • red value is 186;
  • green value is 135;
  • blue value is 140.
RGB:
(186,135,140)
(73%,53%,55%)

RGB channels and saturation

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

186
135
140

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

Portions of RGB colors in percentages

R + G + B =
186 + 135 + 140 = 461 (100%)
R 186 of 461 ~ 40.35%
G 135 of 461 ~ 29.28%
B 140 of 461 ~ 30.37%

%40.35
%29.28
%30.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.42%
  • yellow value is 24.73%
  • key color value is 27.06%
CMYK:
(0,27,25,27)
C0M27Y25K27 
(0%,27%,25%,27%)
(0.00/0.27/0.25/0.27)	

CMYK percentages

%0
%27.42
%24.73
%27.06

Codes

Color #BA878C in popluar color models

BA878C
RGB186135140
HSL354°26.98%62.94%
HSB/HSV354°27.42%72.94%
CMYK0.00%27.42%24.73%
27.06%

Color #BA878C in popluar number systems.

HEXBA878C
Decimal186135140
Binary101110101000011110001100
Octal272207214

Shades and tints

Shades of #BA878C

#BA878C
(186,135,140)
#AA7B80
(170,123,128)
#9A6F74
(154,111,116)
#8A6368
(138,99,104)
#7A575C
(122,87,92)
#6A4B50
(106,75,80)
#5A3F44
(90,63,68)
#4A3338
(74,51,56)
#3A272C
(58,39,44)
#2A1B20
(42,27,32)
#1A0F14
(26,15,20)
#000000
(0,0,0)

Tints of #BA878C

#BA878C
(186,135,140)
#C09196
(192,145,150)
#C69BA0
(198,155,160)
#CCA5AA
(204,165,170)
#D2AFB4
(210,175,180)
#D8B9BE
(216,185,190)
#DEC3C8
(222,195,200)
#E4CDD2
(228,205,210)
#EAD7DC
(234,215,220)
#F0E1E6
(240,225,230)
#F6EBF0
(246,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA878C; }

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

This text font color is #BA878C.


Background Color

.myBgColor { background-color: #BA878C; }

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

This div background color is #BA878C.


Border color

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

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

This div border color is #BA878C.


Opacity

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

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

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

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

This text has shadow with #BA878C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA878C on black background.


Color preview on white background

This text has color #BA878C on white background.



Black color preview on #BA878C background

This text has black color on #BA878C background.


White color preview on #BA878C background

This text has white color on #BA878C background.