COLOR #B24B00

HEX: #B24B00
RGB: (178,75,0)

Color info

#B24B00 contains mainly red color. Web safe color of #B24B00 is #993300 (or #930).

RGB color model

#B24B00 color RGB value is (178,75,0).

  • red value is 178;
  • green value is 75;
  • blue value is 0.
RGB:
(178,75,0)
(70%,29%,0%)

RGB channels and saturation

R 178 of 255 = 70%
G 75 of 255 = 29%
B 0 of 255 = 0%

178
75
0

R + G + B ~ 33%. #B24B00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
178 + 75 + 0 = 253 (100%)
R 178 of 253 ~ 70.36%
G 75 of 253 ~ 29.64%
B 0 of 253 ~ 0%

%70.36
%29.64

CMYK color model

#B24B00 color CMYK value is (0,58,100,30).

  • cyan value is 0.00%
  • magenta value is 57.87%
  • yellow value is 100.00%
  • key color value is 30.20%
CMYK:
(0,58,100,30)
C0M58Y100K30 
(0%,58%,100%,30%)
(0.00/0.58/1.00/0.30)	

CMYK percentages

%0
%57.87
%100
%30.2

Codes

Color #B24B00 in popluar color models

B24B00
RGB178750
HSL25°100.00%34.90%
HSB/HSV25°100.00%69.80%
CMYK0.00%57.87%100.00%
30.20%

Color #B24B00 in popluar number systems.

HEXB24B00
Decimal178750
Binary1011001010010110
Octal2621130

Shades and tints

Shades of #B24B00

#B24B00
(178,75,0)
#A24500
(162,69,0)
#923F00
(146,63,0)
#823900
(130,57,0)
#723300
(114,51,0)
#622D00
(98,45,0)
#522700
(82,39,0)
#422100
(66,33,0)
#321B00
(50,27,0)
#221500
(34,21,0)
#120F00
(18,15,0)
#000000
(0,0,0)

Tints of #B24B00

#B24B00
(178,75,0)
#B95B17
(185,91,23)
#C06B2E
(192,107,46)
#C77B45
(199,123,69)
#CE8B5C
(206,139,92)
#D59B73
(213,155,115)
#DCAB8A
(220,171,138)
#E3BBA1
(227,187,161)
#EACBB8
(234,203,184)
#F1DBCF
(241,219,207)
#F8EBE6
(248,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B24B00 color. Also use rgb(178,75,0) instead hex code.

Text Font Color

.myTextColor { color: #B24B00; }

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

This text font color is #B24B00.


Background Color

.myBgColor { background-color: #B24B00; }

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

This div background color is #B24B00.


Border color

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

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

This div border color is #B24B00.


Opacity

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

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

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

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

This text has shadow with #B24B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B24B00 on black background.


Color preview on white background

This text has color #B24B00 on white background.



Black color preview on #B24B00 background

This text has black color on #B24B00 background.


White color preview on #B24B00 background

This text has white color on #B24B00 background.