COLOR #B4971A

HEX: #B4971A
RGB: (180,151,26)

Color info

#B4971A contains mainly red and green colors. Web safe color of #B4971A is #CC9900 (or #C90).

RGB color model

#B4971A color RGB value is (180,151,26).

  • red value is 180;
  • green value is 151;
  • blue value is 26.
RGB:
(180,151,26)
(71%,59%,10%)

RGB channels and saturation

R 180 of 255 = 71%
G 151 of 255 = 59%
B 26 of 255 = 10%

180
151
26

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

Portions of RGB colors in percentages

R + G + B =
180 + 151 + 26 = 357 (100%)
R 180 of 357 ~ 50.42%
G 151 of 357 ~ 42.3%
B 26 of 357 ~ 7.28%

%50.42
%42.3

CMYK color model

#B4971A color CMYK value is (0,16,86,29).

  • cyan value is 0.00%
  • magenta value is 16.11%
  • yellow value is 85.56%
  • key color value is 29.41%
CMYK:
(0,16,86,29)
C0M16Y86K29 
(0%,16%,86%,29%)
(0.00/0.16/0.86/0.29)	

CMYK percentages

%0
%16.11
%85.56
%29.41

Codes

Color #B4971A in popluar color models

B4971A
RGB18015126
HSL49°74.76%40.39%
HSB/HSV49°85.56%70.59%
CMYK0.00%16.11%85.56%
29.41%

Color #B4971A in popluar number systems.

HEXB4971A
Decimal18015126
Binary101101001001011111010
Octal26422732

Shades and tints

Shades of #B4971A

#B4971A
(180,151,26)
#A48A18
(164,138,24)
#947D16
(148,125,22)
#847014
(132,112,20)
#746312
(116,99,18)
#645610
(100,86,16)
#54490E
(84,73,14)
#443C0C
(68,60,12)
#342F0A
(52,47,10)
#242208
(36,34,8)
#141506
(20,21,6)
#000000
(0,0,0)

Tints of #B4971A

#B4971A
(180,151,26)
#BAA02E
(186,160,46)
#C0A942
(192,169,66)
#C6B256
(198,178,86)
#CCBB6A
(204,187,106)
#D2C47E
(210,196,126)
#D8CD92
(216,205,146)
#DED6A6
(222,214,166)
#E4DFBA
(228,223,186)
#EAE8CE
(234,232,206)
#F0F1E2
(240,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4971A color. Also use rgb(180,151,26) instead hex code.

Text Font Color

.myTextColor { color: #B4971A; }

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

This text font color is #B4971A.


Background Color

.myBgColor { background-color: #B4971A; }

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

This div background color is #B4971A.


Border color

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

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

This div border color is #B4971A.


Opacity

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

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

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

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

This text has shadow with #B4971A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4971A on black background.


Color preview on white background

This text has color #B4971A on white background.



Black color preview on #B4971A background

This text has black color on #B4971A background.


White color preview on #B4971A background

This text has white color on #B4971A background.