COLOR #BA6557

HEX: #BA6557 RGB: (186,101,87)

Color info

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

RGB color model

#BA6557 color RGB value is (186,101,87).

RGB: (186,101,87) (73%, 40%, 34%)

RGB channels and saturation

R 186 of 255 = 73%
G 101 of 255 = 40%
B 87 of 255 = 34%

186
101
87

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

Portions of RGB colors in percentages

R + G + B = 186 + 101 + 87 = 374 (100%)
R 186 of 374 ~ 49.73%
G 101 of 374 ~ 27.01%
B 87 of 374 ~ 23.26'%

%49.73
%27.01
%23.26

CMYK color model

#BA6557 color CMYK value is (0,46,53,27).

  • cyan value is 0.00%
  • magenta value is 45.70%
  • yellow value is 53.23%
  • key color value is 27.06%

CMYK: (0,46,53,27)
C0M46Y53K27 (0%, 46%, 53%, 27%)
(0.00 / 0.46 / 0.53 / 0.27)

CMYK percentages

%0
%45.7
%53.23
%27.06

Codes

Color #BA6557 in popluar color models

BA 65 57
RGB 186 101 87
HSL 41.77% 53.53%
HSB/HSV 53.23% 72.94%
CMYK 0.00% 45.70% 53.23%
27.06%

Color #BA6557 in popluar number systems.

HEX BA 65 57
Decimal 186 101 87
Binary 10111010 1100101 1010111
Octal 272 145 127

Shades and tints

Shades of #BA6557

#BA6557
(186,101,87)
#AA5C50
(170,92,80)
#9A5349
(154,83,73)
#8A4A42
(138,74,66)
#7A413B
(122,65,59)
#6A3834
(106,56,52)
#5A2F2D
(90,47,45)
#4A2626
(74,38,38)
#3A1D1F
(58,29,31)
#2A1418
(42,20,24)
#1A0B11
(26,11,17)
#000000
(0,0,0)

Tints of #BA6557

#BA6557
(186,101,87)
#C07366
(192,115,102)
#C68175
(198,129,117)
#CC8F84
(204,143,132)
#D29D93
(210,157,147)
#D8ABA2
(216,171,162)
#DEB9B1
(222,185,177)
#E4C7C0
(228,199,192)
#EAD5CF
(234,213,207)
#F0E3DE
(240,227,222)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA6557; }

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

This text font color is #BA6557.

Background Color

.myBgColor { background-color: #BA6557; }

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

This div background color is #BA6557.

Border color

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

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

This div border color is #BA6557.

Opacity

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

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

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

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

This text has shadow with #BA6557 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA6557.

Preview

Color preview on black background

This text has color #BA6557 on black background.


Color preview on white background

This text has color #BA6557 on white background.


Black color preview on #BA6557 background

This text has black color on #BA6557 background.


White color preview on #BA6557 background

This text has white color on #BA6557 background.


Related colors

Complementary color

Complementary color for #hex is #459AA8.


I love getcolorcode.com

Triadic colors

1 #57BA65 and #6557BA with #BA6557 are triadic colors.

2 #5765BA and #65BA57 with #BA6557 are triadic colors.