COLOR #BA8373

HEX: #BA8373
RGB: (186,131,115)

Color info

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

RGB color model

#BA8373 color RGB value is (186,131,115).

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

RGB channels and saturation

R 186 of 255 = 73%
G 131 of 255 = 51%
B 115 of 255 = 45%

186
131
115

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

Portions of RGB colors in percentages

R + G + B =
186 + 131 + 115 = 432 (100%)
R 186 of 432 ~ 43.06%
G 131 of 432 ~ 30.32%
B 115 of 432 ~ 26.62%

%43.06
%30.32
%26.62

CMYK color model

#BA8373 color CMYK value is (0,30,38,27).

  • cyan value is 0.00%
  • magenta value is 29.57%
  • yellow value is 38.17%
  • key color value is 27.06%
CMYK:
(0,30,38,27)
C0M30Y38K27 
(0%,30%,38%,27%)
(0.00/0.30/0.38/0.27)	

CMYK percentages

%0
%29.57
%38.17
%27.06

Codes

Color #BA8373 in popluar color models

BA8373
RGB186131115
HSL14°33.97%59.02%
HSB/HSV14°38.17%72.94%
CMYK0.00%29.57%38.17%
27.06%

Color #BA8373 in popluar number systems.

HEXBA8373
Decimal186131115
Binary10111010100000111110011
Octal272203163

Shades and tints

Shades of #BA8373

#BA8373
(186,131,115)
#AA7869
(170,120,105)
#9A6D5F
(154,109,95)
#8A6255
(138,98,85)
#7A574B
(122,87,75)
#6A4C41
(106,76,65)
#5A4137
(90,65,55)
#4A362D
(74,54,45)
#3A2B23
(58,43,35)
#2A2019
(42,32,25)
#1A150F
(26,21,15)
#000000
(0,0,0)

Tints of #BA8373

#BA8373
(186,131,115)
#C08E7F
(192,142,127)
#C6998B
(198,153,139)
#CCA497
(204,164,151)
#D2AFA3
(210,175,163)
#D8BAAF
(216,186,175)
#DEC5BB
(222,197,187)
#E4D0C7
(228,208,199)
#EADBD3
(234,219,211)
#F0E6DF
(240,230,223)
#F6F1EB
(246,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA8373; }

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

This text font color is #BA8373.


Background Color

.myBgColor { background-color: #BA8373; }

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

This div background color is #BA8373.


Border color

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

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

This div border color is #BA8373.


Opacity

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

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

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

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

This text has shadow with #BA8373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8373 on black background.


Color preview on white background

This text has color #BA8373 on white background.



Black color preview on #BA8373 background

This text has black color on #BA8373 background.


White color preview on #BA8373 background

This text has white color on #BA8373 background.