COLOR #BA710F

HEX: #BA710F
RGB: (186,113,15)

Color info

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

RGB color model

#BA710F color RGB value is (186,113,15).

  • red value is 186;
  • green value is 113;
  • blue value is 15.
RGB:
(186,113,15)
(73%,44%,6%)

RGB channels and saturation

R 186 of 255 = 73%
G 113 of 255 = 44%
B 15 of 255 = 6%

186
113
15

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

Portions of RGB colors in percentages

R + G + B =
186 + 113 + 15 = 314 (100%)
R 186 of 314 ~ 59.24%
G 113 of 314 ~ 35.99%
B 15 of 314 ~ 4.78%

%59.24
%35.99

CMYK color model

#BA710F color CMYK value is (0,39,92,27).

  • cyan value is 0.00%
  • magenta value is 39.25%
  • yellow value is 91.94%
  • key color value is 27.06%
CMYK:
(0,39,92,27)
C0M39Y92K27 
(0%,39%,92%,27%)
(0.00/0.39/0.92/0.27)	

CMYK percentages

%0
%39.25
%91.94
%27.06

Codes

Color #BA710F in popluar color models

BA710F
RGB18611315
HSL34°85.07%39.41%
HSB/HSV34°91.94%72.94%
CMYK0.00%39.25%91.94%
27.06%

Color #BA710F in popluar number systems.

HEXBA710F
Decimal18611315
Binary1011101011100011111
Octal27216117

Shades and tints

Shades of #BA710F

#BA710F
(186,113,15)
#AA670E
(170,103,14)
#9A5D0D
(154,93,13)
#8A530C
(138,83,12)
#7A490B
(122,73,11)
#6A3F0A
(106,63,10)
#5A3509
(90,53,9)
#4A2B08
(74,43,8)
#3A2107
(58,33,7)
#2A1706
(42,23,6)
#1A0D05
(26,13,5)
#000000
(0,0,0)

Tints of #BA710F

#BA710F
(186,113,15)
#C07D24
(192,125,36)
#C68939
(198,137,57)
#CC954E
(204,149,78)
#D2A163
(210,161,99)
#D8AD78
(216,173,120)
#DEB98D
(222,185,141)
#E4C5A2
(228,197,162)
#EAD1B7
(234,209,183)
#F0DDCC
(240,221,204)
#F6E9E1
(246,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA710F color. Also use rgb(186,113,15) instead hex code.

Text Font Color

.myTextColor { color: #BA710F; }

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

This text font color is #BA710F.


Background Color

.myBgColor { background-color: #BA710F; }

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

This div background color is #BA710F.


Border color

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

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

This div border color is #BA710F.


Opacity

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

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

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

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

This text has shadow with #BA710F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA710F on black background.


Color preview on white background

This text has color #BA710F on white background.



Black color preview on #BA710F background

This text has black color on #BA710F background.


White color preview on #BA710F background

This text has white color on #BA710F background.