COLOR #BA8E79

HEX: #BA8E79 RGB: (186,142,121)

Color info

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

RGB color model

#BA8E79 color RGB value is (186,142,121).

RGB: (186,142,121) (73%, 56%, 47%)

RGB channels and saturation

R 186 of 255 = 73%
G 142 of 255 = 56%
B 121 of 255 = 47%

186
142
121

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

Portions of RGB colors in percentages

R + G + B = 186 + 142 + 121 = 449 (100%)
R 186 of 449 ~ 41.43%
G 142 of 449 ~ 31.63%
B 121 of 449 ~ 26.95'%

%41.43
%31.63
%26.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.66%
  • yellow value is 34.95%
  • key color value is 27.06%
CMYK: (0,24,35,27) C0M24Y35K27 (0%,24%,35%,27%) (0.00/0.24/0.35/0.27) 

CMYK percentages

%0
%23.66
%34.95
%27.06

Codes

Color #BA8E79 in popluar color models

BA 8E 79
RGB 186 142 121
HSL 19° 32.02% 60.20%
HSB/HSV 19° 34.95% 72.94%
CMYK 0.00% 23.66% 34.95%
27.06%

Color #BA8E79 in popluar number systems.

HEX BA 8E 79
Decimal 186 142 121
Binary 10111010 10001110 1111001
Octal 272 216 171

Shades and tints

Shades of #BA8E79

#BA8E79
(186,142,121)
#AA826E
(170,130,110)
#9A7663
(154,118,99)
#8A6A58
(138,106,88)
#7A5E4D
(122,94,77)
#6A5242
(106,82,66)
#5A4637
(90,70,55)
#4A3A2C
(74,58,44)
#3A2E21
(58,46,33)
#2A2216
(42,34,22)
#1A160B
(26,22,11)
#000000
(0,0,0)

Tints of #BA8E79

#BA8E79
(186,142,121)
#C09885
(192,152,133)
#C6A291
(198,162,145)
#CCAC9D
(204,172,157)
#D2B6A9
(210,182,169)
#D8C0B5
(216,192,181)
#DECAC1
(222,202,193)
#E4D4CD
(228,212,205)
#EADED9
(234,222,217)
#F0E8E5
(240,232,229)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA8E79 color. Also use rgb(186,142,121) instead hex code.

Text Font Color

.myTextColor { color: #BA8E79; }

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

This text font color is #BA8E79.

Background Color

.myBgColor { background-color: #BA8E79; }

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

This div background color is #BA8E79.

Border color

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

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

This div border color is #BA8E79.

Opacity

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

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

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

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

This text has shadow with #BA8E79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA8E79.

Preview

Color preview on black background

This text has color #BA8E79 on black background.


Color preview on white background

This text has color #BA8E79 on white background.


Black color preview on #BA8E79 background

This text has black color on #BA8E79 background.


White color preview on #BA8E79 background

This text has white color on #BA8E79 background.


Related colors

Complementary color

Complementary color for #hex is #457186.


I love getcolorcode.com

Triadic colors

1 #79BA8E and #8E79BA with #BA8E79 are triadic colors.

2 #798EBA and #8EBA79 with #BA8E79 are triadic colors.