COLOR #BA7D31

HEX: #BA7D31
RGB: (186,125,49)

Color info

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

RGB color model

#BA7D31 color RGB value is (186,125,49).

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

RGB channels and saturation

R 186 of 255 = 73%
G 125 of 255 = 49%
B 49 of 255 = 19%

186
125
49

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

Portions of RGB colors in percentages

R + G + B =
186 + 125 + 49 = 360 (100%)
R 186 of 360 ~ 51.67%
G 125 of 360 ~ 34.72%
B 49 of 360 ~ 13.61%

%51.67
%34.72
%13.61

CMYK color model

#BA7D31 color CMYK value is (0,33,74,27).

  • cyan value is 0.00%
  • magenta value is 32.80%
  • yellow value is 73.66%
  • key color value is 27.06%
CMYK:
(0,33,74,27)
C0M33Y74K27 
(0%,33%,74%,27%)
(0.00/0.33/0.74/0.27)	

CMYK percentages

%0
%32.8
%73.66
%27.06

Codes

Color #BA7D31 in popluar color models

BA7D31
RGB18612549
HSL33°58.30%46.08%
HSB/HSV33°73.66%72.94%
CMYK0.00%32.80%73.66%
27.06%

Color #BA7D31 in popluar number systems.

HEXBA7D31
Decimal18612549
Binary101110101111101110001
Octal27217561

Shades and tints

Shades of #BA7D31

#BA7D31
(186,125,49)
#AA722D
(170,114,45)
#9A6729
(154,103,41)
#8A5C25
(138,92,37)
#7A5121
(122,81,33)
#6A461D
(106,70,29)
#5A3B19
(90,59,25)
#4A3015
(74,48,21)
#3A2511
(58,37,17)
#2A1A0D
(42,26,13)
#1A0F09
(26,15,9)
#000000
(0,0,0)

Tints of #BA7D31

#BA7D31
(186,125,49)
#C08843
(192,136,67)
#C69355
(198,147,85)
#CC9E67
(204,158,103)
#D2A979
(210,169,121)
#D8B48B
(216,180,139)
#DEBF9D
(222,191,157)
#E4CAAF
(228,202,175)
#EAD5C1
(234,213,193)
#F0E0D3
(240,224,211)
#F6EBE5
(246,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7D31; }

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

This text font color is #BA7D31.


Background Color

.myBgColor { background-color: #BA7D31; }

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

This div background color is #BA7D31.


Border color

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

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

This div border color is #BA7D31.


Opacity

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

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

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

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

This text has shadow with #BA7D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7D31 on black background.


Color preview on white background

This text has color #BA7D31 on white background.



Black color preview on #BA7D31 background

This text has black color on #BA7D31 background.


White color preview on #BA7D31 background

This text has white color on #BA7D31 background.