COLOR #BA8A25

HEX: #BA8A25
RGB: (186,138,37)

Color info

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

RGB color model

#BA8A25 color RGB value is (186,138,37).

  • red value is 186;
  • green value is 138;
  • blue value is 37.
RGB:
(186,138,37)
(73%,54%,15%)

RGB channels and saturation

R 186 of 255 = 73%
G 138 of 255 = 54%
B 37 of 255 = 15%

186
138
37

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

Portions of RGB colors in percentages

R + G + B =
186 + 138 + 37 = 361 (100%)
R 186 of 361 ~ 51.52%
G 138 of 361 ~ 38.23%
B 37 of 361 ~ 10.25%

%51.52
%38.23
%10.25

CMYK color model

#BA8A25 color CMYK value is (0,26,80,27).

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 80.11%
  • key color value is 27.06%
CMYK:
(0,26,80,27)
C0M26Y80K27 
(0%,26%,80%,27%)
(0.00/0.26/0.80/0.27)	

CMYK percentages

%0
%25.81
%80.11
%27.06

Codes

Color #BA8A25 in popluar color models

BA8A25
RGB18613837
HSL41°66.82%43.73%
HSB/HSV41°80.11%72.94%
CMYK0.00%25.81%80.11%
27.06%

Color #BA8A25 in popluar number systems.

HEXBA8A25
Decimal18613837
Binary1011101010001010100101
Octal27221245

Shades and tints

Shades of #BA8A25

#BA8A25
(186,138,37)
#AA7E22
(170,126,34)
#9A721F
(154,114,31)
#8A661C
(138,102,28)
#7A5A19
(122,90,25)
#6A4E16
(106,78,22)
#5A4213
(90,66,19)
#4A3610
(74,54,16)
#3A2A0D
(58,42,13)
#2A1E0A
(42,30,10)
#1A1207
(26,18,7)
#000000
(0,0,0)

Tints of #BA8A25

#BA8A25
(186,138,37)
#C09438
(192,148,56)
#C69E4B
(198,158,75)
#CCA85E
(204,168,94)
#D2B271
(210,178,113)
#D8BC84
(216,188,132)
#DEC697
(222,198,151)
#E4D0AA
(228,208,170)
#EADABD
(234,218,189)
#F0E4D0
(240,228,208)
#F6EEE3
(246,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA8A25; }

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

This text font color is #BA8A25.


Background Color

.myBgColor { background-color: #BA8A25; }

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

This div background color is #BA8A25.


Border color

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

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

This div border color is #BA8A25.


Opacity

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

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

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

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

This text has shadow with #BA8A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8A25 on black background.


Color preview on white background

This text has color #BA8A25 on white background.



Black color preview on #BA8A25 background

This text has black color on #BA8A25 background.


White color preview on #BA8A25 background

This text has white color on #BA8A25 background.