COLOR #BA7F31

HEX: #BA7F31
RGB: (186,127,49)

Color info

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

RGB color model

#BA7F31 color RGB value is (186,127,49).

  • red value is 186;
  • green value is 127;
  • blue value is 49.
RGB:
(186,127,49)
(73%,50%,19%)

RGB channels and saturation

R 186 of 255 = 73%
G 127 of 255 = 50%
B 49 of 255 = 19%

186
127
49

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

Portions of RGB colors in percentages

R + G + B =
186 + 127 + 49 = 362 (100%)
R 186 of 362 ~ 51.38%
G 127 of 362 ~ 35.08%
B 49 of 362 ~ 13.54%

%51.38
%35.08
%13.54

CMYK color model

#BA7F31 color CMYK value is (0,32,74,27).

  • cyan value is 0.00%
  • magenta value is 31.72%
  • yellow value is 73.66%
  • key color value is 27.06%
CMYK:
(0,32,74,27)
C0M32Y74K27 
(0%,32%,74%,27%)
(0.00/0.32/0.74/0.27)	

CMYK percentages

%0
%31.72
%73.66
%27.06

Codes

Color #BA7F31 in popluar color models

BA7F31
RGB18612749
HSL34°58.30%46.08%
HSB/HSV34°73.66%72.94%
CMYK0.00%31.72%73.66%
27.06%

Color #BA7F31 in popluar number systems.

HEXBA7F31
Decimal18612749
Binary101110101111111110001
Octal27217761

Shades and tints

Shades of #BA7F31

#BA7F31
(186,127,49)
#AA742D
(170,116,45)
#9A6929
(154,105,41)
#8A5E25
(138,94,37)
#7A5321
(122,83,33)
#6A481D
(106,72,29)
#5A3D19
(90,61,25)
#4A3215
(74,50,21)
#3A2711
(58,39,17)
#2A1C0D
(42,28,13)
#1A1109
(26,17,9)
#000000
(0,0,0)

Tints of #BA7F31

#BA7F31
(186,127,49)
#C08A43
(192,138,67)
#C69555
(198,149,85)
#CCA067
(204,160,103)
#D2AB79
(210,171,121)
#D8B68B
(216,182,139)
#DEC19D
(222,193,157)
#E4CCAF
(228,204,175)
#EAD7C1
(234,215,193)
#F0E2D3
(240,226,211)
#F6EDE5
(246,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7F31; }

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

This text font color is #BA7F31.


Background Color

.myBgColor { background-color: #BA7F31; }

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

This div background color is #BA7F31.


Border color

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

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

This div border color is #BA7F31.


Opacity

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

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

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

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

This text has shadow with #BA7F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7F31 on black background.


Color preview on white background

This text has color #BA7F31 on white background.



Black color preview on #BA7F31 background

This text has black color on #BA7F31 background.


White color preview on #BA7F31 background

This text has white color on #BA7F31 background.