COLOR #B86A1A

HEX: #B86A1A
RGB: (184,106,26)

Color info

#B86A1A contains mainly red color. Web safe color of #B86A1A is #CC6600 (or #C60).

RGB color model

#B86A1A color RGB value is (184,106,26).

  • red value is 184;
  • green value is 106;
  • blue value is 26.
RGB:
(184,106,26)
(72%,42%,10%)

RGB channels and saturation

R 184 of 255 = 72%
G 106 of 255 = 42%
B 26 of 255 = 10%

184
106
26

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

Portions of RGB colors in percentages

R + G + B =
184 + 106 + 26 = 316 (100%)
R 184 of 316 ~ 58.23%
G 106 of 316 ~ 33.54%
B 26 of 316 ~ 8.23%

%58.23
%33.54

CMYK color model

#B86A1A color CMYK value is (0,42,86,28).

  • cyan value is 0.00%
  • magenta value is 42.39%
  • yellow value is 85.87%
  • key color value is 27.84%
CMYK:
(0,42,86,28)
C0M42Y86K28 
(0%,42%,86%,28%)
(0.00/0.42/0.86/0.28)	

CMYK percentages

%0
%42.39
%85.87
%27.84

Codes

Color #B86A1A in popluar color models

B86A1A
RGB18410626
HSL30°75.24%41.18%
HSB/HSV30°85.87%72.16%
CMYK0.00%42.39%85.87%
27.84%

Color #B86A1A in popluar number systems.

HEXB86A1A
Decimal18410626
Binary10111000110101011010
Octal27015232

Shades and tints

Shades of #B86A1A

#B86A1A
(184,106,26)
#A86118
(168,97,24)
#985816
(152,88,22)
#884F14
(136,79,20)
#784612
(120,70,18)
#683D10
(104,61,16)
#58340E
(88,52,14)
#482B0C
(72,43,12)
#38220A
(56,34,10)
#281908
(40,25,8)
#181006
(24,16,6)
#000000
(0,0,0)

Tints of #B86A1A

#B86A1A
(184,106,26)
#BE772E
(190,119,46)
#C48442
(196,132,66)
#CA9156
(202,145,86)
#D09E6A
(208,158,106)
#D6AB7E
(214,171,126)
#DCB892
(220,184,146)
#E2C5A6
(226,197,166)
#E8D2BA
(232,210,186)
#EEDFCE
(238,223,206)
#F4ECE2
(244,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B86A1A color. Also use rgb(184,106,26) instead hex code.

Text Font Color

.myTextColor { color: #B86A1A; }

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

This text font color is #B86A1A.


Background Color

.myBgColor { background-color: #B86A1A; }

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

This div background color is #B86A1A.


Border color

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

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

This div border color is #B86A1A.


Opacity

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

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

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

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

This text has shadow with #B86A1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B86A1A on black background.


Color preview on white background

This text has color #B86A1A on white background.



Black color preview on #B86A1A background

This text has black color on #B86A1A background.


White color preview on #B86A1A background

This text has white color on #B86A1A background.