COLOR #B5176F

HEX: #B5176F RGB: (181,23,111)

Color info

#B5176F contains mainly red color. Web safe color of #B5176F is #CC0066 (or #C06).

RGB color model

#B5176F color RGB value is (181,23,111).

RGB: (181,23,111) (71%, 9%, 44%)

RGB channels and saturation

R 181 of 255 = 71%
G 23 of 255 = 9%
B 111 of 255 = 44%

181
23
111

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

Portions of RGB colors in percentages

R + G + B = 181 + 23 + 111 = 315 (100%)
R 181 of 315 ~ 57.46%
G 23 of 315 ~ 7.3%
B 111 of 315 ~ 35.24'%

%57.46
%35.24

CMYK color model

#B5176F color CMYK value is (0,87,39,29).

  • cyan value is 0.00%
  • magenta value is 87.29%
  • yellow value is 38.67%
  • key color value is 29.02%
CMYK: (0,87,39,29) C0M87Y39K29 (0%,87%,39%,29%) (0.00/0.87/0.39/0.29) 

CMYK percentages

%0
%87.29
%38.67
%29.02

Codes

Color #B5176F in popluar color models

B5 17 6F
RGB 181 23 111
HSL 327° 77.45% 40.00%
HSB/HSV 327° 87.29% 70.98%
CMYK 0.00% 87.29% 38.67%
29.02%

Color #B5176F in popluar number systems.

HEX B5 17 6F
Decimal 181 23 111
Binary 10110101 10111 1101111
Octal 265 27 157

Shades and tints

Shades of #B5176F

#B5176F
(181,23,111)
#A51565
(165,21,101)
#95135B
(149,19,91)
#851151
(133,17,81)
#750F47
(117,15,71)
#650D3D
(101,13,61)
#550B33
(85,11,51)
#450929
(69,9,41)
#35071F
(53,7,31)
#250515
(37,5,21)
#15030B
(21,3,11)
#000000
(0,0,0)

Tints of #B5176F

#B5176F
(181,23,111)
#BB2C7C
(187,44,124)
#C14189
(193,65,137)
#C75696
(199,86,150)
#CD6BA3
(205,107,163)
#D380B0
(211,128,176)
#D995BD
(217,149,189)
#DFAACA
(223,170,202)
#E5BFD7
(229,191,215)
#EBD4E4
(235,212,228)
#F1E9F1
(241,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5176F color. Also use rgb(181,23,111) instead hex code.

Text Font Color

.myTextColor { color: #B5176F; }

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

This text font color is #B5176F.

Background Color

.myBgColor { background-color: #B5176F; }

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

This div background color is #B5176F.

Border color

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

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

This div border color is #B5176F.

Opacity

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

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

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

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

This text has shadow with #B5176F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5176F.

Preview

Color preview on black background

This text has color #B5176F on black background.


Color preview on white background

This text has color #B5176F on white background.


Black color preview on #B5176F background

This text has black color on #B5176F background.


White color preview on #B5176F background

This text has white color on #B5176F background.


Related colors

Complementary color

Complementary color for #hex is #4AE890.


I love getcolorcode.com

Triadic colors

1 #6FB517 and #176FB5 with #B5176F are triadic colors.

2 #6F17B5 and #17B56F with #B5176F are triadic colors.