COLOR #B5254E

HEX: #B5254E
RGB: (181,37,78)

Color info

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

RGB color model

#B5254E color RGB value is (181,37,78).

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

RGB channels and saturation

R 181 of 255 = 71%
G 37 of 255 = 15%
B 78 of 255 = 31%

181
37
78

R + G + B ~ 39%. #B5254E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
181 + 37 + 78 = 296 (100%)
R 181 of 296 ~ 61.15%
G 37 of 296 ~ 12.5%
B 78 of 296 ~ 26.35%

%61.15
%12.5
%26.35

CMYK color model

#B5254E color CMYK value is (0,80,57,29).

  • cyan value is 0.00%
  • magenta value is 79.56%
  • yellow value is 56.91%
  • key color value is 29.02%
CMYK:
(0,80,57,29)
C0M80Y57K29 
(0%,80%,57%,29%)
(0.00/0.80/0.57/0.29)	

CMYK percentages

%0
%79.56
%56.91
%29.02

Codes

Color #B5254E in popluar color models

B5254E
RGB1813778
HSL343°66.06%42.75%
HSB/HSV343°79.56%70.98%
CMYK0.00%79.56%56.91%
29.02%

Color #B5254E in popluar number systems.

HEXB5254E
Decimal1813778
Binary101101011001011001110
Octal26545116

Shades and tints

Shades of #B5254E

#B5254E
(181,37,78)
#A52247
(165,34,71)
#951F40
(149,31,64)
#851C39
(133,28,57)
#751932
(117,25,50)
#65162B
(101,22,43)
#551324
(85,19,36)
#45101D
(69,16,29)
#350D16
(53,13,22)
#250A0F
(37,10,15)
#150708
(21,7,8)
#000000
(0,0,0)

Tints of #B5254E

#B5254E
(181,37,78)
#BB385E
(187,56,94)
#C14B6E
(193,75,110)
#C75E7E
(199,94,126)
#CD718E
(205,113,142)
#D3849E
(211,132,158)
#D997AE
(217,151,174)
#DFAABE
(223,170,190)
#E5BDCE
(229,189,206)
#EBD0DE
(235,208,222)
#F1E3EE
(241,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5254E; }

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

This text font color is #B5254E.


Background Color

.myBgColor { background-color: #B5254E; }

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

This div background color is #B5254E.


Border color

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

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

This div border color is #B5254E.


Opacity

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

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

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

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

This text has shadow with #B5254E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5254E on black background.


Color preview on white background

This text has color #B5254E on white background.



Black color preview on #B5254E background

This text has black color on #B5254E background.


White color preview on #B5254E background

This text has white color on #B5254E background.