COLOR #BA9C39

HEX: #BA9C39
RGB: (186,156,57)

Color info

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

RGB color model

#BA9C39 color RGB value is (186,156,57).

  • red value is 186;
  • green value is 156;
  • blue value is 57.
RGB:
(186,156,57)
(73%,61%,22%)

RGB channels and saturation

R 186 of 255 = 73%
G 156 of 255 = 61%
B 57 of 255 = 22%

186
156
57

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

Portions of RGB colors in percentages

R + G + B =
186 + 156 + 57 = 399 (100%)
R 186 of 399 ~ 46.62%
G 156 of 399 ~ 39.1%
B 57 of 399 ~ 14.29%

%46.62
%39.1
%14.29

CMYK color model

#BA9C39 color CMYK value is (0,16,69,27).

  • cyan value is 0.00%
  • magenta value is 16.13%
  • yellow value is 69.35%
  • key color value is 27.06%
CMYK:
(0,16,69,27)
C0M16Y69K27 
(0%,16%,69%,27%)
(0.00/0.16/0.69/0.27)	

CMYK percentages

%0
%16.13
%69.35
%27.06

Codes

Color #BA9C39 in popluar color models

BA9C39
RGB18615657
HSL46°53.09%47.65%
HSB/HSV46°69.35%72.94%
CMYK0.00%16.13%69.35%
27.06%

Color #BA9C39 in popluar number systems.

HEXBA9C39
Decimal18615657
Binary1011101010011100111001
Octal27223471

Shades and tints

Shades of #BA9C39

#BA9C39
(186,156,57)
#AA8E34
(170,142,52)
#9A802F
(154,128,47)
#8A722A
(138,114,42)
#7A6425
(122,100,37)
#6A5620
(106,86,32)
#5A481B
(90,72,27)
#4A3A16
(74,58,22)
#3A2C11
(58,44,17)
#2A1E0C
(42,30,12)
#1A1007
(26,16,7)
#000000
(0,0,0)

Tints of #BA9C39

#BA9C39
(186,156,57)
#C0A54B
(192,165,75)
#C6AE5D
(198,174,93)
#CCB76F
(204,183,111)
#D2C081
(210,192,129)
#D8C993
(216,201,147)
#DED2A5
(222,210,165)
#E4DBB7
(228,219,183)
#EAE4C9
(234,228,201)
#F0EDDB
(240,237,219)
#F6F6ED
(246,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9C39; }

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

This text font color is #BA9C39.


Background Color

.myBgColor { background-color: #BA9C39; }

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

This div background color is #BA9C39.


Border color

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

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

This div border color is #BA9C39.


Opacity

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

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

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

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

This text has shadow with #BA9C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9C39 on black background.


Color preview on white background

This text has color #BA9C39 on white background.



Black color preview on #BA9C39 background

This text has black color on #BA9C39 background.


White color preview on #BA9C39 background

This text has white color on #BA9C39 background.