COLOR #B13967

HEX: #B13967
RGB: (177,57,103)

Color info

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

RGB color model

#B13967 color RGB value is (177,57,103).

  • red value is 177;
  • green value is 57;
  • blue value is 103.
RGB:
(177,57,103)
(69%,22%,40%)

RGB channels and saturation

R 177 of 255 = 69%
G 57 of 255 = 22%
B 103 of 255 = 40%

177
57
103

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

Portions of RGB colors in percentages

R + G + B =
177 + 57 + 103 = 337 (100%)
R 177 of 337 ~ 52.52%
G 57 of 337 ~ 16.91%
B 103 of 337 ~ 30.56%

%52.52
%16.91
%30.56

CMYK color model

#B13967 color CMYK value is (0,68,42,31).

  • cyan value is 0.00%
  • magenta value is 67.80%
  • yellow value is 41.81%
  • key color value is 30.59%
CMYK:
(0,68,42,31)
C0M68Y42K31 
(0%,68%,42%,31%)
(0.00/0.68/0.42/0.31)	

CMYK percentages

%0
%67.8
%41.81
%30.59

Codes

Color #B13967 in popluar color models

B13967
RGB17757103
HSL337°51.28%45.88%
HSB/HSV337°67.80%69.41%
CMYK0.00%67.80%41.81%
30.59%

Color #B13967 in popluar number systems.

HEXB13967
Decimal17757103
Binary101100011110011100111
Octal26171147

Shades and tints

Shades of #B13967

#B13967
(177,57,103)
#A1345E
(161,52,94)
#912F55
(145,47,85)
#812A4C
(129,42,76)
#712543
(113,37,67)
#61203A
(97,32,58)
#511B31
(81,27,49)
#411628
(65,22,40)
#31111F
(49,17,31)
#210C16
(33,12,22)
#11070D
(17,7,13)
#000000
(0,0,0)

Tints of #B13967

#B13967
(177,57,103)
#B84B74
(184,75,116)
#BF5D81
(191,93,129)
#C66F8E
(198,111,142)
#CD819B
(205,129,155)
#D493A8
(212,147,168)
#DBA5B5
(219,165,181)
#E2B7C2
(226,183,194)
#E9C9CF
(233,201,207)
#F0DBDC
(240,219,220)
#F7EDE9
(247,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B13967 color. Also use rgb(177,57,103) instead hex code.

Text Font Color

.myTextColor { color: #B13967; }

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

This text font color is #B13967.


Background Color

.myBgColor { background-color: #B13967; }

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

This div background color is #B13967.


Border color

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

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

This div border color is #B13967.


Opacity

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

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

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

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

This text has shadow with #B13967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B13967 on black background.


Color preview on white background

This text has color #B13967 on white background.



Black color preview on #B13967 background

This text has black color on #B13967 background.


White color preview on #B13967 background

This text has white color on #B13967 background.