COLOR #B4552C

HEX: #B4552C
RGB: (180,85,44)

Color info

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

RGB color model

#B4552C color RGB value is (180,85,44).

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

RGB channels and saturation

R 180 of 255 = 71%
G 85 of 255 = 33%
B 44 of 255 = 17%

180
85
44

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

Portions of RGB colors in percentages

R + G + B =
180 + 85 + 44 = 309 (100%)
R 180 of 309 ~ 58.25%
G 85 of 309 ~ 27.51%
B 44 of 309 ~ 14.24%

%58.25
%27.51
%14.24

CMYK color model

#B4552C color CMYK value is (0,53,76,29).

  • cyan value is 0.00%
  • magenta value is 52.78%
  • yellow value is 75.56%
  • key color value is 29.41%
CMYK:
(0,53,76,29)
C0M53Y76K29 
(0%,53%,76%,29%)
(0.00/0.53/0.76/0.29)	

CMYK percentages

%0
%52.78
%75.56
%29.41

Codes

Color #B4552C in popluar color models

B4552C
RGB1808544
HSL18°60.71%43.92%
HSB/HSV18°75.56%70.59%
CMYK0.00%52.78%75.56%
29.41%

Color #B4552C in popluar number systems.

HEXB4552C
Decimal1808544
Binary101101001010101101100
Octal26412554

Shades and tints

Shades of #B4552C

#B4552C
(180,85,44)
#A44E28
(164,78,40)
#944724
(148,71,36)
#844020
(132,64,32)
#74391C
(116,57,28)
#643218
(100,50,24)
#542B14
(84,43,20)
#442410
(68,36,16)
#341D0C
(52,29,12)
#241608
(36,22,8)
#140F04
(20,15,4)
#000000
(0,0,0)

Tints of #B4552C

#B4552C
(180,85,44)
#BA643F
(186,100,63)
#C07352
(192,115,82)
#C68265
(198,130,101)
#CC9178
(204,145,120)
#D2A08B
(210,160,139)
#D8AF9E
(216,175,158)
#DEBEB1
(222,190,177)
#E4CDC4
(228,205,196)
#EADCD7
(234,220,215)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4552C; }

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

This text font color is #B4552C.


Background Color

.myBgColor { background-color: #B4552C; }

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

This div background color is #B4552C.


Border color

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

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

This div border color is #B4552C.


Opacity

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

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

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

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

This text has shadow with #B4552C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4552C on black background.


Color preview on white background

This text has color #B4552C on white background.



Black color preview on #B4552C background

This text has black color on #B4552C background.


White color preview on #B4552C background

This text has white color on #B4552C background.