COLOR #B84B2E

HEX: #B84B2E
RGB: (184,75,46)

Color info

#B84B2E contains mainly red color. Web safe color of #B84B2E is #CC3333 (or #C33).

RGB color model

#B84B2E color RGB value is (184,75,46).

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

RGB channels and saturation

R 184 of 255 = 72%
G 75 of 255 = 29%
B 46 of 255 = 18%

184
75
46

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

Portions of RGB colors in percentages

R + G + B =
184 + 75 + 46 = 305 (100%)
R 184 of 305 ~ 60.33%
G 75 of 305 ~ 24.59%
B 46 of 305 ~ 15.08%

%60.33
%24.59
%15.08

CMYK color model

#B84B2E color CMYK value is (0,59,75,28).

  • cyan value is 0.00%
  • magenta value is 59.24%
  • yellow value is 75.00%
  • key color value is 27.84%
CMYK:
(0,59,75,28)
C0M59Y75K28 
(0%,59%,75%,28%)
(0.00/0.59/0.75/0.28)	

CMYK percentages

%0
%59.24
%75
%27.84

Codes

Color #B84B2E in popluar color models

B84B2E
RGB1847546
HSL13°60.00%45.10%
HSB/HSV13°75.00%72.16%
CMYK0.00%59.24%75.00%
27.84%

Color #B84B2E in popluar number systems.

HEXB84B2E
Decimal1847546
Binary101110001001011101110
Octal27011356

Shades and tints

Shades of #B84B2E

#B84B2E
(184,75,46)
#A8452A
(168,69,42)
#983F26
(152,63,38)
#883922
(136,57,34)
#78331E
(120,51,30)
#682D1A
(104,45,26)
#582716
(88,39,22)
#482112
(72,33,18)
#381B0E
(56,27,14)
#28150A
(40,21,10)
#180F06
(24,15,6)
#000000
(0,0,0)

Tints of #B84B2E

#B84B2E
(184,75,46)
#BE5B41
(190,91,65)
#C46B54
(196,107,84)
#CA7B67
(202,123,103)
#D08B7A
(208,139,122)
#D69B8D
(214,155,141)
#DCABA0
(220,171,160)
#E2BBB3
(226,187,179)
#E8CBC6
(232,203,198)
#EEDBD9
(238,219,217)
#F4EBEC
(244,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B84B2E; }

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

This text font color is #B84B2E.


Background Color

.myBgColor { background-color: #B84B2E; }

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

This div background color is #B84B2E.


Border color

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

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

This div border color is #B84B2E.


Opacity

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

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

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

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

This text has shadow with #B84B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B84B2E on black background.


Color preview on white background

This text has color #B84B2E on white background.



Black color preview on #B84B2E background

This text has black color on #B84B2E background.


White color preview on #B84B2E background

This text has white color on #B84B2E background.