COLOR #BA878A

HEX: #BA878A
RGB: (186,135,138)

Color info

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

RGB color model

#BA878A color RGB value is (186,135,138).

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

RGB channels and saturation

R 186 of 255 = 73%
G 135 of 255 = 53%
B 138 of 255 = 54%

186
135
138

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

Portions of RGB colors in percentages

R + G + B =
186 + 135 + 138 = 459 (100%)
R 186 of 459 ~ 40.52%
G 135 of 459 ~ 29.41%
B 138 of 459 ~ 30.07%

%40.52
%29.41
%30.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.42%
  • yellow value is 25.81%
  • key color value is 27.06%
CMYK:
(0,27,26,27)
C0M27Y26K27 
(0%,27%,26%,27%)
(0.00/0.27/0.26/0.27)	

CMYK percentages

%0
%27.42
%25.81
%27.06

Codes

Color #BA878A in popluar color models

BA878A
RGB186135138
HSL356°26.98%62.94%
HSB/HSV356°27.42%72.94%
CMYK0.00%27.42%25.81%
27.06%

Color #BA878A in popluar number systems.

HEXBA878A
Decimal186135138
Binary101110101000011110001010
Octal272207212

Shades and tints

Shades of #BA878A

#BA878A
(186,135,138)
#AA7B7E
(170,123,126)
#9A6F72
(154,111,114)
#8A6366
(138,99,102)
#7A575A
(122,87,90)
#6A4B4E
(106,75,78)
#5A3F42
(90,63,66)
#4A3336
(74,51,54)
#3A272A
(58,39,42)
#2A1B1E
(42,27,30)
#1A0F12
(26,15,18)
#000000
(0,0,0)

Tints of #BA878A

#BA878A
(186,135,138)
#C09194
(192,145,148)
#C69B9E
(198,155,158)
#CCA5A8
(204,165,168)
#D2AFB2
(210,175,178)
#D8B9BC
(216,185,188)
#DEC3C6
(222,195,198)
#E4CDD0
(228,205,208)
#EAD7DA
(234,215,218)
#F0E1E4
(240,225,228)
#F6EBEE
(246,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA878A; }

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

This text font color is #BA878A.


Background Color

.myBgColor { background-color: #BA878A; }

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

This div background color is #BA878A.


Border color

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

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

This div border color is #BA878A.


Opacity

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

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

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

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

This text has shadow with #BA878A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA878A on black background.


Color preview on white background

This text has color #BA878A on white background.



Black color preview on #BA878A background

This text has black color on #BA878A background.


White color preview on #BA878A background

This text has white color on #BA878A background.