COLOR #BA6C57

HEX: #BA6C57 RGB: (186,108,87)

Color info

#BA6C57 contains mainly red color. Web safe color of #BA6C57 is #CC6666 (or #C66).

RGB color model

#BA6C57 color RGB value is (186,108,87).

RGB: (186,108,87) (73%, 42%, 34%)

RGB channels and saturation

R 186 of 255 = 73%
G 108 of 255 = 42%
B 87 of 255 = 34%

186
108
87

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

Portions of RGB colors in percentages

R + G + B = 186 + 108 + 87 = 381 (100%)
R 186 of 381 ~ 48.82%
G 108 of 381 ~ 28.35%
B 87 of 381 ~ 22.83'%

%48.82
%28.35
%22.83

CMYK color model

#BA6C57 color CMYK value is (0,42,53,27).

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 53.23%
  • key color value is 27.06%
CMYK: (0,42,53,27) C0M42Y53K27 (0%,42%,53%,27%) (0.00/0.42/0.53/0.27) 

CMYK percentages

%0
%41.94
%53.23
%27.06

Codes

Color #BA6C57 in popluar color models

BA 6C 57
RGB 186 108 87
HSL 13° 41.77% 53.53%
HSB/HSV 13° 53.23% 72.94%
CMYK 0.00% 41.94% 53.23%
27.06%

Color #BA6C57 in popluar number systems.

HEX BA 6C 57
Decimal 186 108 87
Binary 10111010 1101100 1010111
Octal 272 154 127

Shades and tints

Shades of #BA6C57

#BA6C57
(186,108,87)
#AA6350
(170,99,80)
#9A5A49
(154,90,73)
#8A5142
(138,81,66)
#7A483B
(122,72,59)
#6A3F34
(106,63,52)
#5A362D
(90,54,45)
#4A2D26
(74,45,38)
#3A241F
(58,36,31)
#2A1B18
(42,27,24)
#1A1211
(26,18,17)
#000000
(0,0,0)

Tints of #BA6C57

#BA6C57
(186,108,87)
#C07966
(192,121,102)
#C68675
(198,134,117)
#CC9384
(204,147,132)
#D2A093
(210,160,147)
#D8ADA2
(216,173,162)
#DEBAB1
(222,186,177)
#E4C7C0
(228,199,192)
#EAD4CF
(234,212,207)
#F0E1DE
(240,225,222)
#F6EEED
(246,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6C57 color. Also use rgb(186,108,87) instead hex code.

Text Font Color

.myTextColor { color: #BA6C57; }

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

This text font color is #BA6C57.

Background Color

.myBgColor { background-color: #BA6C57; }

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

This div background color is #BA6C57.

Border color

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

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

This div border color is #BA6C57.

Opacity

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

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

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

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

This text has shadow with #BA6C57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA6C57.

Preview

Color preview on black background

This text has color #BA6C57 on black background.


Color preview on white background

This text has color #BA6C57 on white background.


Black color preview on #BA6C57 background

This text has black color on #BA6C57 background.


White color preview on #BA6C57 background

This text has white color on #BA6C57 background.


Related colors

Complementary color

Complementary color for #hex is #4593A8.


I love getcolorcode.com

Triadic colors

1 #57BA6C and #6C57BA with #BA6C57 are triadic colors.

2 #576CBA and #6CBA57 with #BA6C57 are triadic colors.