COLOR #BA950E

HEX: #BA950E
RGB: (186,149,14)

Color info

#BA950E contains mainly red and green colors. Web safe color of #BA950E is #CC9900 (or #C90).

RGB color model

#BA950E color RGB value is (186,149,14).

  • red value is 186;
  • green value is 149;
  • blue value is 14.
RGB:
(186,149,14)
(73%,58%,5%)

RGB channels and saturation

R 186 of 255 = 73%
G 149 of 255 = 58%
B 14 of 255 = 5%

186
149
14

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

Portions of RGB colors in percentages

R + G + B =
186 + 149 + 14 = 349 (100%)
R 186 of 349 ~ 53.3%
G 149 of 349 ~ 42.69%
B 14 of 349 ~ 4.01%

%53.3
%42.69

CMYK color model

#BA950E color CMYK value is (0,20,92,27).

  • cyan value is 0.00%
  • magenta value is 19.89%
  • yellow value is 92.47%
  • key color value is 27.06%
CMYK:
(0,20,92,27)
C0M20Y92K27 
(0%,20%,92%,27%)
(0.00/0.20/0.92/0.27)	

CMYK percentages

%0
%19.89
%92.47
%27.06

Codes

Color #BA950E in popluar color models

BA950E
RGB18614914
HSL47°86.00%39.22%
HSB/HSV47°92.47%72.94%
CMYK0.00%19.89%92.47%
27.06%

Color #BA950E in popluar number systems.

HEXBA950E
Decimal18614914
Binary10111010100101011110
Octal27222516

Shades and tints

Shades of #BA950E

#BA950E
(186,149,14)
#AA880D
(170,136,13)
#9A7B0C
(154,123,12)
#8A6E0B
(138,110,11)
#7A610A
(122,97,10)
#6A5409
(106,84,9)
#5A4708
(90,71,8)
#4A3A07
(74,58,7)
#3A2D06
(58,45,6)
#2A2005
(42,32,5)
#1A1304
(26,19,4)
#000000
(0,0,0)

Tints of #BA950E

#BA950E
(186,149,14)
#C09E23
(192,158,35)
#C6A738
(198,167,56)
#CCB04D
(204,176,77)
#D2B962
(210,185,98)
#D8C277
(216,194,119)
#DECB8C
(222,203,140)
#E4D4A1
(228,212,161)
#EADDB6
(234,221,182)
#F0E6CB
(240,230,203)
#F6EFE0
(246,239,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA950E color. Also use rgb(186,149,14) instead hex code.

Text Font Color

.myTextColor { color: #BA950E; }

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

This text font color is #BA950E.


Background Color

.myBgColor { background-color: #BA950E; }

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

This div background color is #BA950E.


Border color

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

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

This div border color is #BA950E.


Opacity

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

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

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

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

This text has shadow with #BA950E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA950E on black background.


Color preview on white background

This text has color #BA950E on white background.



Black color preview on #BA950E background

This text has black color on #BA950E background.


White color preview on #BA950E background

This text has white color on #BA950E background.