COLOR #BA9D62

HEX: #BA9D62 RGB: (186,157,98)

Color info

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

RGB color model

#BA9D62 color RGB value is (186,157,98).

RGB: (186,157,98) (73%, 62%, 38%)

RGB channels and saturation

R 186 of 255 = 73%
G 157 of 255 = 62%
B 98 of 255 = 38%

186
157
98

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

Portions of RGB colors in percentages

R + G + B = 186 + 157 + 98 = 441 (100%)
R 186 of 441 ~ 42.18%
G 157 of 441 ~ 35.6%
B 98 of 441 ~ 22.22'%

%42.18
%35.6
%22.22

CMYK color model

#BA9D62 color CMYK value is (0,16,47,27).

  • cyan value is 0.00%
  • magenta value is 15.59%
  • yellow value is 47.31%
  • key color value is 27.06%

CMYK: (0,16,47,27)
C0M16Y47K27 (0%, 16%, 47%, 27%)
(0.00 / 0.16 / 0.47 / 0.27)

CMYK percentages

%0
%15.59
%47.31
%27.06

Codes

Color #BA9D62 in popluar color models

BA 9D 62
RGB 186 157 98
HSL 40° 38.94% 55.69%
HSB/HSV 40° 47.31% 72.94%
CMYK 0.00% 15.59% 47.31%
27.06%

Color #BA9D62 in popluar number systems.

HEX BA 9D 62
Decimal 186 157 98
Binary 10111010 10011101 1100010
Octal 272 235 142

Shades and tints

Shades of #BA9D62

#BA9D62
(186,157,98)
#AA8F5A
(170,143,90)
#9A8152
(154,129,82)
#8A734A
(138,115,74)
#7A6542
(122,101,66)
#6A573A
(106,87,58)
#5A4932
(90,73,50)
#4A3B2A
(74,59,42)
#3A2D22
(58,45,34)
#2A1F1A
(42,31,26)
#1A1112
(26,17,18)
#000000
(0,0,0)

Tints of #BA9D62

#BA9D62
(186,157,98)
#C0A570
(192,165,112)
#C6AD7E
(198,173,126)
#CCB58C
(204,181,140)
#D2BD9A
(210,189,154)
#D8C5A8
(216,197,168)
#DECDB6
(222,205,182)
#E4D5C4
(228,213,196)
#EADDD2
(234,221,210)
#F0E5E0
(240,229,224)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9D62 color. Also use rgb(186,157,98) instead hex code.

Text Font Color

.myTextColor { color: #BA9D62; }

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

This text font color is #BA9D62.

Background Color

.myBgColor { background-color: #BA9D62; }

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

This div background color is #BA9D62.

Border color

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

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

This div border color is #BA9D62.

Opacity

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

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

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

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

This text has shadow with #BA9D62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA9D62.

Preview

Color preview on black background

This text has color #BA9D62 on black background.


Color preview on white background

This text has color #BA9D62 on white background.


Black color preview on #BA9D62 background

This text has black color on #BA9D62 background.


White color preview on #BA9D62 background

This text has white color on #BA9D62 background.


Related colors

Complementary color

Complementary color for #hex is #45629D.


I love getcolorcode.com

Triadic colors

1 #62BA9D and #9D62BA with #BA9D62 are triadic colors.

2 #629DBA and #9DBA62 with #BA9D62 are triadic colors.