COLOR #B4551D

HEX: #B4551D
RGB: (180,85,29)

Color info

#B4551D contains mainly red color. Web safe color of #B4551D is #CC6633 (or #C63).

RGB color model

#B4551D color RGB value is (180,85,29).

  • red value is 180;
  • green value is 85;
  • blue value is 29.
RGB:
(180,85,29)
(71%,33%,11%)

RGB channels and saturation

R 180 of 255 = 71%
G 85 of 255 = 33%
B 29 of 255 = 11%

180
85
29

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

Portions of RGB colors in percentages

R + G + B =
180 + 85 + 29 = 294 (100%)
R 180 of 294 ~ 61.22%
G 85 of 294 ~ 28.91%
B 29 of 294 ~ 9.86%

%61.22
%28.91
%9.86

CMYK color model

#B4551D color CMYK value is (0,53,84,29).

  • cyan value is 0.00%
  • magenta value is 52.78%
  • yellow value is 83.89%
  • key color value is 29.41%
CMYK:
(0,53,84,29)
C0M53Y84K29 
(0%,53%,84%,29%)
(0.00/0.53/0.84/0.29)	

CMYK percentages

%0
%52.78
%83.89
%29.41

Codes

Color #B4551D in popluar color models

B4551D
RGB1808529
HSL22°72.25%40.98%
HSB/HSV22°83.89%70.59%
CMYK0.00%52.78%83.89%
29.41%

Color #B4551D in popluar number systems.

HEXB4551D
Decimal1808529
Binary10110100101010111101
Octal26412535

Shades and tints

Shades of #B4551D

#B4551D
(180,85,29)
#A44E1B
(164,78,27)
#944719
(148,71,25)
#844017
(132,64,23)
#743915
(116,57,21)
#643213
(100,50,19)
#542B11
(84,43,17)
#44240F
(68,36,15)
#341D0D
(52,29,13)
#24160B
(36,22,11)
#140F09
(20,15,9)
#000000
(0,0,0)

Tints of #B4551D

#B4551D
(180,85,29)
#BA6431
(186,100,49)
#C07345
(192,115,69)
#C68259
(198,130,89)
#CC916D
(204,145,109)
#D2A081
(210,160,129)
#D8AF95
(216,175,149)
#DEBEA9
(222,190,169)
#E4CDBD
(228,205,189)
#EADCD1
(234,220,209)
#F0EBE5
(240,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4551D color. Also use rgb(180,85,29) instead hex code.

Text Font Color

.myTextColor { color: #B4551D; }

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

This text font color is #B4551D.


Background Color

.myBgColor { background-color: #B4551D; }

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

This div background color is #B4551D.


Border color

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

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

This div border color is #B4551D.


Opacity

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

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

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

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

This text has shadow with #B4551D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4551D on black background.


Color preview on white background

This text has color #B4551D on white background.



Black color preview on #B4551D background

This text has black color on #B4551D background.


White color preview on #B4551D background

This text has white color on #B4551D background.