COLOR #BA864D

HEX: #BA864D RGB: (186,134,77)

Color info

#BA864D contains mainly red and green colors. Web safe color of #BA864D is #CC9933 (or #C93).

RGB color model

#BA864D color RGB value is (186,134,77).

RGB: (186,134,77) (73%, 53%, 30%)

RGB channels and saturation

R 186 of 255 = 73%
G 134 of 255 = 53%
B 77 of 255 = 30%

186
134
77

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

Portions of RGB colors in percentages

R + G + B = 186 + 134 + 77 = 397 (100%)
R 186 of 397 ~ 46.85%
G 134 of 397 ~ 33.75%
B 77 of 397 ~ 19.4'%

%46.85
%33.75
%19.4

CMYK color model

#BA864D color CMYK value is (0,28,59,27).

  • cyan value is 0.00%
  • magenta value is 27.96%
  • yellow value is 58.60%
  • key color value is 27.06%

CMYK: (0,28,59,27)
C0M28Y59K27 (0%, 28%, 59%, 27%)
(0.00 / 0.28 / 0.59 / 0.27)

CMYK percentages

%0
%27.96
%58.6
%27.06

Codes

Color #BA864D in popluar color models

BA 86 4D
RGB 186 134 77
HSL 31° 44.13% 51.57%
HSB/HSV 31° 58.60% 72.94%
CMYK 0.00% 27.96% 58.60%
27.06%

Color #BA864D in popluar number systems.

HEX BA 86 4D
Decimal 186 134 77
Binary 10111010 10000110 1001101
Octal 272 206 115

Shades and tints

Shades of #BA864D

#BA864D
(186,134,77)
#AA7A46
(170,122,70)
#9A6E3F
(154,110,63)
#8A6238
(138,98,56)
#7A5631
(122,86,49)
#6A4A2A
(106,74,42)
#5A3E23
(90,62,35)
#4A321C
(74,50,28)
#3A2615
(58,38,21)
#2A1A0E
(42,26,14)
#1A0E07
(26,14,7)
#000000
(0,0,0)

Tints of #BA864D

#BA864D
(186,134,77)
#C0915D
(192,145,93)
#C69C6D
(198,156,109)
#CCA77D
(204,167,125)
#D2B28D
(210,178,141)
#D8BD9D
(216,189,157)
#DEC8AD
(222,200,173)
#E4D3BD
(228,211,189)
#EADECD
(234,222,205)
#F0E9DD
(240,233,221)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA864D color. Also use rgb(186,134,77) instead hex code.

Text Font Color

.myTextColor { color: #BA864D; }

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

This text font color is #BA864D.

Background Color

.myBgColor { background-color: #BA864D; }

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

This div background color is #BA864D.

Border color

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

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

This div border color is #BA864D.

Opacity

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

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

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

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

This text has shadow with #BA864D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA864D.

Preview

Color preview on black background

This text has color #BA864D on black background.


Color preview on white background

This text has color #BA864D on white background.


Black color preview on #BA864D background

This text has black color on #BA864D background.


White color preview on #BA864D background

This text has white color on #BA864D background.


Related colors

Complementary color

Complementary color for #hex is #4579B2.


I love getcolorcode.com

Triadic colors

1 #4DBA86 and #864DBA with #BA864D are triadic colors.

2 #4D86BA and #86BA4D with #BA864D are triadic colors.