COLOR #BA7776

HEX: #BA7776 RGB: (186,119,118)

Color info

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

RGB color model

#BA7776 color RGB value is (186,119,118).

RGB: (186,119,118) (73%, 47%, 46%)

RGB channels and saturation

R 186 of 255 = 73%
G 119 of 255 = 47%
B 118 of 255 = 46%

186
119
118

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

Portions of RGB colors in percentages

R + G + B = 186 + 119 + 118 = 423 (100%)
R 186 of 423 ~ 43.97%
G 119 of 423 ~ 28.13%
B 118 of 423 ~ 27.9'%

%43.97
%28.13
%27.9

CMYK color model

#BA7776 color CMYK value is (0,36,37,27).

  • cyan value is 0.00%
  • magenta value is 36.02%
  • yellow value is 36.56%
  • key color value is 27.06%

CMYK: (0,36,37,27)
C0M36Y37K27 (0%, 36%, 37%, 27%)
(0.00 / 0.36 / 0.37 / 0.27)

CMYK percentages

%0
%36.02
%36.56
%27.06

Codes

Color #BA7776 in popluar color models

BA 77 76
RGB 186 119 118
HSL 33.01% 59.61%
HSB/HSV 36.56% 72.94%
CMYK 0.00% 36.02% 36.56%
27.06%

Color #BA7776 in popluar number systems.

HEX BA 77 76
Decimal 186 119 118
Binary 10111010 1110111 1110110
Octal 272 167 166

Shades and tints

Shades of #BA7776

#BA7776
(186,119,118)
#AA6D6C
(170,109,108)
#9A6362
(154,99,98)
#8A5958
(138,89,88)
#7A4F4E
(122,79,78)
#6A4544
(106,69,68)
#5A3B3A
(90,59,58)
#4A3130
(74,49,48)
#3A2726
(58,39,38)
#2A1D1C
(42,29,28)
#1A1312
(26,19,18)
#000000
(0,0,0)

Tints of #BA7776

#BA7776
(186,119,118)
#C08382
(192,131,130)
#C68F8E
(198,143,142)
#CC9B9A
(204,155,154)
#D2A7A6
(210,167,166)
#D8B3B2
(216,179,178)
#DEBFBE
(222,191,190)
#E4CBCA
(228,203,202)
#EAD7D6
(234,215,214)
#F0E3E2
(240,227,226)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7776 color. Also use rgb(186,119,118) instead hex code.

Text Font Color

.myTextColor { color: #BA7776; }

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

This text font color is #BA7776.

Background Color

.myBgColor { background-color: #BA7776; }

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

This div background color is #BA7776.

Border color

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

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

This div border color is #BA7776.

Opacity

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

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

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

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

This text has shadow with #BA7776 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA7776.

Preview

Color preview on black background

This text has color #BA7776 on black background.


Color preview on white background

This text has color #BA7776 on white background.


Black color preview on #BA7776 background

This text has black color on #BA7776 background.


White color preview on #BA7776 background

This text has white color on #BA7776 background.


Related colors

Complementary color

Complementary color for #hex is #458889.


I love getcolorcode.com

Triadic colors

1 #76BA77 and #7776BA with #BA7776 are triadic colors.

2 #7677BA and #77BA76 with #BA7776 are triadic colors.