COLOR #B4554C

HEX: #B4554C
RGB: (180,85,76)

Color info

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

RGB color model

#B4554C color RGB value is (180,85,76).

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

RGB channels and saturation

R 180 of 255 = 71%
G 85 of 255 = 33%
B 76 of 255 = 30%

180
85
76

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

Portions of RGB colors in percentages

R + G + B =
180 + 85 + 76 = 341 (100%)
R 180 of 341 ~ 52.79%
G 85 of 341 ~ 24.93%
B 76 of 341 ~ 22.29%

%52.79
%24.93
%22.29

CMYK color model

#B4554C color CMYK value is (0,53,58,29).

  • cyan value is 0.00%
  • magenta value is 52.78%
  • yellow value is 57.78%
  • key color value is 29.41%
CMYK:
(0,53,58,29)
C0M53Y58K29 
(0%,53%,58%,29%)
(0.00/0.53/0.58/0.29)	

CMYK percentages

%0
%52.78
%57.78
%29.41

Codes

Color #B4554C in popluar color models

B4554C
RGB1808576
HSL40.94%50.20%
HSB/HSV57.78%70.59%
CMYK0.00%52.78%57.78%
29.41%

Color #B4554C in popluar number systems.

HEXB4554C
Decimal1808576
Binary1011010010101011001100
Octal264125114

Shades and tints

Shades of #B4554C

#B4554C
(180,85,76)
#A44E46
(164,78,70)
#944740
(148,71,64)
#84403A
(132,64,58)
#743934
(116,57,52)
#64322E
(100,50,46)
#542B28
(84,43,40)
#442422
(68,36,34)
#341D1C
(52,29,28)
#241616
(36,22,22)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #B4554C

#B4554C
(180,85,76)
#BA645C
(186,100,92)
#C0736C
(192,115,108)
#C6827C
(198,130,124)
#CC918C
(204,145,140)
#D2A09C
(210,160,156)
#D8AFAC
(216,175,172)
#DEBEBC
(222,190,188)
#E4CDCC
(228,205,204)
#EADCDC
(234,220,220)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4554C; }

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

This text font color is #B4554C.


Background Color

.myBgColor { background-color: #B4554C; }

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

This div background color is #B4554C.


Border color

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

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

This div border color is #B4554C.


Opacity

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

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

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

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

This text has shadow with #B4554C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4554C on black background.


Color preview on white background

This text has color #B4554C on white background.



Black color preview on #B4554C background

This text has black color on #B4554C background.


White color preview on #B4554C background

This text has white color on #B4554C background.