COLOR #BA7F3C

HEX: #BA7F3C RGB: (186,127,60)

Color info

#BA7F3C contains mainly red and green colors. Web safe color of #BA7F3C is #CC6633 (or #C63).

RGB color model

#BA7F3C color RGB value is (186,127,60).

RGB: (186,127,60) (73%, 50%, 24%)

RGB channels and saturation

R 186 of 255 = 73%
G 127 of 255 = 50%
B 60 of 255 = 24%

186
127
60

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

Portions of RGB colors in percentages

R + G + B = 186 + 127 + 60 = 373 (100%)
R 186 of 373 ~ 49.87%
G 127 of 373 ~ 34.05%
B 60 of 373 ~ 16.09'%

%49.87
%34.05
%16.09

CMYK color model

#BA7F3C color CMYK value is (0,32,68,27).

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

CMYK: (0,32,68,27)
C0M32Y68K27 (0%, 32%, 68%, 27%)
(0.00 / 0.32 / 0.68 / 0.27)

CMYK percentages

%0
%31.72
%67.74
%27.06

Codes

Color #BA7F3C in popluar color models

BA 7F 3C
RGB 186 127 60
HSL 32° 51.22% 48.24%
HSB/HSV 32° 67.74% 72.94%
CMYK 0.00% 31.72% 67.74%
27.06%

Color #BA7F3C in popluar number systems.

HEX BA 7F 3C
Decimal 186 127 60
Binary 10111010 1111111 111100
Octal 272 177 74

Shades and tints

Shades of #BA7F3C

#BA7F3C
(186,127,60)
#AA7437
(170,116,55)
#9A6932
(154,105,50)
#8A5E2D
(138,94,45)
#7A5328
(122,83,40)
#6A4823
(106,72,35)
#5A3D1E
(90,61,30)
#4A3219
(74,50,25)
#3A2714
(58,39,20)
#2A1C0F
(42,28,15)
#1A110A
(26,17,10)
#000000
(0,0,0)

Tints of #BA7F3C

#BA7F3C
(186,127,60)
#C08A4D
(192,138,77)
#C6955E
(198,149,94)
#CCA06F
(204,160,111)
#D2AB80
(210,171,128)
#D8B691
(216,182,145)
#DEC1A2
(222,193,162)
#E4CCB3
(228,204,179)
#EAD7C4
(234,215,196)
#F0E2D5
(240,226,213)
#F6EDE6
(246,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7F3C; }

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

This text font color is #BA7F3C.

Background Color

.myBgColor { background-color: #BA7F3C; }

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

This div background color is #BA7F3C.

Border color

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

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

This div border color is #BA7F3C.

Opacity

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

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

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

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

This text has shadow with #BA7F3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA7F3C.

Preview

Color preview on black background

This text has color #BA7F3C on black background.


Color preview on white background

This text has color #BA7F3C on white background.


Black color preview on #BA7F3C background

This text has black color on #BA7F3C background.


White color preview on #BA7F3C background

This text has white color on #BA7F3C background.


Related colors

Complementary color

Complementary color for #hex is #4580C3.


I love getcolorcode.com

Triadic colors

1 #3CBA7F and #7F3CBA with #BA7F3C are triadic colors.

2 #3C7FBA and #7FBA3C with #BA7F3C are triadic colors.