COLOR #BA9374

HEX: #BA9374
RGB: (186,147,116)

Color info

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

RGB color model

#BA9374 color RGB value is (186,147,116).

  • red value is 186;
  • green value is 147;
  • blue value is 116.
RGB:
(186,147,116)
(73%,58%,45%)

RGB channels and saturation

R 186 of 255 = 73%
G 147 of 255 = 58%
B 116 of 255 = 45%

186
147
116

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

Portions of RGB colors in percentages

R + G + B =
186 + 147 + 116 = 449 (100%)
R 186 of 449 ~ 41.43%
G 147 of 449 ~ 32.74%
B 116 of 449 ~ 25.84%

%41.43
%32.74
%25.84

CMYK color model

#BA9374 color CMYK value is (0,21,38,27).

  • cyan value is 0.00%
  • magenta value is 20.97%
  • yellow value is 37.63%
  • key color value is 27.06%
CMYK:
(0,21,38,27)
C0M21Y38K27 
(0%,21%,38%,27%)
(0.00/0.21/0.38/0.27)	

CMYK percentages

%0
%20.97
%37.63
%27.06

Codes

Color #BA9374 in popluar color models

BA9374
RGB186147116
HSL27°33.65%59.22%
HSB/HSV27°37.63%72.94%
CMYK0.00%20.97%37.63%
27.06%

Color #BA9374 in popluar number systems.

HEXBA9374
Decimal186147116
Binary10111010100100111110100
Octal272223164

Shades and tints

Shades of #BA9374

#BA9374
(186,147,116)
#AA866A
(170,134,106)
#9A7960
(154,121,96)
#8A6C56
(138,108,86)
#7A5F4C
(122,95,76)
#6A5242
(106,82,66)
#5A4538
(90,69,56)
#4A382E
(74,56,46)
#3A2B24
(58,43,36)
#2A1E1A
(42,30,26)
#1A1110
(26,17,16)
#000000
(0,0,0)

Tints of #BA9374

#BA9374
(186,147,116)
#C09C80
(192,156,128)
#C6A58C
(198,165,140)
#CCAE98
(204,174,152)
#D2B7A4
(210,183,164)
#D8C0B0
(216,192,176)
#DEC9BC
(222,201,188)
#E4D2C8
(228,210,200)
#EADBD4
(234,219,212)
#F0E4E0
(240,228,224)
#F6EDEC
(246,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9374 color. Also use rgb(186,147,116) instead hex code.

Text Font Color

.myTextColor { color: #BA9374; }

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

This text font color is #BA9374.


Background Color

.myBgColor { background-color: #BA9374; }

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

This div background color is #BA9374.


Border color

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

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

This div border color is #BA9374.


Opacity

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

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

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

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

This text has shadow with #BA9374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9374 on black background.


Color preview on white background

This text has color #BA9374 on white background.



Black color preview on #BA9374 background

This text has black color on #BA9374 background.


White color preview on #BA9374 background

This text has white color on #BA9374 background.