COLOR #BA887A

HEX: #BA887A RGB: (186,136,122)

Color info

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

RGB color model

#BA887A color RGB value is (186,136,122).

RGB: (186,136,122) (73%, 53%, 48%)

RGB channels and saturation

R 186 of 255 = 73%
G 136 of 255 = 53%
B 122 of 255 = 48%

186
136
122

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

Portions of RGB colors in percentages

R + G + B = 186 + 136 + 122 = 444 (100%)
R 186 of 444 ~ 41.89%
G 136 of 444 ~ 30.63%
B 122 of 444 ~ 27.48'%

%41.89
%30.63
%27.48

CMYK color model

#BA887A color CMYK value is (0,27,34,27).

  • cyan value is 0.00%
  • magenta value is 26.88%
  • yellow value is 34.41%
  • key color value is 27.06%

CMYK: (0,27,34,27)
C0M27Y34K27 (0%, 27%, 34%, 27%)
(0.00 / 0.27 / 0.34 / 0.27)

CMYK percentages

%0
%26.88
%34.41
%27.06

Codes

Color #BA887A in popluar color models

BA 88 7A
RGB 186 136 122
HSL 13° 31.68% 60.39%
HSB/HSV 13° 34.41% 72.94%
CMYK 0.00% 26.88% 34.41%
27.06%

Color #BA887A in popluar number systems.

HEX BA 88 7A
Decimal 186 136 122
Binary 10111010 10001000 1111010
Octal 272 210 172

Shades and tints

Shades of #BA887A

#BA887A
(186,136,122)
#AA7C6F
(170,124,111)
#9A7064
(154,112,100)
#8A6459
(138,100,89)
#7A584E
(122,88,78)
#6A4C43
(106,76,67)
#5A4038
(90,64,56)
#4A342D
(74,52,45)
#3A2822
(58,40,34)
#2A1C17
(42,28,23)
#1A100C
(26,16,12)
#000000
(0,0,0)

Tints of #BA887A

#BA887A
(186,136,122)
#C09286
(192,146,134)
#C69C92
(198,156,146)
#CCA69E
(204,166,158)
#D2B0AA
(210,176,170)
#D8BAB6
(216,186,182)
#DEC4C2
(222,196,194)
#E4CECE
(228,206,206)
#EAD8DA
(234,216,218)
#F0E2E6
(240,226,230)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA887A color. Also use rgb(186,136,122) instead hex code.

Text Font Color

.myTextColor { color: #BA887A; }

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

This text font color is #BA887A.

Background Color

.myBgColor { background-color: #BA887A; }

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

This div background color is #BA887A.

Border color

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

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

This div border color is #BA887A.

Opacity

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

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

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

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

This text has shadow with #BA887A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA887A.

Preview

Color preview on black background

This text has color #BA887A on black background.


Color preview on white background

This text has color #BA887A on white background.


Black color preview on #BA887A background

This text has black color on #BA887A background.


White color preview on #BA887A background

This text has white color on #BA887A background.


Related colors

Complementary color

Complementary color for #hex is #457785.


I love getcolorcode.com

Triadic colors

1 #7ABA88 and #887ABA with #BA887A are triadic colors.

2 #7A88BA and #88BA7A with #BA887A are triadic colors.