COLOR #BA7200

HEX: #BA7200
RGB: (186,114,0)

Color info

#BA7200 contains mainly red color. Web safe color of #BA7200 is #CC6600 (or #C60).

RGB color model

#BA7200 color RGB value is (186,114,0).

  • red value is 186;
  • green value is 114;
  • blue value is 0.
RGB:
(186,114,0)
(73%,45%,0%)

RGB channels and saturation

R 186 of 255 = 73%
G 114 of 255 = 45%
B 0 of 255 = 0%

186
114
0

R + G + B ~ 39%. #BA7200 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
186 + 114 + 0 = 300 (100%)
R 186 of 300 ~ 62%
G 114 of 300 ~ 38%
B 0 of 300 ~ 0%

%62
%38

CMYK color model

#BA7200 color CMYK value is (0,39,100,27).

  • cyan value is 0.00%
  • magenta value is 38.71%
  • yellow value is 100.00%
  • key color value is 27.06%
CMYK:
(0,39,100,27)
C0M39Y100K27 
(0%,39%,100%,27%)
(0.00/0.39/1.00/0.27)	

CMYK percentages

%0
%38.71
%100
%27.06

Codes

Color #BA7200 in popluar color models

BA7200
RGB1861140
HSL37°100.00%36.47%
HSB/HSV37°100.00%72.94%
CMYK0.00%38.71%100.00%
27.06%

Color #BA7200 in popluar number systems.

HEXBA7200
Decimal1861140
Binary1011101011100100
Octal2721620

Shades and tints

Shades of #BA7200

#BA7200
(186,114,0)
#AA6800
(170,104,0)
#9A5E00
(154,94,0)
#8A5400
(138,84,0)
#7A4A00
(122,74,0)
#6A4000
(106,64,0)
#5A3600
(90,54,0)
#4A2C00
(74,44,0)
#3A2200
(58,34,0)
#2A1800
(42,24,0)
#1A0E00
(26,14,0)
#000000
(0,0,0)

Tints of #BA7200

#BA7200
(186,114,0)
#C07E17
(192,126,23)
#C68A2E
(198,138,46)
#CC9645
(204,150,69)
#D2A25C
(210,162,92)
#D8AE73
(216,174,115)
#DEBA8A
(222,186,138)
#E4C6A1
(228,198,161)
#EAD2B8
(234,210,184)
#F0DECF
(240,222,207)
#F6EAE6
(246,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7200 color. Also use rgb(186,114,0) instead hex code.

Text Font Color

.myTextColor { color: #BA7200; }

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

This text font color is #BA7200.


Background Color

.myBgColor { background-color: #BA7200; }

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

This div background color is #BA7200.


Border color

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

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

This div border color is #BA7200.


Opacity

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

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

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

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

This text has shadow with #BA7200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7200 on black background.


Color preview on white background

This text has color #BA7200 on white background.



Black color preview on #BA7200 background

This text has black color on #BA7200 background.


White color preview on #BA7200 background

This text has white color on #BA7200 background.