COLOR #B44B27

HEX: #B44B27
RGB: (180,75,39)

Color info

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

RGB color model

#B44B27 color RGB value is (180,75,39).

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

RGB channels and saturation

R 180 of 255 = 71%
G 75 of 255 = 29%
B 39 of 255 = 15%

180
75
39

R + G + B ~ 38%. #B44B27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
180 + 75 + 39 = 294 (100%)
R 180 of 294 ~ 61.22%
G 75 of 294 ~ 25.51%
B 39 of 294 ~ 13.27%

%61.22
%25.51
%13.27

CMYK color model

#B44B27 color CMYK value is (0,58,78,29).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 78.33%
  • key color value is 29.41%
CMYK:
(0,58,78,29)
C0M58Y78K29 
(0%,58%,78%,29%)
(0.00/0.58/0.78/0.29)	

CMYK percentages

%0
%58.33
%78.33
%29.41

Codes

Color #B44B27 in popluar color models

B44B27
RGB1807539
HSL15°64.38%42.94%
HSB/HSV15°78.33%70.59%
CMYK0.00%58.33%78.33%
29.41%

Color #B44B27 in popluar number systems.

HEXB44B27
Decimal1807539
Binary101101001001011100111
Octal26411347

Shades and tints

Shades of #B44B27

#B44B27
(180,75,39)
#A44524
(164,69,36)
#943F21
(148,63,33)
#84391E
(132,57,30)
#74331B
(116,51,27)
#642D18
(100,45,24)
#542715
(84,39,21)
#442112
(68,33,18)
#341B0F
(52,27,15)
#24150C
(36,21,12)
#140F09
(20,15,9)
#000000
(0,0,0)

Tints of #B44B27

#B44B27
(180,75,39)
#BA5B3A
(186,91,58)
#C06B4D
(192,107,77)
#C67B60
(198,123,96)
#CC8B73
(204,139,115)
#D29B86
(210,155,134)
#D8AB99
(216,171,153)
#DEBBAC
(222,187,172)
#E4CBBF
(228,203,191)
#EADBD2
(234,219,210)
#F0EBE5
(240,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B44B27; }

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

This text font color is #B44B27.


Background Color

.myBgColor { background-color: #B44B27; }

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

This div background color is #B44B27.


Border color

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

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

This div border color is #B44B27.


Opacity

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

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

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

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

This text has shadow with #B44B27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B44B27 on black background.


Color preview on white background

This text has color #B44B27 on white background.



Black color preview on #B44B27 background

This text has black color on #B44B27 background.


White color preview on #B44B27 background

This text has white color on #B44B27 background.