COLOR #B971A6

HEX: #B971A6 RGB: (185,113,166)

Color info

#B971A6 contains mainly red and blue colors. Web safe color of #B971A6 is #CC6699 (or #C69).

RGB color model

#B971A6 color RGB value is (185,113,166).

RGB: (185,113,166) (73%, 44%, 65%)

RGB channels and saturation

R 185 of 255 = 73%
G 113 of 255 = 44%
B 166 of 255 = 65%

185
113
166

R + G + B ~ 61%. #B971A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 113 + 166 = 464 (100%)
R 185 of 464 ~ 39.87%
G 113 of 464 ~ 24.35%
B 166 of 464 ~ 35.78'%

%39.87
%24.35
%35.78

CMYK color model

#B971A6 color CMYK value is (0,39,10,27).

  • cyan value is 0.00%
  • magenta value is 38.92%
  • yellow value is 10.27%
  • key color value is 27.45%

CMYK: (0,39,10,27)
C0M39Y10K27 (0%, 39%, 10%, 27%)
(0.00 / 0.39 / 0.10 / 0.27)

CMYK percentages

%0
%38.92
%10.27
%27.45

Codes

Color #B971A6 in popluar color models

B9 71 A6
RGB 185 113 166
HSL 316° 33.96% 58.43%
HSB/HSV 316° 38.92% 72.55%
CMYK 0.00% 38.92% 10.27%
27.45%

Color #B971A6 in popluar number systems.

HEX B9 71 A6
Decimal 185 113 166
Binary 10111001 1110001 10100110
Octal 271 161 246

Shades and tints

Shades of #B971A6

#B971A6
(185,113,166)
#A96797
(169,103,151)
#995D88
(153,93,136)
#895379
(137,83,121)
#79496A
(121,73,106)
#693F5B
(105,63,91)
#59354C
(89,53,76)
#492B3D
(73,43,61)
#39212E
(57,33,46)
#29171F
(41,23,31)
#190D10
(25,13,16)
#000000
(0,0,0)

Tints of #B971A6

#B971A6
(185,113,166)
#BF7DAE
(191,125,174)
#C589B6
(197,137,182)
#CB95BE
(203,149,190)
#D1A1C6
(209,161,198)
#D7ADCE
(215,173,206)
#DDB9D6
(221,185,214)
#E3C5DE
(227,197,222)
#E9D1E6
(233,209,230)
#EFDDEE
(239,221,238)
#F5E9F6
(245,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B971A6 color. Also use rgb(185,113,166) instead hex code.

Text Font Color

.myTextColor { color: #B971A6; }

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

This text font color is #B971A6.

Background Color

.myBgColor { background-color: #B971A6; }

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

This div background color is #B971A6.

Border color

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

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

This div border color is #B971A6.

Opacity

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

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

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

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

This text has shadow with #B971A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B971A6.

Preview

Color preview on black background

This text has color #B971A6 on black background.


Color preview on white background

This text has color #B971A6 on white background.


Black color preview on #B971A6 background

This text has black color on #B971A6 background.


White color preview on #B971A6 background

This text has white color on #B971A6 background.


Related colors

Complementary color

Complementary color for #hex is #468E59.


I love getcolorcode.com

Triadic colors

1 #A6B971 and #71A6B9 with #B971A6 are triadic colors.

2 #A671B9 and #71B9A6 with #B971A6 are triadic colors.