COLOR #B71B6F

HEX: #B71B6F
RGB: (183,27,111)

Color info

#B71B6F contains mainly red color. Web safe color of #B71B6F is #CC3366 (or #C36).

RGB color model

#B71B6F color RGB value is (183,27,111).

  • red value is 183;
  • green value is 27;
  • blue value is 111.
RGB:
(183,27,111)
(72%,11%,44%)

RGB channels and saturation

R 183 of 255 = 72%
G 27 of 255 = 11%
B 111 of 255 = 44%

183
27
111

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

Portions of RGB colors in percentages

R + G + B =
183 + 27 + 111 = 321 (100%)
R 183 of 321 ~ 57.01%
G 27 of 321 ~ 8.41%
B 111 of 321 ~ 34.58%

%57.01
%34.58

CMYK color model

#B71B6F color CMYK value is (0,85,39,28).

  • cyan value is 0.00%
  • magenta value is 85.25%
  • yellow value is 39.34%
  • key color value is 28.24%
CMYK:
(0,85,39,28)
C0M85Y39K28 
(0%,85%,39%,28%)
(0.00/0.85/0.39/0.28)	

CMYK percentages

%0
%85.25
%39.34
%28.24

Codes

Color #B71B6F in popluar color models

B71B6F
RGB18327111
HSL328°74.29%41.18%
HSB/HSV328°85.25%71.76%
CMYK0.00%85.25%39.34%
28.24%

Color #B71B6F in popluar number systems.

HEXB71B6F
Decimal18327111
Binary10110111110111101111
Octal26733157

Shades and tints

Shades of #B71B6F

#B71B6F
(183,27,111)
#A71965
(167,25,101)
#97175B
(151,23,91)
#871551
(135,21,81)
#771347
(119,19,71)
#67113D
(103,17,61)
#570F33
(87,15,51)
#470D29
(71,13,41)
#370B1F
(55,11,31)
#270915
(39,9,21)
#17070B
(23,7,11)
#000000
(0,0,0)

Tints of #B71B6F

#B71B6F
(183,27,111)
#BD2F7C
(189,47,124)
#C34389
(195,67,137)
#C95796
(201,87,150)
#CF6BA3
(207,107,163)
#D57FB0
(213,127,176)
#DB93BD
(219,147,189)
#E1A7CA
(225,167,202)
#E7BBD7
(231,187,215)
#EDCFE4
(237,207,228)
#F3E3F1
(243,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B71B6F color. Also use rgb(183,27,111) instead hex code.

Text Font Color

.myTextColor { color: #B71B6F; }

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

This text font color is #B71B6F.


Background Color

.myBgColor { background-color: #B71B6F; }

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

This div background color is #B71B6F.


Border color

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

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

This div border color is #B71B6F.


Opacity

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

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

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

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

This text has shadow with #B71B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B71B6F on black background.


Color preview on white background

This text has color #B71B6F on white background.



Black color preview on #B71B6F background

This text has black color on #B71B6F background.


White color preview on #B71B6F background

This text has white color on #B71B6F background.