COLOR #BA9570

HEX: #BA9570 RGB: (186,149,112)

Color info

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

RGB color model

#BA9570 color RGB value is (186,149,112).

RGB: (186,149,112) (73%, 58%, 44%)

RGB channels and saturation

R 186 of 255 = 73%
G 149 of 255 = 58%
B 112 of 255 = 44%

186
149
112

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

Portions of RGB colors in percentages

R + G + B = 186 + 149 + 112 = 447 (100%)
R 186 of 447 ~ 41.61%
G 149 of 447 ~ 33.33%
B 112 of 447 ~ 25.06'%

%41.61
%33.33
%25.06

CMYK color model

#BA9570 color CMYK value is (0,20,40,27).

  • cyan value is 0.00%
  • magenta value is 19.89%
  • yellow value is 39.78%
  • key color value is 27.06%

CMYK: (0,20,40,27)
C0M20Y40K27 (0%, 20%, 40%, 27%)
(0.00 / 0.20 / 0.40 / 0.27)

CMYK percentages

%0
%19.89
%39.78
%27.06

Codes

Color #BA9570 in popluar color models

BA 95 70
RGB 186 149 112
HSL 30° 34.91% 58.43%
HSB/HSV 30° 39.78% 72.94%
CMYK 0.00% 19.89% 39.78%
27.06%

Color #BA9570 in popluar number systems.

HEX BA 95 70
Decimal 186 149 112
Binary 10111010 10010101 1110000
Octal 272 225 160

Shades and tints

Shades of #BA9570

#BA9570
(186,149,112)
#AA8866
(170,136,102)
#9A7B5C
(154,123,92)
#8A6E52
(138,110,82)
#7A6148
(122,97,72)
#6A543E
(106,84,62)
#5A4734
(90,71,52)
#4A3A2A
(74,58,42)
#3A2D20
(58,45,32)
#2A2016
(42,32,22)
#1A130C
(26,19,12)
#000000
(0,0,0)

Tints of #BA9570

#BA9570
(186,149,112)
#C09E7D
(192,158,125)
#C6A78A
(198,167,138)
#CCB097
(204,176,151)
#D2B9A4
(210,185,164)
#D8C2B1
(216,194,177)
#DECBBE
(222,203,190)
#E4D4CB
(228,212,203)
#EADDD8
(234,221,216)
#F0E6E5
(240,230,229)
#F6EFF2
(246,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9570 color. Also use rgb(186,149,112) instead hex code.

Text Font Color

.myTextColor { color: #BA9570; }

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

This text font color is #BA9570.

Background Color

.myBgColor { background-color: #BA9570; }

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

This div background color is #BA9570.

Border color

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

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

This div border color is #BA9570.

Opacity

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

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

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

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

This text has shadow with #BA9570 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA9570.

Preview

Color preview on black background

This text has color #BA9570 on black background.


Color preview on white background

This text has color #BA9570 on white background.


Black color preview on #BA9570 background

This text has black color on #BA9570 background.


White color preview on #BA9570 background

This text has white color on #BA9570 background.


Related colors

Complementary color

Complementary color for #hex is #456A8F.


I love getcolorcode.com

Triadic colors

1 #70BA95 and #9570BA with #BA9570 are triadic colors.

2 #7095BA and #95BA70 with #BA9570 are triadic colors.