COLOR #BA8E6B

HEX: #BA8E6B RGB: (186,142,107)

Color info

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

RGB color model

#BA8E6B color RGB value is (186,142,107).

RGB: (186,142,107) (73%, 56%, 42%)

RGB channels and saturation

R 186 of 255 = 73%
G 142 of 255 = 56%
B 107 of 255 = 42%

186
142
107

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

Portions of RGB colors in percentages

R + G + B = 186 + 142 + 107 = 435 (100%)
R 186 of 435 ~ 42.76%
G 142 of 435 ~ 32.64%
B 107 of 435 ~ 24.6'%

%42.76
%32.64
%24.6

CMYK color model

#BA8E6B color CMYK value is (0,24,42,27).

  • cyan value is 0.00%
  • magenta value is 23.66%
  • yellow value is 42.47%
  • key color value is 27.06%

CMYK: (0,24,42,27)
C0M24Y42K27 (0%, 24%, 42%, 27%)
(0.00 / 0.24 / 0.42 / 0.27)

CMYK percentages

%0
%23.66
%42.47
%27.06

Codes

Color #BA8E6B in popluar color models

BA 8E 6B
RGB 186 142 107
HSL 27° 36.41% 57.45%
HSB/HSV 27° 42.47% 72.94%
CMYK 0.00% 23.66% 42.47%
27.06%

Color #BA8E6B in popluar number systems.

HEX BA 8E 6B
Decimal 186 142 107
Binary 10111010 10001110 1101011
Octal 272 216 153

Shades and tints

Shades of #BA8E6B

#BA8E6B
(186,142,107)
#AA8262
(170,130,98)
#9A7659
(154,118,89)
#8A6A50
(138,106,80)
#7A5E47
(122,94,71)
#6A523E
(106,82,62)
#5A4635
(90,70,53)
#4A3A2C
(74,58,44)
#3A2E23
(58,46,35)
#2A221A
(42,34,26)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #BA8E6B

#BA8E6B
(186,142,107)
#C09878
(192,152,120)
#C6A285
(198,162,133)
#CCAC92
(204,172,146)
#D2B69F
(210,182,159)
#D8C0AC
(216,192,172)
#DECAB9
(222,202,185)
#E4D4C6
(228,212,198)
#EADED3
(234,222,211)
#F0E8E0
(240,232,224)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA8E6B; }

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

This text font color is #BA8E6B.

Background Color

.myBgColor { background-color: #BA8E6B; }

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

This div background color is #BA8E6B.

Border color

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

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

This div border color is #BA8E6B.

Opacity

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

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

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

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

This text has shadow with #BA8E6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA8E6B.

Preview

Color preview on black background

This text has color #BA8E6B on black background.


Color preview on white background

This text has color #BA8E6B on white background.


Black color preview on #BA8E6B background

This text has black color on #BA8E6B background.


White color preview on #BA8E6B background

This text has white color on #BA8E6B background.


Related colors

Complementary color

Complementary color for #hex is #457194.


I love getcolorcode.com

Triadic colors

1 #6BBA8E and #8E6BBA with #BA8E6B are triadic colors.

2 #6B8EBA and #8EBA6B with #BA8E6B are triadic colors.