COLOR #B13F54

HEX: #B13F54
RGB: (177,63,84)

Color info

#B13F54 contains mainly red color. Web safe color of #B13F54 is #993366 (or #936).

RGB color model

#B13F54 color RGB value is (177,63,84).

  • red value is 177;
  • green value is 63;
  • blue value is 84.
RGB:
(177,63,84)
(69%,25%,33%)

RGB channels and saturation

R 177 of 255 = 69%
G 63 of 255 = 25%
B 84 of 255 = 33%

177
63
84

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

Portions of RGB colors in percentages

R + G + B =
177 + 63 + 84 = 324 (100%)
R 177 of 324 ~ 54.63%
G 63 of 324 ~ 19.44%
B 84 of 324 ~ 25.93%

%54.63
%19.44
%25.93

CMYK color model

#B13F54 color CMYK value is (0,64,53,31).

  • cyan value is 0.00%
  • magenta value is 64.41%
  • yellow value is 52.54%
  • key color value is 30.59%
CMYK:
(0,64,53,31)
C0M64Y53K31 
(0%,64%,53%,31%)
(0.00/0.64/0.53/0.31)	

CMYK percentages

%0
%64.41
%52.54
%30.59

Codes

Color #B13F54 in popluar color models

B13F54
RGB1776384
HSL349°47.50%47.06%
HSB/HSV349°64.41%69.41%
CMYK0.00%64.41%52.54%
30.59%

Color #B13F54 in popluar number systems.

HEXB13F54
Decimal1776384
Binary101100011111111010100
Octal26177124

Shades and tints

Shades of #B13F54

#B13F54
(177,63,84)
#A13A4D
(161,58,77)
#913546
(145,53,70)
#81303F
(129,48,63)
#712B38
(113,43,56)
#612631
(97,38,49)
#51212A
(81,33,42)
#411C23
(65,28,35)
#31171C
(49,23,28)
#211215
(33,18,21)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #B13F54

#B13F54
(177,63,84)
#B85063
(184,80,99)
#BF6172
(191,97,114)
#C67281
(198,114,129)
#CD8390
(205,131,144)
#D4949F
(212,148,159)
#DBA5AE
(219,165,174)
#E2B6BD
(226,182,189)
#E9C7CC
(233,199,204)
#F0D8DB
(240,216,219)
#F7E9EA
(247,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B13F54 color. Also use rgb(177,63,84) instead hex code.

Text Font Color

.myTextColor { color: #B13F54; }

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

This text font color is #B13F54.


Background Color

.myBgColor { background-color: #B13F54; }

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

This div background color is #B13F54.


Border color

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

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

This div border color is #B13F54.


Opacity

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

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

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

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

This text has shadow with #B13F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B13F54 on black background.


Color preview on white background

This text has color #B13F54 on white background.



Black color preview on #B13F54 background

This text has black color on #B13F54 background.


White color preview on #B13F54 background

This text has white color on #B13F54 background.