COLOR #BA7F6F

HEX: #BA7F6F RGB: (186,127,111)

Color info

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

RGB color model

#BA7F6F color RGB value is (186,127,111).

RGB: (186,127,111) (73%, 50%, 44%)

RGB channels and saturation

R 186 of 255 = 73%
G 127 of 255 = 50%
B 111 of 255 = 44%

186
127
111

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

Portions of RGB colors in percentages

R + G + B = 186 + 127 + 111 = 424 (100%)
R 186 of 424 ~ 43.87%
G 127 of 424 ~ 29.95%
B 111 of 424 ~ 26.18'%

%43.87
%29.95
%26.18

CMYK color model

#BA7F6F color CMYK value is (0,32,40,27).

  • cyan value is 0.00%
  • magenta value is 31.72%
  • yellow value is 40.32%
  • key color value is 27.06%

CMYK: (0,32,40,27)
C0M32Y40K27 (0%, 32%, 40%, 27%)
(0.00 / 0.32 / 0.40 / 0.27)

CMYK percentages

%0
%31.72
%40.32
%27.06

Codes

Color #BA7F6F in popluar color models

BA 7F 6F
RGB 186 127 111
HSL 13° 35.21% 58.24%
HSB/HSV 13° 40.32% 72.94%
CMYK 0.00% 31.72% 40.32%
27.06%

Color #BA7F6F in popluar number systems.

HEX BA 7F 6F
Decimal 186 127 111
Binary 10111010 1111111 1101111
Octal 272 177 157

Shades and tints

Shades of #BA7F6F

#BA7F6F
(186,127,111)
#AA7465
(170,116,101)
#9A695B
(154,105,91)
#8A5E51
(138,94,81)
#7A5347
(122,83,71)
#6A483D
(106,72,61)
#5A3D33
(90,61,51)
#4A3229
(74,50,41)
#3A271F
(58,39,31)
#2A1C15
(42,28,21)
#1A110B
(26,17,11)
#000000
(0,0,0)

Tints of #BA7F6F

#BA7F6F
(186,127,111)
#C08A7C
(192,138,124)
#C69589
(198,149,137)
#CCA096
(204,160,150)
#D2ABA3
(210,171,163)
#D8B6B0
(216,182,176)
#DEC1BD
(222,193,189)
#E4CCCA
(228,204,202)
#EAD7D7
(234,215,215)
#F0E2E4
(240,226,228)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7F6F; }

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

This text font color is #BA7F6F.

Background Color

.myBgColor { background-color: #BA7F6F; }

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

This div background color is #BA7F6F.

Border color

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

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

This div border color is #BA7F6F.

Opacity

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

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

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

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

This text has shadow with #BA7F6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA7F6F.

Preview

Color preview on black background

This text has color #BA7F6F on black background.


Color preview on white background

This text has color #BA7F6F on white background.


Black color preview on #BA7F6F background

This text has black color on #BA7F6F background.


White color preview on #BA7F6F background

This text has white color on #BA7F6F background.


Related colors

Complementary color

Complementary color for #hex is #458090.


I love getcolorcode.com

Triadic colors

1 #6FBA7F and #7F6FBA with #BA7F6F are triadic colors.

2 #6F7FBA and #7FBA6F with #BA7F6F are triadic colors.