COLOR #BA9C6A

HEX: #BA9C6A RGB: (186,156,106)

Color info

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

RGB color model

#BA9C6A color RGB value is (186,156,106).

RGB: (186,156,106) (73%, 61%, 42%)

RGB channels and saturation

R 186 of 255 = 73%
G 156 of 255 = 61%
B 106 of 255 = 42%

186
156
106

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

Portions of RGB colors in percentages

R + G + B = 186 + 156 + 106 = 448 (100%)
R 186 of 448 ~ 41.52%
G 156 of 448 ~ 34.82%
B 106 of 448 ~ 23.66'%

%41.52
%34.82
%23.66

CMYK color model

#BA9C6A color CMYK value is (0,16,43,27).

  • cyan value is 0.00%
  • magenta value is 16.13%
  • yellow value is 43.01%
  • key color value is 27.06%

CMYK: (0,16,43,27)
C0M16Y43K27 (0%, 16%, 43%, 27%)
(0.00 / 0.16 / 0.43 / 0.27)

CMYK percentages

%0
%16.13
%43.01
%27.06

Codes

Color #BA9C6A in popluar color models

BA 9C 6A
RGB 186 156 106
HSL 38° 36.70% 57.25%
HSB/HSV 38° 43.01% 72.94%
CMYK 0.00% 16.13% 43.01%
27.06%

Color #BA9C6A in popluar number systems.

HEX BA 9C 6A
Decimal 186 156 106
Binary 10111010 10011100 1101010
Octal 272 234 152

Shades and tints

Shades of #BA9C6A

#BA9C6A
(186,156,106)
#AA8E61
(170,142,97)
#9A8058
(154,128,88)
#8A724F
(138,114,79)
#7A6446
(122,100,70)
#6A563D
(106,86,61)
#5A4834
(90,72,52)
#4A3A2B
(74,58,43)
#3A2C22
(58,44,34)
#2A1E19
(42,30,25)
#1A1010
(26,16,16)
#000000
(0,0,0)

Tints of #BA9C6A

#BA9C6A
(186,156,106)
#C0A577
(192,165,119)
#C6AE84
(198,174,132)
#CCB791
(204,183,145)
#D2C09E
(210,192,158)
#D8C9AB
(216,201,171)
#DED2B8
(222,210,184)
#E4DBC5
(228,219,197)
#EAE4D2
(234,228,210)
#F0EDDF
(240,237,223)
#F6F6EC
(246,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9C6A color. Also use rgb(186,156,106) instead hex code.

Text Font Color

.myTextColor { color: #BA9C6A; }

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

This text font color is #BA9C6A.

Background Color

.myBgColor { background-color: #BA9C6A; }

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

This div background color is #BA9C6A.

Border color

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

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

This div border color is #BA9C6A.

Opacity

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

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

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

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

This text has shadow with #BA9C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA9C6A.

Preview

Color preview on black background

This text has color #BA9C6A on black background.


Color preview on white background

This text has color #BA9C6A on white background.


Black color preview on #BA9C6A background

This text has black color on #BA9C6A background.


White color preview on #BA9C6A background

This text has white color on #BA9C6A background.


Related colors

Complementary color

Complementary color for #hex is #456395.


I love getcolorcode.com

Triadic colors

1 #6ABA9C and #9C6ABA with #BA9C6A are triadic colors.

2 #6A9CBA and #9CBA6A with #BA9C6A are triadic colors.