COLOR #B71D6A

HEX: #B71D6A RGB: (183,29,106)

Color info

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

RGB color model

#B71D6A color RGB value is (183,29,106).

RGB: (183,29,106) (72%, 11%, 42%)

RGB channels and saturation

R 183 of 255 = 72%
G 29 of 255 = 11%
B 106 of 255 = 42%

183
29
106

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

Portions of RGB colors in percentages

R + G + B = 183 + 29 + 106 = 318 (100%)
R 183 of 318 ~ 57.55%
G 29 of 318 ~ 9.12%
B 106 of 318 ~ 33.33'%

%57.55
%33.33

CMYK color model

#B71D6A color CMYK value is (0,84,42,28).

  • cyan value is 0.00%
  • magenta value is 84.15%
  • yellow value is 42.08%
  • key color value is 28.24%

CMYK: (0,84,42,28)
C0M84Y42K28 (0%, 84%, 42%, 28%)
(0.00 / 0.84 / 0.42 / 0.28)

CMYK percentages

%0
%84.15
%42.08
%28.24

Codes

Color #B71D6A in popluar color models

B7 1D 6A
RGB 183 29 106
HSL 330° 72.64% 41.57%
HSB/HSV 330° 84.15% 71.76%
CMYK 0.00% 84.15% 42.08%
28.24%

Color #B71D6A in popluar number systems.

HEX B7 1D 6A
Decimal 183 29 106
Binary 10110111 11101 1101010
Octal 267 35 152

Shades and tints

Shades of #B71D6A

#B71D6A
(183,29,106)
#A71B61
(167,27,97)
#971958
(151,25,88)
#87174F
(135,23,79)
#771546
(119,21,70)
#67133D
(103,19,61)
#571134
(87,17,52)
#470F2B
(71,15,43)
#370D22
(55,13,34)
#270B19
(39,11,25)
#170910
(23,9,16)
#000000
(0,0,0)

Tints of #B71D6A

#B71D6A
(183,29,106)
#BD3177
(189,49,119)
#C34584
(195,69,132)
#C95991
(201,89,145)
#CF6D9E
(207,109,158)
#D581AB
(213,129,171)
#DB95B8
(219,149,184)
#E1A9C5
(225,169,197)
#E7BDD2
(231,189,210)
#EDD1DF
(237,209,223)
#F3E5EC
(243,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B71D6A color. Also use rgb(183,29,106) instead hex code.

Text Font Color

.myTextColor { color: #B71D6A; }

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

This text font color is #B71D6A.

Background Color

.myBgColor { background-color: #B71D6A; }

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

This div background color is #B71D6A.

Border color

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

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

This div border color is #B71D6A.

Opacity

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

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

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

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

This text has shadow with #B71D6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B71D6A.

Preview

Color preview on black background

This text has color #B71D6A on black background.


Color preview on white background

This text has color #B71D6A on white background.


Black color preview on #B71D6A background

This text has black color on #B71D6A background.


White color preview on #B71D6A background

This text has white color on #B71D6A background.


Related colors

Complementary color

Complementary color for #hex is #48E295.


I love getcolorcode.com

Triadic colors

1 #6AB71D and #1D6AB7 with #B71D6A are triadic colors.

2 #6A1DB7 and #1DB76A with #B71D6A are triadic colors.