COLOR #B44B00

HEX: #B44B00
RGB: (180,75,0)

Color info

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

RGB color model

#B44B00 color RGB value is (180,75,0).

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

RGB channels and saturation

R 180 of 255 = 71%
G 75 of 255 = 29%
B 0 of 255 = 0%

180
75
0

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

Portions of RGB colors in percentages

R + G + B =
180 + 75 + 0 = 255 (100%)
R 180 of 255 ~ 70.59%
G 75 of 255 ~ 29.41%
B 0 of 255 ~ 0%

%70.59
%29.41

CMYK color model

#B44B00 color CMYK value is (0,58,100,29).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 100.00%
  • key color value is 29.41%
CMYK:
(0,58,100,29)
C0M58Y100K29 
(0%,58%,100%,29%)
(0.00/0.58/1.00/0.29)	

CMYK percentages

%0
%58.33
%100
%29.41

Codes

Color #B44B00 in popluar color models

B44B00
RGB180750
HSL25°100.00%35.29%
HSB/HSV25°100.00%70.59%
CMYK0.00%58.33%100.00%
29.41%

Color #B44B00 in popluar number systems.

HEXB44B00
Decimal180750
Binary1011010010010110
Octal2641130

Shades and tints

Shades of #B44B00

#B44B00
(180,75,0)
#A44500
(164,69,0)
#943F00
(148,63,0)
#843900
(132,57,0)
#743300
(116,51,0)
#642D00
(100,45,0)
#542700
(84,39,0)
#442100
(68,33,0)
#341B00
(52,27,0)
#241500
(36,21,0)
#140F00
(20,15,0)
#000000
(0,0,0)

Tints of #B44B00

#B44B00
(180,75,0)
#BA5B17
(186,91,23)
#C06B2E
(192,107,46)
#C67B45
(198,123,69)
#CC8B5C
(204,139,92)
#D29B73
(210,155,115)
#D8AB8A
(216,171,138)
#DEBBA1
(222,187,161)
#E4CBB8
(228,203,184)
#EADBCF
(234,219,207)
#F0EBE6
(240,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B44B00; }

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

This text font color is #B44B00.


Background Color

.myBgColor { background-color: #B44B00; }

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

This div background color is #B44B00.


Border color

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

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

This div border color is #B44B00.


Opacity

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

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

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

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

This text has shadow with #B44B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B44B00 on black background.


Color preview on white background

This text has color #B44B00 on white background.



Black color preview on #B44B00 background

This text has black color on #B44B00 background.


White color preview on #B44B00 background

This text has white color on #B44B00 background.