COLOR #BA777F

HEX: #BA777F RGB: (186,119,127)

Color info

#BA777F contains mainly red and blue colors. Web safe color of #BA777F is #CC6666 (or #C66).

RGB color model

#BA777F color RGB value is (186,119,127).

RGB: (186,119,127) (73%, 47%, 50%)

RGB channels and saturation

R 186 of 255 = 73%
G 119 of 255 = 47%
B 127 of 255 = 50%

186
119
127

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

Portions of RGB colors in percentages

R + G + B = 186 + 119 + 127 = 432 (100%)
R 186 of 432 ~ 43.06%
G 119 of 432 ~ 27.55%
B 127 of 432 ~ 29.4'%

%43.06
%27.55
%29.4

CMYK color model

#BA777F color CMYK value is (0,36,32,27).

  • cyan value is 0.00%
  • magenta value is 36.02%
  • yellow value is 31.72%
  • key color value is 27.06%
CMYK: (0,36,32,27) C0M36Y32K27 (0%,36%,32%,27%) (0.00/0.36/0.32/0.27) 

CMYK percentages

%0
%36.02
%31.72
%27.06

Codes

Color #BA777F in popluar color models

BA 77 7F
RGB 186 119 127
HSL 353° 32.68% 59.80%
HSB/HSV 353° 36.02% 72.94%
CMYK 0.00% 36.02% 31.72%
27.06%

Color #BA777F in popluar number systems.

HEX BA 77 7F
Decimal 186 119 127
Binary 10111010 1110111 1111111
Octal 272 167 177

Shades and tints

Shades of #BA777F

#BA777F
(186,119,127)
#AA6D74
(170,109,116)
#9A6369
(154,99,105)
#8A595E
(138,89,94)
#7A4F53
(122,79,83)
#6A4548
(106,69,72)
#5A3B3D
(90,59,61)
#4A3132
(74,49,50)
#3A2727
(58,39,39)
#2A1D1C
(42,29,28)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #BA777F

#BA777F
(186,119,127)
#C0838A
(192,131,138)
#C68F95
(198,143,149)
#CC9BA0
(204,155,160)
#D2A7AB
(210,167,171)
#D8B3B6
(216,179,182)
#DEBFC1
(222,191,193)
#E4CBCC
(228,203,204)
#EAD7D7
(234,215,215)
#F0E3E2
(240,227,226)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA777F; }

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

This text font color is #BA777F.

Background Color

.myBgColor { background-color: #BA777F; }

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

This div background color is #BA777F.

Border color

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

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

This div border color is #BA777F.

Opacity

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

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

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

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

This text has shadow with #BA777F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA777F.

Preview

Color preview on black background

This text has color #BA777F on black background.


Color preview on white background

This text has color #BA777F on white background.


Black color preview on #BA777F background

This text has black color on #BA777F background.


White color preview on #BA777F background

This text has white color on #BA777F background.


Related colors

Complementary color

Complementary color for #hex is #458880.


I love getcolorcode.com

Triadic colors

1 #7FBA77 and #777FBA with #BA777F are triadic colors.

2 #7F77BA and #77BA7F with #BA777F are triadic colors.