COLOR #B6749F

HEX: #B6749F
RGB: (182,116,159)

Color info

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

RGB color model

#B6749F color RGB value is (182,116,159).

  • red value is 182;
  • green value is 116;
  • blue value is 159.
RGB:
(182,116,159)
(71%,45%,62%)

RGB channels and saturation

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

182
116
159

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

Portions of RGB colors in percentages

R + G + B =
182 + 116 + 159 = 457 (100%)
R 182 of 457 ~ 39.82%
G 116 of 457 ~ 25.38%
B 159 of 457 ~ 34.79%

%39.82
%25.38
%34.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.26%
  • yellow value is 12.64%
  • 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
%12.64
%28.63

Codes

Color #B6749F in popluar color models

B6749F
RGB182116159
HSL321°31.13%58.43%
HSB/HSV321°36.26%71.37%
CMYK0.00%36.26%12.64%
28.63%

Color #B6749F in popluar number systems.

HEXB6749F
Decimal182116159
Binary10110110111010010011111
Octal266164237

Shades and tints

Shades of #B6749F

#B6749F
(182,116,159)
#A66A91
(166,106,145)
#966083
(150,96,131)
#865675
(134,86,117)
#764C67
(118,76,103)
#664259
(102,66,89)
#56384B
(86,56,75)
#462E3D
(70,46,61)
#36242F
(54,36,47)
#261A21
(38,26,33)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #B6749F

#B6749F
(182,116,159)
#BC80A7
(188,128,167)
#C28CAF
(194,140,175)
#C898B7
(200,152,183)
#CEA4BF
(206,164,191)
#D4B0C7
(212,176,199)
#DABCCF
(218,188,207)
#E0C8D7
(224,200,215)
#E6D4DF
(230,212,223)
#ECE0E7
(236,224,231)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6749F; }

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

This text font color is #B6749F.


Background Color

.myBgColor { background-color: #B6749F; }

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

This div background color is #B6749F.


Border color

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

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

This div border color is #B6749F.


Opacity

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

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

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

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

This text has shadow with #B6749F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6749F on black background.


Color preview on white background

This text has color #B6749F on white background.



Black color preview on #B6749F background

This text has black color on #B6749F background.


White color preview on #B6749F background

This text has white color on #B6749F background.