COLOR #B84B0E

HEX: #B84B0E
RGB: (184,75,14)

Color info

#B84B0E contains mainly red color. Web safe color of #B84B0E is #CC3300 (or #C30).

RGB color model

#B84B0E color RGB value is (184,75,14).

  • red value is 184;
  • green value is 75;
  • blue value is 14.
RGB:
(184,75,14)
(72%,29%,5%)

RGB channels and saturation

R 184 of 255 = 72%
G 75 of 255 = 29%
B 14 of 255 = 5%

184
75
14

R + G + B ~ 35%. #B84B0E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
184 + 75 + 14 = 273 (100%)
R 184 of 273 ~ 67.4%
G 75 of 273 ~ 27.47%
B 14 of 273 ~ 5.13%

%67.4
%27.47

CMYK color model

#B84B0E color CMYK value is (0,59,92,28).

  • cyan value is 0.00%
  • magenta value is 59.24%
  • yellow value is 92.39%
  • key color value is 27.84%
CMYK:
(0,59,92,28)
C0M59Y92K28 
(0%,59%,92%,28%)
(0.00/0.59/0.92/0.28)	

CMYK percentages

%0
%59.24
%92.39
%27.84

Codes

Color #B84B0E in popluar color models

B84B0E
RGB1847514
HSL22°85.86%38.82%
HSB/HSV22°92.39%72.16%
CMYK0.00%59.24%92.39%
27.84%

Color #B84B0E in popluar number systems.

HEXB84B0E
Decimal1847514
Binary1011100010010111110
Octal27011316

Shades and tints

Shades of #B84B0E

#B84B0E
(184,75,14)
#A8450D
(168,69,13)
#983F0C
(152,63,12)
#88390B
(136,57,11)
#78330A
(120,51,10)
#682D09
(104,45,9)
#582708
(88,39,8)
#482107
(72,33,7)
#381B06
(56,27,6)
#281505
(40,21,5)
#180F04
(24,15,4)
#000000
(0,0,0)

Tints of #B84B0E

#B84B0E
(184,75,14)
#BE5B23
(190,91,35)
#C46B38
(196,107,56)
#CA7B4D
(202,123,77)
#D08B62
(208,139,98)
#D69B77
(214,155,119)
#DCAB8C
(220,171,140)
#E2BBA1
(226,187,161)
#E8CBB6
(232,203,182)
#EEDBCB
(238,219,203)
#F4EBE0
(244,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B84B0E color. Also use rgb(184,75,14) instead hex code.

Text Font Color

.myTextColor { color: #B84B0E; }

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

This text font color is #B84B0E.


Background Color

.myBgColor { background-color: #B84B0E; }

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

This div background color is #B84B0E.


Border color

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

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

This div border color is #B84B0E.


Opacity

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

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

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

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

This text has shadow with #B84B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B84B0E on black background.


Color preview on white background

This text has color #B84B0E on white background.



Black color preview on #B84B0E background

This text has black color on #B84B0E background.


White color preview on #B84B0E background

This text has white color on #B84B0E background.