COLOR #BA7E6E

HEX: #BA7E6E RGB: (186,126,110)

Color info

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

RGB color model

#BA7E6E color RGB value is (186,126,110).

RGB: (186,126,110) (73%, 49%, 43%)

RGB channels and saturation

R 186 of 255 = 73%
G 126 of 255 = 49%
B 110 of 255 = 43%

186
126
110

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

Portions of RGB colors in percentages

R + G + B = 186 + 126 + 110 = 422 (100%)
R 186 of 422 ~ 44.08%
G 126 of 422 ~ 29.86%
B 110 of 422 ~ 26.07'%

%44.08
%29.86
%26.07

CMYK color model

#BA7E6E color CMYK value is (0,32,41,27).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 40.86%
  • key color value is 27.06%

CMYK: (0,32,41,27)
C0M32Y41K27 (0%, 32%, 41%, 27%)
(0.00 / 0.32 / 0.41 / 0.27)

CMYK percentages

%0
%32.26
%40.86
%27.06

Codes

Color #BA7E6E in popluar color models

BA 7E 6E
RGB 186 126 110
HSL 13° 35.51% 58.04%
HSB/HSV 13° 40.86% 72.94%
CMYK 0.00% 32.26% 40.86%
27.06%

Color #BA7E6E in popluar number systems.

HEX BA 7E 6E
Decimal 186 126 110
Binary 10111010 1111110 1101110
Octal 272 176 156

Shades and tints

Shades of #BA7E6E

#BA7E6E
(186,126,110)
#AA7364
(170,115,100)
#9A685A
(154,104,90)
#8A5D50
(138,93,80)
#7A5246
(122,82,70)
#6A473C
(106,71,60)
#5A3C32
(90,60,50)
#4A3128
(74,49,40)
#3A261E
(58,38,30)
#2A1B14
(42,27,20)
#1A100A
(26,16,10)
#000000
(0,0,0)

Tints of #BA7E6E

#BA7E6E
(186,126,110)
#C0897B
(192,137,123)
#C69488
(198,148,136)
#CC9F95
(204,159,149)
#D2AAA2
(210,170,162)
#D8B5AF
(216,181,175)
#DEC0BC
(222,192,188)
#E4CBC9
(228,203,201)
#EAD6D6
(234,214,214)
#F0E1E3
(240,225,227)
#F6ECF0
(246,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7E6E color. Also use rgb(186,126,110) instead hex code.

Text Font Color

.myTextColor { color: #BA7E6E; }

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

This text font color is #BA7E6E.

Background Color

.myBgColor { background-color: #BA7E6E; }

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

This div background color is #BA7E6E.

Border color

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

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

This div border color is #BA7E6E.

Opacity

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

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

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

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

This text has shadow with #BA7E6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA7E6E.

Preview

Color preview on black background

This text has color #BA7E6E on black background.


Color preview on white background

This text has color #BA7E6E on white background.


Black color preview on #BA7E6E background

This text has black color on #BA7E6E background.


White color preview on #BA7E6E background

This text has white color on #BA7E6E background.


Related colors

Complementary color

Complementary color for #hex is #458191.


I love getcolorcode.com

Triadic colors

1 #6EBA7E and #7E6EBA with #BA7E6E are triadic colors.

2 #6E7EBA and #7EBA6E with #BA7E6E are triadic colors.