COLOR #BA5007

HEX: #BA5007
RGB: (186,80,7)

Color info

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

RGB color model

#BA5007 color RGB value is (186,80,7).

  • red value is 186;
  • green value is 80;
  • blue value is 7.
RGB:
(186,80,7)
(73%,31%,3%)

RGB channels and saturation

R 186 of 255 = 73%
G 80 of 255 = 31%
B 7 of 255 = 3%

186
80
7

R + G + B ~ 36%. #BA5007 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
186 + 80 + 7 = 273 (100%)
R 186 of 273 ~ 68.13%
G 80 of 273 ~ 29.3%
B 7 of 273 ~ 2.56%

%68.13
%29.3

CMYK color model

#BA5007 color CMYK value is (0,57,96,27).

  • cyan value is 0.00%
  • magenta value is 56.99%
  • yellow value is 96.24%
  • key color value is 27.06%
CMYK:
(0,57,96,27)
C0M57Y96K27 
(0%,57%,96%,27%)
(0.00/0.57/0.96/0.27)	

CMYK percentages

%0
%56.99
%96.24
%27.06

Codes

Color #BA5007 in popluar color models

BA5007
RGB186807
HSL24°92.75%37.84%
HSB/HSV24°96.24%72.94%
CMYK0.00%56.99%96.24%
27.06%

Color #BA5007 in popluar number systems.

HEXBA5007
Decimal186807
Binary101110101010000111
Octal2721207

Shades and tints

Shades of #BA5007

#BA5007
(186,80,7)
#AA4907
(170,73,7)
#9A4207
(154,66,7)
#8A3B07
(138,59,7)
#7A3407
(122,52,7)
#6A2D07
(106,45,7)
#5A2607
(90,38,7)
#4A1F07
(74,31,7)
#3A1807
(58,24,7)
#2A1107
(42,17,7)
#1A0A07
(26,10,7)
#000000
(0,0,0)

Tints of #BA5007

#BA5007
(186,80,7)
#C05F1D
(192,95,29)
#C66E33
(198,110,51)
#CC7D49
(204,125,73)
#D28C5F
(210,140,95)
#D89B75
(216,155,117)
#DEAA8B
(222,170,139)
#E4B9A1
(228,185,161)
#EAC8B7
(234,200,183)
#F0D7CD
(240,215,205)
#F6E6E3
(246,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA5007 color. Also use rgb(186,80,7) instead hex code.

Text Font Color

.myTextColor { color: #BA5007; }

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

This text font color is #BA5007.


Background Color

.myBgColor { background-color: #BA5007; }

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

This div background color is #BA5007.


Border color

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

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

This div border color is #BA5007.


Opacity

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

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

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

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

This text has shadow with #BA5007 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA5007 on black background.


Color preview on white background

This text has color #BA5007 on white background.



Black color preview on #BA5007 background

This text has black color on #BA5007 background.


White color preview on #BA5007 background

This text has white color on #BA5007 background.