COLOR #B84E12

HEX: #B84E12
RGB: (184,78,18)

Color info

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

RGB color model

#B84E12 color RGB value is (184,78,18).

  • red value is 184;
  • green value is 78;
  • blue value is 18.
RGB:
(184,78,18)
(72%,31%,7%)

RGB channels and saturation

R 184 of 255 = 72%
G 78 of 255 = 31%
B 18 of 255 = 7%

184
78
18

R + G + B ~ 37%. #B84E12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
184 + 78 + 18 = 280 (100%)
R 184 of 280 ~ 65.71%
G 78 of 280 ~ 27.86%
B 18 of 280 ~ 6.43%

%65.71
%27.86

CMYK color model

#B84E12 color CMYK value is (0,58,90,28).

  • cyan value is 0.00%
  • magenta value is 57.61%
  • yellow value is 90.22%
  • key color value is 27.84%
CMYK:
(0,58,90,28)
C0M58Y90K28 
(0%,58%,90%,28%)
(0.00/0.58/0.90/0.28)	

CMYK percentages

%0
%57.61
%90.22
%27.84

Codes

Color #B84E12 in popluar color models

B84E12
RGB1847818
HSL22°82.18%39.61%
HSB/HSV22°90.22%72.16%
CMYK0.00%57.61%90.22%
27.84%

Color #B84E12 in popluar number systems.

HEXB84E12
Decimal1847818
Binary10111000100111010010
Octal27011622

Shades and tints

Shades of #B84E12

#B84E12
(184,78,18)
#A84711
(168,71,17)
#984010
(152,64,16)
#88390F
(136,57,15)
#78320E
(120,50,14)
#682B0D
(104,43,13)
#58240C
(88,36,12)
#481D0B
(72,29,11)
#38160A
(56,22,10)
#280F09
(40,15,9)
#180808
(24,8,8)
#000000
(0,0,0)

Tints of #B84E12

#B84E12
(184,78,18)
#BE5E27
(190,94,39)
#C46E3C
(196,110,60)
#CA7E51
(202,126,81)
#D08E66
(208,142,102)
#D69E7B
(214,158,123)
#DCAE90
(220,174,144)
#E2BEA5
(226,190,165)
#E8CEBA
(232,206,186)
#EEDECF
(238,222,207)
#F4EEE4
(244,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B84E12 color. Also use rgb(184,78,18) instead hex code.

Text Font Color

.myTextColor { color: #B84E12; }

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

This text font color is #B84E12.


Background Color

.myBgColor { background-color: #B84E12; }

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

This div background color is #B84E12.


Border color

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

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

This div border color is #B84E12.


Opacity

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

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

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

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

This text has shadow with #B84E12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B84E12 on black background.


Color preview on white background

This text has color #B84E12 on white background.



Black color preview on #B84E12 background

This text has black color on #B84E12 background.


White color preview on #B84E12 background

This text has white color on #B84E12 background.