COLOR #B6728D

HEX: #B6728D RGB: (182,114,141)

Color info

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

RGB color model

#B6728D color RGB value is (182,114,141).

RGB: (182,114,141) (71%, 45%, 55%)

RGB channels and saturation

R 182 of 255 = 71%
G 114 of 255 = 45%
B 141 of 255 = 55%

182
114
141

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

Portions of RGB colors in percentages

R + G + B = 182 + 114 + 141 = 437 (100%)
R 182 of 437 ~ 41.65%
G 114 of 437 ~ 26.09%
B 141 of 437 ~ 32.27'%

%41.65
%26.09
%32.27

CMYK color model

#B6728D color CMYK value is (0,37,23,29).

  • cyan value is 0.00%
  • magenta value is 37.36%
  • yellow value is 22.53%
  • key color value is 28.63%

CMYK: (0,37,23,29)
C0M37Y23K29 (0%, 37%, 23%, 29%)
(0.00 / 0.37 / 0.23 / 0.29)

CMYK percentages

%0
%37.36
%22.53
%28.63

Codes

Color #B6728D in popluar color models

B6 72 8D
RGB 182 114 141
HSL 336° 31.78% 58.04%
HSB/HSV 336° 37.36% 71.37%
CMYK 0.00% 37.36% 22.53%
28.63%

Color #B6728D in popluar number systems.

HEX B6 72 8D
Decimal 182 114 141
Binary 10110110 1110010 10001101
Octal 266 162 215

Shades and tints

Shades of #B6728D

#B6728D
(182,114,141)
#A66881
(166,104,129)
#965E75
(150,94,117)
#865469
(134,84,105)
#764A5D
(118,74,93)
#664051
(102,64,81)
#563645
(86,54,69)
#462C39
(70,44,57)
#36222D
(54,34,45)
#261821
(38,24,33)
#160E15
(22,14,21)
#000000
(0,0,0)

Tints of #B6728D

#B6728D
(182,114,141)
#BC7E97
(188,126,151)
#C28AA1
(194,138,161)
#C896AB
(200,150,171)
#CEA2B5
(206,162,181)
#D4AEBF
(212,174,191)
#DABAC9
(218,186,201)
#E0C6D3
(224,198,211)
#E6D2DD
(230,210,221)
#ECDEE7
(236,222,231)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6728D; }

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

This text font color is #B6728D.

Background Color

.myBgColor { background-color: #B6728D; }

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

This div background color is #B6728D.

Border color

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

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

This div border color is #B6728D.

Opacity

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

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

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

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

This text has shadow with #B6728D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6728D.

Preview

Color preview on black background

This text has color #B6728D on black background.


Color preview on white background

This text has color #B6728D on white background.


Black color preview on #B6728D background

This text has black color on #B6728D background.


White color preview on #B6728D background

This text has white color on #B6728D background.


Related colors

Complementary color

Complementary color for #hex is #498D72.


I love getcolorcode.com

Triadic colors

1 #8DB672 and #728DB6 with #B6728D are triadic colors.

2 #8D72B6 and #72B68D with #B6728D are triadic colors.