COLOR #BA8973

HEX: #BA8973
RGB: (186,137,115)

Color info

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

RGB color model

#BA8973 color RGB value is (186,137,115).

  • red value is 186;
  • green value is 137;
  • blue value is 115.
RGB:
(186,137,115)
(73%,54%,45%)

RGB channels and saturation

R 186 of 255 = 73%
G 137 of 255 = 54%
B 115 of 255 = 45%

186
137
115

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

Portions of RGB colors in percentages

R + G + B =
186 + 137 + 115 = 438 (100%)
R 186 of 438 ~ 42.47%
G 137 of 438 ~ 31.28%
B 115 of 438 ~ 26.26%

%42.47
%31.28
%26.26

CMYK color model

#BA8973 color CMYK value is (0,26,38,27).

  • cyan value is 0.00%
  • magenta value is 26.34%
  • yellow value is 38.17%
  • key color value is 27.06%
CMYK:
(0,26,38,27)
C0M26Y38K27 
(0%,26%,38%,27%)
(0.00/0.26/0.38/0.27)	

CMYK percentages

%0
%26.34
%38.17
%27.06

Codes

Color #BA8973 in popluar color models

BA8973
RGB186137115
HSL19°33.97%59.02%
HSB/HSV19°38.17%72.94%
CMYK0.00%26.34%38.17%
27.06%

Color #BA8973 in popluar number systems.

HEXBA8973
Decimal186137115
Binary10111010100010011110011
Octal272211163

Shades and tints

Shades of #BA8973

#BA8973
(186,137,115)
#AA7D69
(170,125,105)
#9A715F
(154,113,95)
#8A6555
(138,101,85)
#7A594B
(122,89,75)
#6A4D41
(106,77,65)
#5A4137
(90,65,55)
#4A352D
(74,53,45)
#3A2923
(58,41,35)
#2A1D19
(42,29,25)
#1A110F
(26,17,15)
#000000
(0,0,0)

Tints of #BA8973

#BA8973
(186,137,115)
#C0937F
(192,147,127)
#C69D8B
(198,157,139)
#CCA797
(204,167,151)
#D2B1A3
(210,177,163)
#D8BBAF
(216,187,175)
#DEC5BB
(222,197,187)
#E4CFC7
(228,207,199)
#EAD9D3
(234,217,211)
#F0E3DF
(240,227,223)
#F6EDEB
(246,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA8973 color. Also use rgb(186,137,115) instead hex code.

Text Font Color

.myTextColor { color: #BA8973; }

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

This text font color is #BA8973.


Background Color

.myBgColor { background-color: #BA8973; }

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

This div background color is #BA8973.


Border color

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

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

This div border color is #BA8973.


Opacity

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

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

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

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

This text has shadow with #BA8973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8973 on black background.


Color preview on white background

This text has color #BA8973 on white background.



Black color preview on #BA8973 background

This text has black color on #BA8973 background.


White color preview on #BA8973 background

This text has white color on #BA8973 background.