COLOR #B13257

HEX: #B13257
RGB: (177,50,87)

Color info

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

RGB color model

#B13257 color RGB value is (177,50,87).

  • red value is 177;
  • green value is 50;
  • blue value is 87.
RGB:
(177,50,87)
(69%,20%,34%)

RGB channels and saturation

R 177 of 255 = 69%
G 50 of 255 = 20%
B 87 of 255 = 34%

177
50
87

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

Portions of RGB colors in percentages

R + G + B =
177 + 50 + 87 = 314 (100%)
R 177 of 314 ~ 56.37%
G 50 of 314 ~ 15.92%
B 87 of 314 ~ 27.71%

%56.37
%15.92
%27.71

CMYK color model

#B13257 color CMYK value is (0,72,51,31).

  • cyan value is 0.00%
  • magenta value is 71.75%
  • yellow value is 50.85%
  • key color value is 30.59%
CMYK:
(0,72,51,31)
C0M72Y51K31 
(0%,72%,51%,31%)
(0.00/0.72/0.51/0.31)	

CMYK percentages

%0
%71.75
%50.85
%30.59

Codes

Color #B13257 in popluar color models

B13257
RGB1775087
HSL343°55.95%44.51%
HSB/HSV343°71.75%69.41%
CMYK0.00%71.75%50.85%
30.59%

Color #B13257 in popluar number systems.

HEXB13257
Decimal1775087
Binary101100011100101010111
Octal26162127

Shades and tints

Shades of #B13257

#B13257
(177,50,87)
#A12E50
(161,46,80)
#912A49
(145,42,73)
#812642
(129,38,66)
#71223B
(113,34,59)
#611E34
(97,30,52)
#511A2D
(81,26,45)
#411626
(65,22,38)
#31121F
(49,18,31)
#210E18
(33,14,24)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #B13257

#B13257
(177,50,87)
#B84466
(184,68,102)
#BF5675
(191,86,117)
#C66884
(198,104,132)
#CD7A93
(205,122,147)
#D48CA2
(212,140,162)
#DB9EB1
(219,158,177)
#E2B0C0
(226,176,192)
#E9C2CF
(233,194,207)
#F0D4DE
(240,212,222)
#F7E6ED
(247,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B13257 color. Also use rgb(177,50,87) instead hex code.

Text Font Color

.myTextColor { color: #B13257; }

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

This text font color is #B13257.


Background Color

.myBgColor { background-color: #B13257; }

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

This div background color is #B13257.


Border color

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

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

This div border color is #B13257.


Opacity

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

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

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

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

This text has shadow with #B13257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B13257 on black background.


Color preview on white background

This text has color #B13257 on white background.



Black color preview on #B13257 background

This text has black color on #B13257 background.


White color preview on #B13257 background

This text has white color on #B13257 background.