COLOR #BA8356

HEX: #BA8356
RGB: (186,131,86)

Color info

#BA8356 contains mainly red and green colors. Web safe color of #BA8356 is #CC9966 (or #C96).

RGB color model

#BA8356 color RGB value is (186,131,86).

  • red value is 186;
  • green value is 131;
  • blue value is 86.
RGB:
(186,131,86)
(73%,51%,34%)

RGB channels and saturation

R 186 of 255 = 73%
G 131 of 255 = 51%
B 86 of 255 = 34%

186
131
86

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

Portions of RGB colors in percentages

R + G + B =
186 + 131 + 86 = 403 (100%)
R 186 of 403 ~ 46.15%
G 131 of 403 ~ 32.51%
B 86 of 403 ~ 21.34%

%46.15
%32.51
%21.34

CMYK color model

#BA8356 color CMYK value is (0,30,54,27).

  • cyan value is 0.00%
  • magenta value is 29.57%
  • yellow value is 53.76%
  • key color value is 27.06%
CMYK:
(0,30,54,27)
C0M30Y54K27 
(0%,30%,54%,27%)
(0.00/0.30/0.54/0.27)	

CMYK percentages

%0
%29.57
%53.76
%27.06

Codes

Color #BA8356 in popluar color models

BA8356
RGB18613186
HSL27°42.02%53.33%
HSB/HSV27°53.76%72.94%
CMYK0.00%29.57%53.76%
27.06%

Color #BA8356 in popluar number systems.

HEXBA8356
Decimal18613186
Binary10111010100000111010110
Octal272203126

Shades and tints

Shades of #BA8356

#BA8356
(186,131,86)
#AA784F
(170,120,79)
#9A6D48
(154,109,72)
#8A6241
(138,98,65)
#7A573A
(122,87,58)
#6A4C33
(106,76,51)
#5A412C
(90,65,44)
#4A3625
(74,54,37)
#3A2B1E
(58,43,30)
#2A2017
(42,32,23)
#1A1510
(26,21,16)
#000000
(0,0,0)

Tints of #BA8356

#BA8356
(186,131,86)
#C08E65
(192,142,101)
#C69974
(198,153,116)
#CCA483
(204,164,131)
#D2AF92
(210,175,146)
#D8BAA1
(216,186,161)
#DEC5B0
(222,197,176)
#E4D0BF
(228,208,191)
#EADBCE
(234,219,206)
#F0E6DD
(240,230,221)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA8356 color. Also use rgb(186,131,86) instead hex code.

Text Font Color

.myTextColor { color: #BA8356; }

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

This text font color is #BA8356.


Background Color

.myBgColor { background-color: #BA8356; }

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

This div background color is #BA8356.


Border color

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

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

This div border color is #BA8356.


Opacity

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

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

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

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

This text has shadow with #BA8356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8356 on black background.


Color preview on white background

This text has color #BA8356 on white background.



Black color preview on #BA8356 background

This text has black color on #BA8356 background.


White color preview on #BA8356 background

This text has white color on #BA8356 background.