COLOR #B13F65

HEX: #B13F65 RGB: (177,63,101)

Color info

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

RGB color model

#B13F65 color RGB value is (177,63,101).

RGB: (177,63,101) (69%, 25%, 40%)

RGB channels and saturation

R 177 of 255 = 69%
G 63 of 255 = 25%
B 101 of 255 = 40%

177
63
101

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

Portions of RGB colors in percentages

R + G + B = 177 + 63 + 101 = 341 (100%)
R 177 of 341 ~ 51.91%
G 63 of 341 ~ 18.48%
B 101 of 341 ~ 29.62'%

%51.91
%18.48
%29.62

CMYK color model

#B13F65 color CMYK value is (0,64,43,31).

  • cyan value is 0.00%
  • magenta value is 64.41%
  • yellow value is 42.94%
  • key color value is 30.59%

CMYK: (0,64,43,31)
C0M64Y43K31 (0%, 64%, 43%, 31%)
(0.00 / 0.64 / 0.43 / 0.31)

CMYK percentages

%0
%64.41
%42.94
%30.59

Codes

Color #B13F65 in popluar color models

B1 3F 65
RGB 177 63 101
HSL 340° 47.50% 47.06%
HSB/HSV 340° 64.41% 69.41%
CMYK 0.00% 64.41% 42.94%
30.59%

Color #B13F65 in popluar number systems.

HEX B1 3F 65
Decimal 177 63 101
Binary 10110001 111111 1100101
Octal 261 77 145

Shades and tints

Shades of #B13F65

#B13F65
(177,63,101)
#A13A5C
(161,58,92)
#913553
(145,53,83)
#81304A
(129,48,74)
#712B41
(113,43,65)
#612638
(97,38,56)
#51212F
(81,33,47)
#411C26
(65,28,38)
#31171D
(49,23,29)
#211214
(33,18,20)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #B13F65

#B13F65
(177,63,101)
#B85073
(184,80,115)
#BF6181
(191,97,129)
#C6728F
(198,114,143)
#CD839D
(205,131,157)
#D494AB
(212,148,171)
#DBA5B9
(219,165,185)
#E2B6C7
(226,182,199)
#E9C7D5
(233,199,213)
#F0D8E3
(240,216,227)
#F7E9F1
(247,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B13F65; }

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

This text font color is #B13F65.

Background Color

.myBgColor { background-color: #B13F65; }

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

This div background color is #B13F65.

Border color

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

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

This div border color is #B13F65.

Opacity

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

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

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

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

This text has shadow with #B13F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B13F65.

Preview

Color preview on black background

This text has color #B13F65 on black background.


Color preview on white background

This text has color #B13F65 on white background.


Black color preview on #B13F65 background

This text has black color on #B13F65 background.


White color preview on #B13F65 background

This text has white color on #B13F65 background.


Related colors

Complementary color

Complementary color for #hex is #4EC09A.


I love getcolorcode.com

Triadic colors

1 #65B13F and #3F65B1 with #B13F65 are triadic colors.

2 #653FB1 and #3FB165 with #B13F65 are triadic colors.