COLOR #B5454E

HEX: #B5454E
RGB: (181,69,78)

Color info

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

RGB color model

#B5454E color RGB value is (181,69,78).

  • red value is 181;
  • green value is 69;
  • blue value is 78.
RGB:
(181,69,78)
(71%,27%,31%)

RGB channels and saturation

R 181 of 255 = 71%
G 69 of 255 = 27%
B 78 of 255 = 31%

181
69
78

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

Portions of RGB colors in percentages

R + G + B =
181 + 69 + 78 = 328 (100%)
R 181 of 328 ~ 55.18%
G 69 of 328 ~ 21.04%
B 78 of 328 ~ 23.78%

%55.18
%21.04
%23.78

CMYK color model

#B5454E color CMYK value is (0,62,57,29).

  • cyan value is 0.00%
  • magenta value is 61.88%
  • yellow value is 56.91%
  • key color value is 29.02%
CMYK:
(0,62,57,29)
C0M62Y57K29 
(0%,62%,57%,29%)
(0.00/0.62/0.57/0.29)	

CMYK percentages

%0
%61.88
%56.91
%29.02

Codes

Color #B5454E in popluar color models

B5454E
RGB1816978
HSL355°44.80%49.02%
HSB/HSV355°61.88%70.98%
CMYK0.00%61.88%56.91%
29.02%

Color #B5454E in popluar number systems.

HEXB5454E
Decimal1816978
Binary1011010110001011001110
Octal265105116

Shades and tints

Shades of #B5454E

#B5454E
(181,69,78)
#A53F47
(165,63,71)
#953940
(149,57,64)
#853339
(133,51,57)
#752D32
(117,45,50)
#65272B
(101,39,43)
#552124
(85,33,36)
#451B1D
(69,27,29)
#351516
(53,21,22)
#250F0F
(37,15,15)
#150908
(21,9,8)
#000000
(0,0,0)

Tints of #B5454E

#B5454E
(181,69,78)
#BB555E
(187,85,94)
#C1656E
(193,101,110)
#C7757E
(199,117,126)
#CD858E
(205,133,142)
#D3959E
(211,149,158)
#D9A5AE
(217,165,174)
#DFB5BE
(223,181,190)
#E5C5CE
(229,197,206)
#EBD5DE
(235,213,222)
#F1E5EE
(241,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5454E color. Also use rgb(181,69,78) instead hex code.

Text Font Color

.myTextColor { color: #B5454E; }

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

This text font color is #B5454E.


Background Color

.myBgColor { background-color: #B5454E; }

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

This div background color is #B5454E.


Border color

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

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

This div border color is #B5454E.


Opacity

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

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

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

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

This text has shadow with #B5454E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5454E on black background.


Color preview on white background

This text has color #B5454E on white background.



Black color preview on #B5454E background

This text has black color on #B5454E background.


White color preview on #B5454E background

This text has white color on #B5454E background.