COLOR #BA9870

HEX: #BA9870
RGB: (186,152,112)

Color info

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

RGB color model

#BA9870 color RGB value is (186,152,112).

  • red value is 186;
  • green value is 152;
  • blue value is 112.
RGB:
(186,152,112)
(73%,60%,44%)

RGB channels and saturation

R 186 of 255 = 73%
G 152 of 255 = 60%
B 112 of 255 = 44%

186
152
112

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

Portions of RGB colors in percentages

R + G + B =
186 + 152 + 112 = 450 (100%)
R 186 of 450 ~ 41.33%
G 152 of 450 ~ 33.78%
B 112 of 450 ~ 24.89%

%41.33
%33.78
%24.89

CMYK color model

#BA9870 color CMYK value is (0,18,40,27).

  • cyan value is 0.00%
  • magenta value is 18.28%
  • yellow value is 39.78%
  • key color value is 27.06%
CMYK:
(0,18,40,27)
C0M18Y40K27 
(0%,18%,40%,27%)
(0.00/0.18/0.40/0.27)	

CMYK percentages

%0
%18.28
%39.78
%27.06

Codes

Color #BA9870 in popluar color models

BA9870
RGB186152112
HSL32°34.91%58.43%
HSB/HSV32°39.78%72.94%
CMYK0.00%18.28%39.78%
27.06%

Color #BA9870 in popluar number systems.

HEXBA9870
Decimal186152112
Binary10111010100110001110000
Octal272230160

Shades and tints

Shades of #BA9870

#BA9870
(186,152,112)
#AA8B66
(170,139,102)
#9A7E5C
(154,126,92)
#8A7152
(138,113,82)
#7A6448
(122,100,72)
#6A573E
(106,87,62)
#5A4A34
(90,74,52)
#4A3D2A
(74,61,42)
#3A3020
(58,48,32)
#2A2316
(42,35,22)
#1A160C
(26,22,12)
#000000
(0,0,0)

Tints of #BA9870

#BA9870
(186,152,112)
#C0A17D
(192,161,125)
#C6AA8A
(198,170,138)
#CCB397
(204,179,151)
#D2BCA4
(210,188,164)
#D8C5B1
(216,197,177)
#DECEBE
(222,206,190)
#E4D7CB
(228,215,203)
#EAE0D8
(234,224,216)
#F0E9E5
(240,233,229)
#F6F2F2
(246,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9870 color. Also use rgb(186,152,112) instead hex code.

Text Font Color

.myTextColor { color: #BA9870; }

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

This text font color is #BA9870.


Background Color

.myBgColor { background-color: #BA9870; }

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

This div background color is #BA9870.


Border color

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

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

This div border color is #BA9870.


Opacity

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

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

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

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

This text has shadow with #BA9870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9870 on black background.


Color preview on white background

This text has color #BA9870 on white background.



Black color preview on #BA9870 background

This text has black color on #BA9870 background.


White color preview on #BA9870 background

This text has white color on #BA9870 background.