COLOR #B6729B

HEX: #B6729B
RGB: (182,114,155)

Color info

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

RGB color model

#B6729B color RGB value is (182,114,155).

  • red value is 182;
  • green value is 114;
  • blue value is 155.
RGB:
(182,114,155)
(71%,45%,61%)

RGB channels and saturation

R 182 of 255 = 71%
G 114 of 255 = 45%
B 155 of 255 = 61%

182
114
155

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

Portions of RGB colors in percentages

R + G + B =
182 + 114 + 155 = 451 (100%)
R 182 of 451 ~ 40.35%
G 114 of 451 ~ 25.28%
B 155 of 451 ~ 34.37%

%40.35
%25.28
%34.37

CMYK color model

#B6729B color CMYK value is (0,37,15,29).

  • cyan value is 0.00%
  • magenta value is 37.36%
  • yellow value is 14.84%
  • key color value is 28.63%
CMYK:
(0,37,15,29)
C0M37Y15K29 
(0%,37%,15%,29%)
(0.00/0.37/0.15/0.29)	

CMYK percentages

%0
%37.36
%14.84
%28.63

Codes

Color #B6729B in popluar color models

B6729B
RGB182114155
HSL324°31.78%58.04%
HSB/HSV324°37.36%71.37%
CMYK0.00%37.36%14.84%
28.63%

Color #B6729B in popluar number systems.

HEXB6729B
Decimal182114155
Binary10110110111001010011011
Octal266162233

Shades and tints

Shades of #B6729B

#B6729B
(182,114,155)
#A6688D
(166,104,141)
#965E7F
(150,94,127)
#865471
(134,84,113)
#764A63
(118,74,99)
#664055
(102,64,85)
#563647
(86,54,71)
#462C39
(70,44,57)
#36222B
(54,34,43)
#26181D
(38,24,29)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #B6729B

#B6729B
(182,114,155)
#BC7EA4
(188,126,164)
#C28AAD
(194,138,173)
#C896B6
(200,150,182)
#CEA2BF
(206,162,191)
#D4AEC8
(212,174,200)
#DABAD1
(218,186,209)
#E0C6DA
(224,198,218)
#E6D2E3
(230,210,227)
#ECDEEC
(236,222,236)
#F2EAF5
(242,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6729B color. Also use rgb(182,114,155) instead hex code.

Text Font Color

.myTextColor { color: #B6729B; }

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

This text font color is #B6729B.


Background Color

.myBgColor { background-color: #B6729B; }

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

This div background color is #B6729B.


Border color

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

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

This div border color is #B6729B.


Opacity

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

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

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

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

This text has shadow with #B6729B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6729B on black background.


Color preview on white background

This text has color #B6729B on white background.



Black color preview on #B6729B background

This text has black color on #B6729B background.


White color preview on #B6729B background

This text has white color on #B6729B background.