COLOR #BA7743

HEX: #BA7743 RGB: (186,119,67)

Color info

#BA7743 contains mainly red color. Web safe color of #BA7743 is #CC6633 (or #C63).

RGB color model

#BA7743 color RGB value is (186,119,67).

RGB: (186,119,67) (73%, 47%, 26%)

RGB channels and saturation

R 186 of 255 = 73%
G 119 of 255 = 47%
B 67 of 255 = 26%

186
119
67

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

Portions of RGB colors in percentages

R + G + B = 186 + 119 + 67 = 372 (100%)
R 186 of 372 ~ 50%
G 119 of 372 ~ 31.99%
B 67 of 372 ~ 18.01'%

%50
%31.99
%18.01

CMYK color model

#BA7743 color CMYK value is (0,36,64,27).

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

CMYK: (0,36,64,27)
C0M36Y64K27 (0%, 36%, 64%, 27%)
(0.00 / 0.36 / 0.64 / 0.27)

CMYK percentages

%0
%36.02
%63.98
%27.06

Codes

Color #BA7743 in popluar color models

BA 77 43
RGB 186 119 67
HSL 26° 47.04% 49.61%
HSB/HSV 26° 63.98% 72.94%
CMYK 0.00% 36.02% 63.98%
27.06%

Color #BA7743 in popluar number systems.

HEX BA 77 43
Decimal 186 119 67
Binary 10111010 1110111 1000011
Octal 272 167 103

Shades and tints

Shades of #BA7743

#BA7743
(186,119,67)
#AA6D3D
(170,109,61)
#9A6337
(154,99,55)
#8A5931
(138,89,49)
#7A4F2B
(122,79,43)
#6A4525
(106,69,37)
#5A3B1F
(90,59,31)
#4A3119
(74,49,25)
#3A2713
(58,39,19)
#2A1D0D
(42,29,13)
#1A1307
(26,19,7)
#000000
(0,0,0)

Tints of #BA7743

#BA7743
(186,119,67)
#C08354
(192,131,84)
#C68F65
(198,143,101)
#CC9B76
(204,155,118)
#D2A787
(210,167,135)
#D8B398
(216,179,152)
#DEBFA9
(222,191,169)
#E4CBBA
(228,203,186)
#EAD7CB
(234,215,203)
#F0E3DC
(240,227,220)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7743; }

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

This text font color is #BA7743.

Background Color

.myBgColor { background-color: #BA7743; }

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

This div background color is #BA7743.

Border color

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

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

This div border color is #BA7743.

Opacity

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

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

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

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

This text has shadow with #BA7743 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA7743.

Preview

Color preview on black background

This text has color #BA7743 on black background.


Color preview on white background

This text has color #BA7743 on white background.


Black color preview on #BA7743 background

This text has black color on #BA7743 background.


White color preview on #BA7743 background

This text has white color on #BA7743 background.


Related colors

Complementary color

Complementary color for #hex is #4588BC.


I love getcolorcode.com

Triadic colors

1 #43BA77 and #7743BA with #BA7743 are triadic colors.

2 #4377BA and #77BA43 with #BA7743 are triadic colors.