COLOR #B6749E

HEX: #B6749E RGB: (182,116,158)

Color info

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

RGB color model

#B6749E color RGB value is (182,116,158).

RGB: (182,116,158) (71%, 45%, 62%)

RGB channels and saturation

R 182 of 255 = 71%
G 116 of 255 = 45%
B 158 of 255 = 62%

182
116
158

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

Portions of RGB colors in percentages

R + G + B = 182 + 116 + 158 = 456 (100%)
R 182 of 456 ~ 39.91%
G 116 of 456 ~ 25.44%
B 158 of 456 ~ 34.65'%

%39.91
%25.44
%34.65

CMYK color model

#B6749E color CMYK value is (0,36,13,29).

  • cyan value is 0.00%
  • magenta value is 36.26%
  • yellow value is 13.19%
  • key color value is 28.63%

CMYK: (0,36,13,29)
C0M36Y13K29 (0%, 36%, 13%, 29%)
(0.00 / 0.36 / 0.13 / 0.29)

CMYK percentages

%0
%36.26
%13.19
%28.63

Codes

Color #B6749E in popluar color models

B6 74 9E
RGB 182 116 158
HSL 322° 31.13% 58.43%
HSB/HSV 322° 36.26% 71.37%
CMYK 0.00% 36.26% 13.19%
28.63%

Color #B6749E in popluar number systems.

HEX B6 74 9E
Decimal 182 116 158
Binary 10110110 1110100 10011110
Octal 266 164 236

Shades and tints

Shades of #B6749E

#B6749E
(182,116,158)
#A66A90
(166,106,144)
#966082
(150,96,130)
#865674
(134,86,116)
#764C66
(118,76,102)
#664258
(102,66,88)
#56384A
(86,56,74)
#462E3C
(70,46,60)
#36242E
(54,36,46)
#261A20
(38,26,32)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #B6749E

#B6749E
(182,116,158)
#BC80A6
(188,128,166)
#C28CAE
(194,140,174)
#C898B6
(200,152,182)
#CEA4BE
(206,164,190)
#D4B0C6
(212,176,198)
#DABCCE
(218,188,206)
#E0C8D6
(224,200,214)
#E6D4DE
(230,212,222)
#ECE0E6
(236,224,230)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6749E color. Also use rgb(182,116,158) instead hex code.

Text Font Color

.myTextColor { color: #B6749E; }

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

This text font color is #B6749E.

Background Color

.myBgColor { background-color: #B6749E; }

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

This div background color is #B6749E.

Border color

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

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

This div border color is #B6749E.

Opacity

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

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

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

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

This text has shadow with #B6749E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6749E.

Preview

Color preview on black background

This text has color #B6749E on black background.


Color preview on white background

This text has color #B6749E on white background.


Black color preview on #B6749E background

This text has black color on #B6749E background.


White color preview on #B6749E background

This text has white color on #B6749E background.


Related colors

Complementary color

Complementary color for #hex is #498B61.


I love getcolorcode.com

Triadic colors

1 #9EB674 and #749EB6 with #B6749E are triadic colors.

2 #9E74B6 and #74B69E with #B6749E are triadic colors.