COLOR #B0831A

HEX: #B0831A
RGB: (176,131,26)

Color info

#B0831A contains mainly red and green colors. Web safe color of #B0831A is #999900 (or #990).

RGB color model

#B0831A color RGB value is (176,131,26).

  • red value is 176;
  • green value is 131;
  • blue value is 26.
RGB:
(176,131,26)
(69%,51%,10%)

RGB channels and saturation

R 176 of 255 = 69%
G 131 of 255 = 51%
B 26 of 255 = 10%

176
131
26

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

Portions of RGB colors in percentages

R + G + B =
176 + 131 + 26 = 333 (100%)
R 176 of 333 ~ 52.85%
G 131 of 333 ~ 39.34%
B 26 of 333 ~ 7.81%

%52.85
%39.34

CMYK color model

#B0831A color CMYK value is (0,26,85,31).

  • cyan value is 0.00%
  • magenta value is 25.57%
  • yellow value is 85.23%
  • key color value is 30.98%
CMYK:
(0,26,85,31)
C0M26Y85K31 
(0%,26%,85%,31%)
(0.00/0.26/0.85/0.31)	

CMYK percentages

%0
%25.57
%85.23
%30.98

Codes

Color #B0831A in popluar color models

B0831A
RGB17613126
HSL42°74.26%39.61%
HSB/HSV42°85.23%69.02%
CMYK0.00%25.57%85.23%
30.98%

Color #B0831A in popluar number systems.

HEXB0831A
Decimal17613126
Binary101100001000001111010
Octal26020332

Shades and tints

Shades of #B0831A

#B0831A
(176,131,26)
#A07818
(160,120,24)
#906D16
(144,109,22)
#806214
(128,98,20)
#705712
(112,87,18)
#604C10
(96,76,16)
#50410E
(80,65,14)
#40360C
(64,54,12)
#302B0A
(48,43,10)
#202008
(32,32,8)
#101506
(16,21,6)
#000000
(0,0,0)

Tints of #B0831A

#B0831A
(176,131,26)
#B78E2E
(183,142,46)
#BE9942
(190,153,66)
#C5A456
(197,164,86)
#CCAF6A
(204,175,106)
#D3BA7E
(211,186,126)
#DAC592
(218,197,146)
#E1D0A6
(225,208,166)
#E8DBBA
(232,219,186)
#EFE6CE
(239,230,206)
#F6F1E2
(246,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0831A color. Also use rgb(176,131,26) instead hex code.

Text Font Color

.myTextColor { color: #B0831A; }

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

This text font color is #B0831A.


Background Color

.myBgColor { background-color: #B0831A; }

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

This div background color is #B0831A.


Border color

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

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

This div border color is #B0831A.


Opacity

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

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

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

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

This text has shadow with #B0831A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0831A on black background.


Color preview on white background

This text has color #B0831A on white background.



Black color preview on #B0831A background

This text has black color on #B0831A background.


White color preview on #B0831A background

This text has white color on #B0831A background.