COLOR #BA8715

HEX: #BA8715
RGB: (186,135,21)

Color info

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

RGB color model

#BA8715 color RGB value is (186,135,21).

  • red value is 186;
  • green value is 135;
  • blue value is 21.
RGB:
(186,135,21)
(73%,53%,8%)

RGB channels and saturation

R 186 of 255 = 73%
G 135 of 255 = 53%
B 21 of 255 = 8%

186
135
21

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

Portions of RGB colors in percentages

R + G + B =
186 + 135 + 21 = 342 (100%)
R 186 of 342 ~ 54.39%
G 135 of 342 ~ 39.47%
B 21 of 342 ~ 6.14%

%54.39
%39.47

CMYK color model

#BA8715 color CMYK value is (0,27,89,27).

  • cyan value is 0.00%
  • magenta value is 27.42%
  • yellow value is 88.71%
  • key color value is 27.06%
CMYK:
(0,27,89,27)
C0M27Y89K27 
(0%,27%,89%,27%)
(0.00/0.27/0.89/0.27)	

CMYK percentages

%0
%27.42
%88.71
%27.06

Codes

Color #BA8715 in popluar color models

BA8715
RGB18613521
HSL41°79.71%40.59%
HSB/HSV41°88.71%72.94%
CMYK0.00%27.42%88.71%
27.06%

Color #BA8715 in popluar number systems.

HEXBA8715
Decimal18613521
Binary101110101000011110101
Octal27220725

Shades and tints

Shades of #BA8715

#BA8715
(186,135,21)
#AA7B14
(170,123,20)
#9A6F13
(154,111,19)
#8A6312
(138,99,18)
#7A5711
(122,87,17)
#6A4B10
(106,75,16)
#5A3F0F
(90,63,15)
#4A330E
(74,51,14)
#3A270D
(58,39,13)
#2A1B0C
(42,27,12)
#1A0F0B
(26,15,11)
#000000
(0,0,0)

Tints of #BA8715

#BA8715
(186,135,21)
#C0912A
(192,145,42)
#C69B3F
(198,155,63)
#CCA554
(204,165,84)
#D2AF69
(210,175,105)
#D8B97E
(216,185,126)
#DEC393
(222,195,147)
#E4CDA8
(228,205,168)
#EAD7BD
(234,215,189)
#F0E1D2
(240,225,210)
#F6EBE7
(246,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA8715 color. Also use rgb(186,135,21) instead hex code.

Text Font Color

.myTextColor { color: #BA8715; }

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

This text font color is #BA8715.


Background Color

.myBgColor { background-color: #BA8715; }

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

This div background color is #BA8715.


Border color

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

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

This div border color is #BA8715.


Opacity

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

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

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

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

This text has shadow with #BA8715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8715 on black background.


Color preview on white background

This text has color #BA8715 on white background.



Black color preview on #BA8715 background

This text has black color on #BA8715 background.


White color preview on #BA8715 background

This text has white color on #BA8715 background.