COLOR #BA957C

HEX: #BA957C RGB: (186,149,124)

Color info

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

RGB color model

#BA957C color RGB value is (186,149,124).

RGB: (186,149,124) (73%, 58%, 49%)

RGB channels and saturation

R 186 of 255 = 73%
G 149 of 255 = 58%
B 124 of 255 = 49%

186
149
124

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

Portions of RGB colors in percentages

R + G + B = 186 + 149 + 124 = 459 (100%)
R 186 of 459 ~ 40.52%
G 149 of 459 ~ 32.46%
B 124 of 459 ~ 27.02'%

%40.52
%32.46
%27.02

CMYK color model

#BA957C color CMYK value is (0,20,33,27).

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

CMYK: (0,20,33,27)
C0M20Y33K27 (0%, 20%, 33%, 27%)
(0.00 / 0.20 / 0.33 / 0.27)

CMYK percentages

%0
%19.89
%33.33
%27.06

Codes

Color #BA957C in popluar color models

BA 95 7C
RGB 186 149 124
HSL 24° 31.00% 60.78%
HSB/HSV 24° 33.33% 72.94%
CMYK 0.00% 19.89% 33.33%
27.06%

Color #BA957C in popluar number systems.

HEX BA 95 7C
Decimal 186 149 124
Binary 10111010 10010101 1111100
Octal 272 225 174

Shades and tints

Shades of #BA957C

#BA957C
(186,149,124)
#AA8871
(170,136,113)
#9A7B66
(154,123,102)
#8A6E5B
(138,110,91)
#7A6150
(122,97,80)
#6A5445
(106,84,69)
#5A473A
(90,71,58)
#4A3A2F
(74,58,47)
#3A2D24
(58,45,36)
#2A2019
(42,32,25)
#1A130E
(26,19,14)
#000000
(0,0,0)

Tints of #BA957C

#BA957C
(186,149,124)
#C09E87
(192,158,135)
#C6A792
(198,167,146)
#CCB09D
(204,176,157)
#D2B9A8
(210,185,168)
#D8C2B3
(216,194,179)
#DECBBE
(222,203,190)
#E4D4C9
(228,212,201)
#EADDD4
(234,221,212)
#F0E6DF
(240,230,223)
#F6EFEA
(246,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA957C; }

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

This text font color is #BA957C.

Background Color

.myBgColor { background-color: #BA957C; }

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

This div background color is #BA957C.

Border color

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

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

This div border color is #BA957C.

Opacity

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

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

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

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

This text has shadow with #BA957C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA957C.

Preview

Color preview on black background

This text has color #BA957C on black background.


Color preview on white background

This text has color #BA957C on white background.


Black color preview on #BA957C background

This text has black color on #BA957C background.


White color preview on #BA957C background

This text has white color on #BA957C background.


Related colors

Complementary color

Complementary color for #hex is #456A83.


I love getcolorcode.com

Triadic colors

1 #7CBA95 and #957CBA with #BA957C are triadic colors.

2 #7C95BA and #95BA7C with #BA957C are triadic colors.