COLOR #B66B8C

HEX: #B66B8C RGB: (182,107,140)

Color info

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

RGB color model

#B66B8C color RGB value is (182,107,140).

RGB: (182,107,140) (71%, 42%, 55%)

RGB channels and saturation

R 182 of 255 = 71%
G 107 of 255 = 42%
B 140 of 255 = 55%

182
107
140

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

Portions of RGB colors in percentages

R + G + B = 182 + 107 + 140 = 429 (100%)
R 182 of 429 ~ 42.42%
G 107 of 429 ~ 24.94%
B 140 of 429 ~ 32.63'%

%42.42
%24.94
%32.63

CMYK color model

#B66B8C color CMYK value is (0,41,23,29).

  • cyan value is 0.00%
  • magenta value is 41.21%
  • yellow value is 23.08%
  • key color value is 28.63%

CMYK: (0,41,23,29)
C0M41Y23K29 (0%, 41%, 23%, 29%)
(0.00 / 0.41 / 0.23 / 0.29)

CMYK percentages

%0
%41.21
%23.08
%28.63

Codes

Color #B66B8C in popluar color models

B6 6B 8C
RGB 182 107 140
HSL 334° 33.94% 56.67%
HSB/HSV 334° 41.21% 71.37%
CMYK 0.00% 41.21% 23.08%
28.63%

Color #B66B8C in popluar number systems.

HEX B6 6B 8C
Decimal 182 107 140
Binary 10110110 1101011 10001100
Octal 266 153 214

Shades and tints

Shades of #B66B8C

#B66B8C
(182,107,140)
#A66280
(166,98,128)
#965974
(150,89,116)
#865068
(134,80,104)
#76475C
(118,71,92)
#663E50
(102,62,80)
#563544
(86,53,68)
#462C38
(70,44,56)
#36232C
(54,35,44)
#261A20
(38,26,32)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #B66B8C

#B66B8C
(182,107,140)
#BC7896
(188,120,150)
#C285A0
(194,133,160)
#C892AA
(200,146,170)
#CE9FB4
(206,159,180)
#D4ACBE
(212,172,190)
#DAB9C8
(218,185,200)
#E0C6D2
(224,198,210)
#E6D3DC
(230,211,220)
#ECE0E6
(236,224,230)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66B8C color. Also use rgb(182,107,140) instead hex code.

Text Font Color

.myTextColor { color: #B66B8C; }

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

This text font color is #B66B8C.

Background Color

.myBgColor { background-color: #B66B8C; }

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

This div background color is #B66B8C.

Border color

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

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

This div border color is #B66B8C.

Opacity

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

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

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

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

This text has shadow with #B66B8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B66B8C.

Preview

Color preview on black background

This text has color #B66B8C on black background.


Color preview on white background

This text has color #B66B8C on white background.


Black color preview on #B66B8C background

This text has black color on #B66B8C background.


White color preview on #B66B8C background

This text has white color on #B66B8C background.


Related colors

Complementary color

Complementary color for #hex is #499473.


I love getcolorcode.com

Triadic colors

1 #8CB66B and #6B8CB6 with #B66B8C are triadic colors.

2 #8C6BB6 and #6BB68C with #B66B8C are triadic colors.