COLOR #BA9140

HEX: #BA9140
RGB: (186,145,64)

Color info

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

RGB color model

#BA9140 color RGB value is (186,145,64).

  • red value is 186;
  • green value is 145;
  • blue value is 64.
RGB:
(186,145,64)
(73%,57%,25%)

RGB channels and saturation

R 186 of 255 = 73%
G 145 of 255 = 57%
B 64 of 255 = 25%

186
145
64

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

Portions of RGB colors in percentages

R + G + B =
186 + 145 + 64 = 395 (100%)
R 186 of 395 ~ 47.09%
G 145 of 395 ~ 36.71%
B 64 of 395 ~ 16.2%

%47.09
%36.71
%16.2

CMYK color model

#BA9140 color CMYK value is (0,22,66,27).

  • cyan value is 0.00%
  • magenta value is 22.04%
  • yellow value is 65.59%
  • key color value is 27.06%
CMYK:
(0,22,66,27)
C0M22Y66K27 
(0%,22%,66%,27%)
(0.00/0.22/0.66/0.27)	

CMYK percentages

%0
%22.04
%65.59
%27.06

Codes

Color #BA9140 in popluar color models

BA9140
RGB18614564
HSL40°48.80%49.02%
HSB/HSV40°65.59%72.94%
CMYK0.00%22.04%65.59%
27.06%

Color #BA9140 in popluar number systems.

HEXBA9140
Decimal18614564
Binary10111010100100011000000
Octal272221100

Shades and tints

Shades of #BA9140

#BA9140
(186,145,64)
#AA843B
(170,132,59)
#9A7736
(154,119,54)
#8A6A31
(138,106,49)
#7A5D2C
(122,93,44)
#6A5027
(106,80,39)
#5A4322
(90,67,34)
#4A361D
(74,54,29)
#3A2918
(58,41,24)
#2A1C13
(42,28,19)
#1A0F0E
(26,15,14)
#000000
(0,0,0)

Tints of #BA9140

#BA9140
(186,145,64)
#C09B51
(192,155,81)
#C6A562
(198,165,98)
#CCAF73
(204,175,115)
#D2B984
(210,185,132)
#D8C395
(216,195,149)
#DECDA6
(222,205,166)
#E4D7B7
(228,215,183)
#EAE1C8
(234,225,200)
#F0EBD9
(240,235,217)
#F6F5EA
(246,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9140 color. Also use rgb(186,145,64) instead hex code.

Text Font Color

.myTextColor { color: #BA9140; }

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

This text font color is #BA9140.


Background Color

.myBgColor { background-color: #BA9140; }

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

This div background color is #BA9140.


Border color

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

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

This div border color is #BA9140.


Opacity

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

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

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

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

This text has shadow with #BA9140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9140 on black background.


Color preview on white background

This text has color #BA9140 on white background.



Black color preview on #BA9140 background

This text has black color on #BA9140 background.


White color preview on #BA9140 background

This text has white color on #BA9140 background.