COLOR #B6749A

HEX: #B6749A
RGB: (182,116,154)

Color info

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

RGB color model

#B6749A color RGB value is (182,116,154).

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

RGB channels and saturation

R 182 of 255 = 71%
G 116 of 255 = 45%
B 154 of 255 = 60%

182
116
154

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

Portions of RGB colors in percentages

R + G + B =
182 + 116 + 154 = 452 (100%)
R 182 of 452 ~ 40.27%
G 116 of 452 ~ 25.66%
B 154 of 452 ~ 34.07%

%40.27
%25.66
%34.07

CMYK color model

#B6749A color CMYK value is (0,36,15,29).

  • cyan value is 0.00%
  • magenta value is 36.26%
  • yellow value is 15.38%
  • key color value is 28.63%
CMYK:
(0,36,15,29)
C0M36Y15K29 
(0%,36%,15%,29%)
(0.00/0.36/0.15/0.29)	

CMYK percentages

%0
%36.26
%15.38
%28.63

Codes

Color #B6749A in popluar color models

B6749A
RGB182116154
HSL325°31.13%58.43%
HSB/HSV325°36.26%71.37%
CMYK0.00%36.26%15.38%
28.63%

Color #B6749A in popluar number systems.

HEXB6749A
Decimal182116154
Binary10110110111010010011010
Octal266164232

Shades and tints

Shades of #B6749A

#B6749A
(182,116,154)
#A66A8C
(166,106,140)
#96607E
(150,96,126)
#865670
(134,86,112)
#764C62
(118,76,98)
#664254
(102,66,84)
#563846
(86,56,70)
#462E38
(70,46,56)
#36242A
(54,36,42)
#261A1C
(38,26,28)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #B6749A

#B6749A
(182,116,154)
#BC80A3
(188,128,163)
#C28CAC
(194,140,172)
#C898B5
(200,152,181)
#CEA4BE
(206,164,190)
#D4B0C7
(212,176,199)
#DABCD0
(218,188,208)
#E0C8D9
(224,200,217)
#E6D4E2
(230,212,226)
#ECE0EB
(236,224,235)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6749A; }

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

This text font color is #B6749A.


Background Color

.myBgColor { background-color: #B6749A; }

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

This div background color is #B6749A.


Border color

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

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

This div border color is #B6749A.


Opacity

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

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

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

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

This text has shadow with #B6749A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6749A on black background.


Color preview on white background

This text has color #B6749A on white background.



Black color preview on #B6749A background

This text has black color on #B6749A background.


White color preview on #B6749A background

This text has white color on #B6749A background.