COLOR #B4545D

HEX: #B4545D
RGB: (180,84,93)

Color info

#B4545D contains mainly red color. Web safe color of #B4545D is #CC6666 (or #C66).

RGB color model

#B4545D color RGB value is (180,84,93).

  • red value is 180;
  • green value is 84;
  • blue value is 93.
RGB:
(180,84,93)
(71%,33%,36%)

RGB channels and saturation

R 180 of 255 = 71%
G 84 of 255 = 33%
B 93 of 255 = 36%

180
84
93

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

Portions of RGB colors in percentages

R + G + B =
180 + 84 + 93 = 357 (100%)
R 180 of 357 ~ 50.42%
G 84 of 357 ~ 23.53%
B 93 of 357 ~ 26.05%

%50.42
%23.53
%26.05

CMYK color model

#B4545D color CMYK value is (0,53,48,29).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 48.33%
  • key color value is 29.41%
CMYK:
(0,53,48,29)
C0M53Y48K29 
(0%,53%,48%,29%)
(0.00/0.53/0.48/0.29)	

CMYK percentages

%0
%53.33
%48.33
%29.41

Codes

Color #B4545D in popluar color models

B4545D
RGB1808493
HSL354°39.02%51.76%
HSB/HSV354°53.33%70.59%
CMYK0.00%53.33%48.33%
29.41%

Color #B4545D in popluar number systems.

HEXB4545D
Decimal1808493
Binary1011010010101001011101
Octal264124135

Shades and tints

Shades of #B4545D

#B4545D
(180,84,93)
#A44D55
(164,77,85)
#94464D
(148,70,77)
#843F45
(132,63,69)
#74383D
(116,56,61)
#643135
(100,49,53)
#542A2D
(84,42,45)
#442325
(68,35,37)
#341C1D
(52,28,29)
#241515
(36,21,21)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #B4545D

#B4545D
(180,84,93)
#BA636B
(186,99,107)
#C07279
(192,114,121)
#C68187
(198,129,135)
#CC9095
(204,144,149)
#D29FA3
(210,159,163)
#D8AEB1
(216,174,177)
#DEBDBF
(222,189,191)
#E4CCCD
(228,204,205)
#EADBDB
(234,219,219)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4545D color. Also use rgb(180,84,93) instead hex code.

Text Font Color

.myTextColor { color: #B4545D; }

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

This text font color is #B4545D.


Background Color

.myBgColor { background-color: #B4545D; }

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

This div background color is #B4545D.


Border color

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

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

This div border color is #B4545D.


Opacity

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

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

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

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

This text has shadow with #B4545D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4545D on black background.


Color preview on white background

This text has color #B4545D on white background.



Black color preview on #B4545D background

This text has black color on #B4545D background.


White color preview on #B4545D background

This text has white color on #B4545D background.