COLOR #BA776D

HEX: #BA776D RGB: (186,119,109)

Color info

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

RGB color model

#BA776D color RGB value is (186,119,109).

RGB: (186,119,109) (73%, 47%, 43%)

RGB channels and saturation

R 186 of 255 = 73%
G 119 of 255 = 47%
B 109 of 255 = 43%

186
119
109

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

Portions of RGB colors in percentages

R + G + B = 186 + 119 + 109 = 414 (100%)
R 186 of 414 ~ 44.93%
G 119 of 414 ~ 28.74%
B 109 of 414 ~ 26.33'%

%44.93
%28.74
%26.33

CMYK color model

#BA776D color CMYK value is (0,36,41,27).

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

CMYK: (0,36,41,27)
C0M36Y41K27 (0%, 36%, 41%, 27%)
(0.00 / 0.36 / 0.41 / 0.27)

CMYK percentages

%0
%36.02
%41.4
%27.06

Codes

Color #BA776D in popluar color models

BA 77 6D
RGB 186 119 109
HSL 35.81% 57.84%
HSB/HSV 41.40% 72.94%
CMYK 0.00% 36.02% 41.40%
27.06%

Color #BA776D in popluar number systems.

HEX BA 77 6D
Decimal 186 119 109
Binary 10111010 1110111 1101101
Octal 272 167 155

Shades and tints

Shades of #BA776D

#BA776D
(186,119,109)
#AA6D64
(170,109,100)
#9A635B
(154,99,91)
#8A5952
(138,89,82)
#7A4F49
(122,79,73)
#6A4540
(106,69,64)
#5A3B37
(90,59,55)
#4A312E
(74,49,46)
#3A2725
(58,39,37)
#2A1D1C
(42,29,28)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #BA776D

#BA776D
(186,119,109)
#C0837A
(192,131,122)
#C68F87
(198,143,135)
#CC9B94
(204,155,148)
#D2A7A1
(210,167,161)
#D8B3AE
(216,179,174)
#DEBFBB
(222,191,187)
#E4CBC8
(228,203,200)
#EAD7D5
(234,215,213)
#F0E3E2
(240,227,226)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA776D; }

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

This text font color is #BA776D.

Background Color

.myBgColor { background-color: #BA776D; }

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

This div background color is #BA776D.

Border color

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

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

This div border color is #BA776D.

Opacity

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

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

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

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

This text has shadow with #BA776D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA776D.

Preview

Color preview on black background

This text has color #BA776D on black background.


Color preview on white background

This text has color #BA776D on white background.


Black color preview on #BA776D background

This text has black color on #BA776D background.


White color preview on #BA776D background

This text has white color on #BA776D background.


Related colors

Complementary color

Complementary color for #hex is #458892.


I love getcolorcode.com

Triadic colors

1 #6DBA77 and #776DBA with #BA776D are triadic colors.

2 #6D77BA and #77BA6D with #BA776D are triadic colors.