COLOR #BA8473

HEX: #BA8473
RGB: (186,132,115)

Color info

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

RGB color model

#BA8473 color RGB value is (186,132,115).

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

RGB channels and saturation

R 186 of 255 = 73%
G 132 of 255 = 52%
B 115 of 255 = 45%

186
132
115

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

Portions of RGB colors in percentages

R + G + B =
186 + 132 + 115 = 433 (100%)
R 186 of 433 ~ 42.96%
G 132 of 433 ~ 30.48%
B 115 of 433 ~ 26.56%

%42.96
%30.48
%26.56

CMYK color model

#BA8473 color CMYK value is (0,29,38,27).

  • cyan value is 0.00%
  • magenta value is 29.03%
  • yellow value is 38.17%
  • key color value is 27.06%
CMYK:
(0,29,38,27)
C0M29Y38K27 
(0%,29%,38%,27%)
(0.00/0.29/0.38/0.27)	

CMYK percentages

%0
%29.03
%38.17
%27.06

Codes

Color #BA8473 in popluar color models

BA8473
RGB186132115
HSL14°33.97%59.02%
HSB/HSV14°38.17%72.94%
CMYK0.00%29.03%38.17%
27.06%

Color #BA8473 in popluar number systems.

HEXBA8473
Decimal186132115
Binary10111010100001001110011
Octal272204163

Shades and tints

Shades of #BA8473

#BA8473
(186,132,115)
#AA7869
(170,120,105)
#9A6C5F
(154,108,95)
#8A6055
(138,96,85)
#7A544B
(122,84,75)
#6A4841
(106,72,65)
#5A3C37
(90,60,55)
#4A302D
(74,48,45)
#3A2423
(58,36,35)
#2A1819
(42,24,25)
#1A0C0F
(26,12,15)
#000000
(0,0,0)

Tints of #BA8473

#BA8473
(186,132,115)
#C08F7F
(192,143,127)
#C69A8B
(198,154,139)
#CCA597
(204,165,151)
#D2B0A3
(210,176,163)
#D8BBAF
(216,187,175)
#DEC6BB
(222,198,187)
#E4D1C7
(228,209,199)
#EADCD3
(234,220,211)
#F0E7DF
(240,231,223)
#F6F2EB
(246,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA8473; }

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

This text font color is #BA8473.


Background Color

.myBgColor { background-color: #BA8473; }

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

This div background color is #BA8473.


Border color

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

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

This div border color is #BA8473.


Opacity

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

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

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

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

This text has shadow with #BA8473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8473 on black background.


Color preview on white background

This text has color #BA8473 on white background.



Black color preview on #BA8473 background

This text has black color on #BA8473 background.


White color preview on #BA8473 background

This text has white color on #BA8473 background.