COLOR #B4364E

HEX: #B4364E
RGB: (180,54,78)

Color info

#B4364E contains mainly red color. Web safe color of #B4364E is #CC3366 (or #C36).

RGB color model

#B4364E color RGB value is (180,54,78).

  • red value is 180;
  • green value is 54;
  • blue value is 78.
RGB:
(180,54,78)
(71%,21%,31%)

RGB channels and saturation

R 180 of 255 = 71%
G 54 of 255 = 21%
B 78 of 255 = 31%

180
54
78

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

Portions of RGB colors in percentages

R + G + B =
180 + 54 + 78 = 312 (100%)
R 180 of 312 ~ 57.69%
G 54 of 312 ~ 17.31%
B 78 of 312 ~ 25%

%57.69
%17.31
%25

CMYK color model

#B4364E color CMYK value is (0,70,57,29).

  • cyan value is 0.00%
  • magenta value is 70.00%
  • yellow value is 56.67%
  • key color value is 29.41%
CMYK:
(0,70,57,29)
C0M70Y57K29 
(0%,70%,57%,29%)
(0.00/0.70/0.57/0.29)	

CMYK percentages

%0
%70
%56.67
%29.41

Codes

Color #B4364E in popluar color models

B4364E
RGB1805478
HSL349°53.85%45.88%
HSB/HSV349°70.00%70.59%
CMYK0.00%70.00%56.67%
29.41%

Color #B4364E in popluar number systems.

HEXB4364E
Decimal1805478
Binary101101001101101001110
Octal26466116

Shades and tints

Shades of #B4364E

#B4364E
(180,54,78)
#A43247
(164,50,71)
#942E40
(148,46,64)
#842A39
(132,42,57)
#742632
(116,38,50)
#64222B
(100,34,43)
#541E24
(84,30,36)
#441A1D
(68,26,29)
#341616
(52,22,22)
#24120F
(36,18,15)
#140E08
(20,14,8)
#000000
(0,0,0)

Tints of #B4364E

#B4364E
(180,54,78)
#BA485E
(186,72,94)
#C05A6E
(192,90,110)
#C66C7E
(198,108,126)
#CC7E8E
(204,126,142)
#D2909E
(210,144,158)
#D8A2AE
(216,162,174)
#DEB4BE
(222,180,190)
#E4C6CE
(228,198,206)
#EAD8DE
(234,216,222)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4364E color. Also use rgb(180,54,78) instead hex code.

Text Font Color

.myTextColor { color: #B4364E; }

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

This text font color is #B4364E.


Background Color

.myBgColor { background-color: #B4364E; }

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

This div background color is #B4364E.


Border color

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

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

This div border color is #B4364E.


Opacity

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

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

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

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

This text has shadow with #B4364E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4364E on black background.


Color preview on white background

This text has color #B4364E on white background.



Black color preview on #B4364E background

This text has black color on #B4364E background.


White color preview on #B4364E background

This text has white color on #B4364E background.