COLOR #BA6961

HEX: #BA6961 RGB: (186,105,97)

Color info

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

RGB color model

#BA6961 color RGB value is (186,105,97).

RGB: (186,105,97) (73%, 41%, 38%)

RGB channels and saturation

R 186 of 255 = 73%
G 105 of 255 = 41%
B 97 of 255 = 38%

186
105
97

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

Portions of RGB colors in percentages

R + G + B = 186 + 105 + 97 = 388 (100%)
R 186 of 388 ~ 47.94%
G 105 of 388 ~ 27.06%
B 97 of 388 ~ 25'%

%47.94
%27.06
%25

CMYK color model

#BA6961 color CMYK value is (0,44,48,27).

  • cyan value is 0.00%
  • magenta value is 43.55%
  • yellow value is 47.85%
  • key color value is 27.06%

CMYK: (0,44,48,27)
C0M44Y48K27 (0%, 44%, 48%, 27%)
(0.00 / 0.44 / 0.48 / 0.27)

CMYK percentages

%0
%43.55
%47.85
%27.06

Codes

Color #BA6961 in popluar color models

BA 69 61
RGB 186 105 97
HSL 39.21% 55.49%
HSB/HSV 47.85% 72.94%
CMYK 0.00% 43.55% 47.85%
27.06%

Color #BA6961 in popluar number systems.

HEX BA 69 61
Decimal 186 105 97
Binary 10111010 1101001 1100001
Octal 272 151 141

Shades and tints

Shades of #BA6961

#BA6961
(186,105,97)
#AA6059
(170,96,89)
#9A5751
(154,87,81)
#8A4E49
(138,78,73)
#7A4541
(122,69,65)
#6A3C39
(106,60,57)
#5A3331
(90,51,49)
#4A2A29
(74,42,41)
#3A2121
(58,33,33)
#2A1819
(42,24,25)
#1A0F11
(26,15,17)
#000000
(0,0,0)

Tints of #BA6961

#BA6961
(186,105,97)
#C0766F
(192,118,111)
#C6837D
(198,131,125)
#CC908B
(204,144,139)
#D29D99
(210,157,153)
#D8AAA7
(216,170,167)
#DEB7B5
(222,183,181)
#E4C4C3
(228,196,195)
#EAD1D1
(234,209,209)
#F0DEDF
(240,222,223)
#F6EBED
(246,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6961 color. Also use rgb(186,105,97) instead hex code.

Text Font Color

.myTextColor { color: #BA6961; }

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

This text font color is #BA6961.

Background Color

.myBgColor { background-color: #BA6961; }

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

This div background color is #BA6961.

Border color

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

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

This div border color is #BA6961.

Opacity

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

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

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

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

This text has shadow with #BA6961 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA6961.

Preview

Color preview on black background

This text has color #BA6961 on black background.


Color preview on white background

This text has color #BA6961 on white background.


Black color preview on #BA6961 background

This text has black color on #BA6961 background.


White color preview on #BA6961 background

This text has white color on #BA6961 background.


Related colors

Complementary color

Complementary color for #hex is #45969E.


I love getcolorcode.com

Triadic colors

1 #61BA69 and #6961BA with #BA6961 are triadic colors.

2 #6169BA and #69BA61 with #BA6961 are triadic colors.