COLOR #BA9471

HEX: #BA9471
RGB: (186,148,113)

Color info

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

RGB color model

#BA9471 color RGB value is (186,148,113).

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

RGB channels and saturation

R 186 of 255 = 73%
G 148 of 255 = 58%
B 113 of 255 = 44%

186
148
113

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

Portions of RGB colors in percentages

R + G + B =
186 + 148 + 113 = 447 (100%)
R 186 of 447 ~ 41.61%
G 148 of 447 ~ 33.11%
B 113 of 447 ~ 25.28%

%41.61
%33.11
%25.28

CMYK color model

#BA9471 color CMYK value is (0,20,39,27).

  • cyan value is 0.00%
  • magenta value is 20.43%
  • yellow value is 39.25%
  • key color value is 27.06%
CMYK:
(0,20,39,27)
C0M20Y39K27 
(0%,20%,39%,27%)
(0.00/0.20/0.39/0.27)	

CMYK percentages

%0
%20.43
%39.25
%27.06

Codes

Color #BA9471 in popluar color models

BA9471
RGB186148113
HSL29°34.60%58.63%
HSB/HSV29°39.25%72.94%
CMYK0.00%20.43%39.25%
27.06%

Color #BA9471 in popluar number systems.

HEXBA9471
Decimal186148113
Binary10111010100101001110001
Octal272224161

Shades and tints

Shades of #BA9471

#BA9471
(186,148,113)
#AA8767
(170,135,103)
#9A7A5D
(154,122,93)
#8A6D53
(138,109,83)
#7A6049
(122,96,73)
#6A533F
(106,83,63)
#5A4635
(90,70,53)
#4A392B
(74,57,43)
#3A2C21
(58,44,33)
#2A1F17
(42,31,23)
#1A120D
(26,18,13)
#000000
(0,0,0)

Tints of #BA9471

#BA9471
(186,148,113)
#C09D7D
(192,157,125)
#C6A689
(198,166,137)
#CCAF95
(204,175,149)
#D2B8A1
(210,184,161)
#D8C1AD
(216,193,173)
#DECAB9
(222,202,185)
#E4D3C5
(228,211,197)
#EADCD1
(234,220,209)
#F0E5DD
(240,229,221)
#F6EEE9
(246,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9471; }

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

This text font color is #BA9471.


Background Color

.myBgColor { background-color: #BA9471; }

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

This div background color is #BA9471.


Border color

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

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

This div border color is #BA9471.


Opacity

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

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

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

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

This text has shadow with #BA9471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9471 on black background.


Color preview on white background

This text has color #BA9471 on white background.



Black color preview on #BA9471 background

This text has black color on #BA9471 background.


White color preview on #BA9471 background

This text has white color on #BA9471 background.