COLOR #BA9478

HEX: #BA9478
RGB: (186,148,120)

Color info

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

RGB color model

#BA9478 color RGB value is (186,148,120).

  • red value is 186;
  • green value is 148;
  • blue value is 120.
RGB:
(186,148,120)
(73%,58%,47%)

RGB channels and saturation

R 186 of 255 = 73%
G 148 of 255 = 58%
B 120 of 255 = 47%

186
148
120

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

Portions of RGB colors in percentages

R + G + B =
186 + 148 + 120 = 454 (100%)
R 186 of 454 ~ 40.97%
G 148 of 454 ~ 32.6%
B 120 of 454 ~ 26.43%

%40.97
%32.6
%26.43

CMYK color model

#BA9478 color CMYK value is (0,20,35,27).

  • cyan value is 0.00%
  • magenta value is 20.43%
  • yellow value is 35.48%
  • key color value is 27.06%
CMYK:
(0,20,35,27)
C0M20Y35K27 
(0%,20%,35%,27%)
(0.00/0.20/0.35/0.27)	

CMYK percentages

%0
%20.43
%35.48
%27.06

Codes

Color #BA9478 in popluar color models

BA9478
RGB186148120
HSL25°32.35%60.00%
HSB/HSV25°35.48%72.94%
CMYK0.00%20.43%35.48%
27.06%

Color #BA9478 in popluar number systems.

HEXBA9478
Decimal186148120
Binary10111010100101001111000
Octal272224170

Shades and tints

Shades of #BA9478

#BA9478
(186,148,120)
#AA876E
(170,135,110)
#9A7A64
(154,122,100)
#8A6D5A
(138,109,90)
#7A6050
(122,96,80)
#6A5346
(106,83,70)
#5A463C
(90,70,60)
#4A3932
(74,57,50)
#3A2C28
(58,44,40)
#2A1F1E
(42,31,30)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #BA9478

#BA9478
(186,148,120)
#C09D84
(192,157,132)
#C6A690
(198,166,144)
#CCAF9C
(204,175,156)
#D2B8A8
(210,184,168)
#D8C1B4
(216,193,180)
#DECAC0
(222,202,192)
#E4D3CC
(228,211,204)
#EADCD8
(234,220,216)
#F0E5E4
(240,229,228)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9478 color. Also use rgb(186,148,120) instead hex code.

Text Font Color

.myTextColor { color: #BA9478; }

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

This text font color is #BA9478.


Background Color

.myBgColor { background-color: #BA9478; }

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

This div background color is #BA9478.


Border color

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

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

This div border color is #BA9478.


Opacity

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

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

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

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

This text has shadow with #BA9478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9478 on black background.


Color preview on white background

This text has color #BA9478 on white background.



Black color preview on #BA9478 background

This text has black color on #BA9478 background.


White color preview on #BA9478 background

This text has white color on #BA9478 background.