COLOR #BA7F1E

HEX: #BA7F1E
RGB: (186,127,30)

Color info

#BA7F1E contains mainly red and green colors. Web safe color of #BA7F1E is #CC6633 (or #C63).

RGB color model

#BA7F1E color RGB value is (186,127,30).

  • red value is 186;
  • green value is 127;
  • blue value is 30.
RGB:
(186,127,30)
(73%,50%,12%)

RGB channels and saturation

R 186 of 255 = 73%
G 127 of 255 = 50%
B 30 of 255 = 12%

186
127
30

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

Portions of RGB colors in percentages

R + G + B =
186 + 127 + 30 = 343 (100%)
R 186 of 343 ~ 54.23%
G 127 of 343 ~ 37.03%
B 30 of 343 ~ 8.75%

%54.23
%37.03

CMYK color model

#BA7F1E color CMYK value is (0,32,84,27).

  • cyan value is 0.00%
  • magenta value is 31.72%
  • yellow value is 83.87%
  • key color value is 27.06%
CMYK:
(0,32,84,27)
C0M32Y84K27 
(0%,32%,84%,27%)
(0.00/0.32/0.84/0.27)	

CMYK percentages

%0
%31.72
%83.87
%27.06

Codes

Color #BA7F1E in popluar color models

BA7F1E
RGB18612730
HSL37°72.22%42.35%
HSB/HSV37°83.87%72.94%
CMYK0.00%31.72%83.87%
27.06%

Color #BA7F1E in popluar number systems.

HEXBA7F1E
Decimal18612730
Binary10111010111111111110
Octal27217736

Shades and tints

Shades of #BA7F1E

#BA7F1E
(186,127,30)
#AA741C
(170,116,28)
#9A691A
(154,105,26)
#8A5E18
(138,94,24)
#7A5316
(122,83,22)
#6A4814
(106,72,20)
#5A3D12
(90,61,18)
#4A3210
(74,50,16)
#3A270E
(58,39,14)
#2A1C0C
(42,28,12)
#1A110A
(26,17,10)
#000000
(0,0,0)

Tints of #BA7F1E

#BA7F1E
(186,127,30)
#C08A32
(192,138,50)
#C69546
(198,149,70)
#CCA05A
(204,160,90)
#D2AB6E
(210,171,110)
#D8B682
(216,182,130)
#DEC196
(222,193,150)
#E4CCAA
(228,204,170)
#EAD7BE
(234,215,190)
#F0E2D2
(240,226,210)
#F6EDE6
(246,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7F1E color. Also use rgb(186,127,30) instead hex code.

Text Font Color

.myTextColor { color: #BA7F1E; }

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

This text font color is #BA7F1E.


Background Color

.myBgColor { background-color: #BA7F1E; }

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

This div background color is #BA7F1E.


Border color

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

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

This div border color is #BA7F1E.


Opacity

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

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

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

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

This text has shadow with #BA7F1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7F1E on black background.


Color preview on white background

This text has color #BA7F1E on white background.



Black color preview on #BA7F1E background

This text has black color on #BA7F1E background.


White color preview on #BA7F1E background

This text has white color on #BA7F1E background.