COLOR #BA8B59

HEX: #BA8B59
RGB: (186,139,89)

Color info

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

RGB color model

#BA8B59 color RGB value is (186,139,89).

  • red value is 186;
  • green value is 139;
  • blue value is 89.
RGB:
(186,139,89)
(73%,55%,35%)

RGB channels and saturation

R 186 of 255 = 73%
G 139 of 255 = 55%
B 89 of 255 = 35%

186
139
89

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

Portions of RGB colors in percentages

R + G + B =
186 + 139 + 89 = 414 (100%)
R 186 of 414 ~ 44.93%
G 139 of 414 ~ 33.57%
B 89 of 414 ~ 21.5%

%44.93
%33.57
%21.5

CMYK color model

#BA8B59 color CMYK value is (0,25,52,27).

  • cyan value is 0.00%
  • magenta value is 25.27%
  • yellow value is 52.15%
  • key color value is 27.06%
CMYK:
(0,25,52,27)
C0M25Y52K27 
(0%,25%,52%,27%)
(0.00/0.25/0.52/0.27)	

CMYK percentages

%0
%25.27
%52.15
%27.06

Codes

Color #BA8B59 in popluar color models

BA8B59
RGB18613989
HSL31°41.28%53.92%
HSB/HSV31°52.15%72.94%
CMYK0.00%25.27%52.15%
27.06%

Color #BA8B59 in popluar number systems.

HEXBA8B59
Decimal18613989
Binary10111010100010111011001
Octal272213131

Shades and tints

Shades of #BA8B59

#BA8B59
(186,139,89)
#AA7F51
(170,127,81)
#9A7349
(154,115,73)
#8A6741
(138,103,65)
#7A5B39
(122,91,57)
#6A4F31
(106,79,49)
#5A4329
(90,67,41)
#4A3721
(74,55,33)
#3A2B19
(58,43,25)
#2A1F11
(42,31,17)
#1A1309
(26,19,9)
#000000
(0,0,0)

Tints of #BA8B59

#BA8B59
(186,139,89)
#C09568
(192,149,104)
#C69F77
(198,159,119)
#CCA986
(204,169,134)
#D2B395
(210,179,149)
#D8BDA4
(216,189,164)
#DEC7B3
(222,199,179)
#E4D1C2
(228,209,194)
#EADBD1
(234,219,209)
#F0E5E0
(240,229,224)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA8B59 color. Also use rgb(186,139,89) instead hex code.

Text Font Color

.myTextColor { color: #BA8B59; }

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

This text font color is #BA8B59.


Background Color

.myBgColor { background-color: #BA8B59; }

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

This div background color is #BA8B59.


Border color

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

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

This div border color is #BA8B59.


Opacity

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

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

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

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

This text has shadow with #BA8B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8B59 on black background.


Color preview on white background

This text has color #BA8B59 on white background.



Black color preview on #BA8B59 background

This text has black color on #BA8B59 background.


White color preview on #BA8B59 background

This text has white color on #BA8B59 background.