COLOR #BA8E62

HEX: #BA8E62
RGB: (186,142,98)

Color info

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

RGB color model

#BA8E62 color RGB value is (186,142,98).

  • red value is 186;
  • green value is 142;
  • blue value is 98.
RGB:
(186,142,98)
(73%,56%,38%)

RGB channels and saturation

R 186 of 255 = 73%
G 142 of 255 = 56%
B 98 of 255 = 38%

186
142
98

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

Portions of RGB colors in percentages

R + G + B =
186 + 142 + 98 = 426 (100%)
R 186 of 426 ~ 43.66%
G 142 of 426 ~ 33.33%
B 98 of 426 ~ 23%

%43.66
%33.33
%23

CMYK color model

#BA8E62 color CMYK value is (0,24,47,27).

  • cyan value is 0.00%
  • magenta value is 23.66%
  • yellow value is 47.31%
  • key color value is 27.06%
CMYK:
(0,24,47,27)
C0M24Y47K27 
(0%,24%,47%,27%)
(0.00/0.24/0.47/0.27)	

CMYK percentages

%0
%23.66
%47.31
%27.06

Codes

Color #BA8E62 in popluar color models

BA8E62
RGB18614298
HSL30°38.94%55.69%
HSB/HSV30°47.31%72.94%
CMYK0.00%23.66%47.31%
27.06%

Color #BA8E62 in popluar number systems.

HEXBA8E62
Decimal18614298
Binary10111010100011101100010
Octal272216142

Shades and tints

Shades of #BA8E62

#BA8E62
(186,142,98)
#AA825A
(170,130,90)
#9A7652
(154,118,82)
#8A6A4A
(138,106,74)
#7A5E42
(122,94,66)
#6A523A
(106,82,58)
#5A4632
(90,70,50)
#4A3A2A
(74,58,42)
#3A2E22
(58,46,34)
#2A221A
(42,34,26)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #BA8E62

#BA8E62
(186,142,98)
#C09870
(192,152,112)
#C6A27E
(198,162,126)
#CCAC8C
(204,172,140)
#D2B69A
(210,182,154)
#D8C0A8
(216,192,168)
#DECAB6
(222,202,182)
#E4D4C4
(228,212,196)
#EADED2
(234,222,210)
#F0E8E0
(240,232,224)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA8E62 color. Also use rgb(186,142,98) instead hex code.

Text Font Color

.myTextColor { color: #BA8E62; }

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

This text font color is #BA8E62.


Background Color

.myBgColor { background-color: #BA8E62; }

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

This div background color is #BA8E62.


Border color

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

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

This div border color is #BA8E62.


Opacity

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

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

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

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

This text has shadow with #BA8E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8E62 on black background.


Color preview on white background

This text has color #BA8E62 on white background.



Black color preview on #BA8E62 background

This text has black color on #BA8E62 background.


White color preview on #BA8E62 background

This text has white color on #BA8E62 background.