COLOR #B6840A

HEX: #B6840A
RGB: (182,132,10)

Color info

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

RGB color model

#B6840A color RGB value is (182,132,10).

  • red value is 182;
  • green value is 132;
  • blue value is 10.
RGB:
(182,132,10)
(71%,52%,4%)

RGB channels and saturation

R 182 of 255 = 71%
G 132 of 255 = 52%
B 10 of 255 = 4%

182
132
10

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

Portions of RGB colors in percentages

R + G + B =
182 + 132 + 10 = 324 (100%)
R 182 of 324 ~ 56.17%
G 132 of 324 ~ 40.74%
B 10 of 324 ~ 3.09%

%56.17
%40.74

CMYK color model

#B6840A color CMYK value is (0,27,95,29).

  • cyan value is 0.00%
  • magenta value is 27.47%
  • yellow value is 94.51%
  • key color value is 28.63%
CMYK:
(0,27,95,29)
C0M27Y95K29 
(0%,27%,95%,29%)
(0.00/0.27/0.95/0.29)	

CMYK percentages

%0
%27.47
%94.51
%28.63

Codes

Color #B6840A in popluar color models

B6840A
RGB18213210
HSL43°89.58%37.65%
HSB/HSV43°94.51%71.37%
CMYK0.00%27.47%94.51%
28.63%

Color #B6840A in popluar number systems.

HEXB6840A
Decimal18213210
Binary10110110100001001010
Octal26620412

Shades and tints

Shades of #B6840A

#B6840A
(182,132,10)
#A6780A
(166,120,10)
#966C0A
(150,108,10)
#86600A
(134,96,10)
#76540A
(118,84,10)
#66480A
(102,72,10)
#563C0A
(86,60,10)
#46300A
(70,48,10)
#36240A
(54,36,10)
#26180A
(38,24,10)
#160C0A
(22,12,10)
#000000
(0,0,0)

Tints of #B6840A

#B6840A
(182,132,10)
#BC8F20
(188,143,32)
#C29A36
(194,154,54)
#C8A54C
(200,165,76)
#CEB062
(206,176,98)
#D4BB78
(212,187,120)
#DAC68E
(218,198,142)
#E0D1A4
(224,209,164)
#E6DCBA
(230,220,186)
#ECE7D0
(236,231,208)
#F2F2E6
(242,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6840A color. Also use rgb(182,132,10) instead hex code.

Text Font Color

.myTextColor { color: #B6840A; }

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

This text font color is #B6840A.


Background Color

.myBgColor { background-color: #B6840A; }

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

This div background color is #B6840A.


Border color

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

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

This div border color is #B6840A.


Opacity

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

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

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

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

This text has shadow with #B6840A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6840A on black background.


Color preview on white background

This text has color #B6840A on white background.



Black color preview on #B6840A background

This text has black color on #B6840A background.


White color preview on #B6840A background

This text has white color on #B6840A background.