COLOR #BA8A63

HEX: #BA8A63 RGB: (186,138,99)

Color info

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

RGB color model

#BA8A63 color RGB value is (186,138,99).

RGB: (186,138,99) (73%, 54%, 39%)

RGB channels and saturation

R 186 of 255 = 73%
G 138 of 255 = 54%
B 99 of 255 = 39%

186
138
99

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

Portions of RGB colors in percentages

R + G + B = 186 + 138 + 99 = 423 (100%)
R 186 of 423 ~ 43.97%
G 138 of 423 ~ 32.62%
B 99 of 423 ~ 23.4'%

%43.97
%32.62
%23.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 46.77%
  • key color value is 27.06%

CMYK: (0,26,47,27)
C0M26Y47K27 (0%, 26%, 47%, 27%)
(0.00 / 0.26 / 0.47 / 0.27)

CMYK percentages

%0
%25.81
%46.77
%27.06

Codes

Color #BA8A63 in popluar color models

BA 8A 63
RGB 186 138 99
HSL 27° 38.67% 55.88%
HSB/HSV 27° 46.77% 72.94%
CMYK 0.00% 25.81% 46.77%
27.06%

Color #BA8A63 in popluar number systems.

HEX BA 8A 63
Decimal 186 138 99
Binary 10111010 10001010 1100011
Octal 272 212 143

Shades and tints

Shades of #BA8A63

#BA8A63
(186,138,99)
#AA7E5A
(170,126,90)
#9A7251
(154,114,81)
#8A6648
(138,102,72)
#7A5A3F
(122,90,63)
#6A4E36
(106,78,54)
#5A422D
(90,66,45)
#4A3624
(74,54,36)
#3A2A1B
(58,42,27)
#2A1E12
(42,30,18)
#1A1209
(26,18,9)
#000000
(0,0,0)

Tints of #BA8A63

#BA8A63
(186,138,99)
#C09471
(192,148,113)
#C69E7F
(198,158,127)
#CCA88D
(204,168,141)
#D2B29B
(210,178,155)
#D8BCA9
(216,188,169)
#DEC6B7
(222,198,183)
#E4D0C5
(228,208,197)
#EADAD3
(234,218,211)
#F0E4E1
(240,228,225)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA8A63; }

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

This text font color is #BA8A63.

Background Color

.myBgColor { background-color: #BA8A63; }

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

This div background color is #BA8A63.

Border color

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

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

This div border color is #BA8A63.

Opacity

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

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

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

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

This text has shadow with #BA8A63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA8A63.

Preview

Color preview on black background

This text has color #BA8A63 on black background.


Color preview on white background

This text has color #BA8A63 on white background.


Black color preview on #BA8A63 background

This text has black color on #BA8A63 background.


White color preview on #BA8A63 background

This text has white color on #BA8A63 background.


Related colors

Complementary color

Complementary color for #hex is #45759C.


I love getcolorcode.com

Triadic colors

1 #63BA8A and #8A63BA with #BA8A63 are triadic colors.

2 #638ABA and #8ABA63 with #BA8A63 are triadic colors.