COLOR #B66C8B

HEX: #B66C8B RGB: (182,108,139)

Color info

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

RGB color model

#B66C8B color RGB value is (182,108,139).

RGB: (182,108,139) (71%, 42%, 55%)

RGB channels and saturation

R 182 of 255 = 71%
G 108 of 255 = 42%
B 139 of 255 = 55%

182
108
139

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

Portions of RGB colors in percentages

R + G + B = 182 + 108 + 139 = 429 (100%)
R 182 of 429 ~ 42.42%
G 108 of 429 ~ 25.17%
B 139 of 429 ~ 32.4'%

%42.42
%25.17
%32.4

CMYK color model

#B66C8B color CMYK value is (0,41,24,29).

  • cyan value is 0.00%
  • magenta value is 40.66%
  • yellow value is 23.63%
  • key color value is 28.63%

CMYK: (0,41,24,29)
C0M41Y24K29 (0%, 41%, 24%, 29%)
(0.00 / 0.41 / 0.24 / 0.29)

CMYK percentages

%0
%40.66
%23.63
%28.63

Codes

Color #B66C8B in popluar color models

B6 6C 8B
RGB 182 108 139
HSL 335° 33.64% 56.86%
HSB/HSV 335° 40.66% 71.37%
CMYK 0.00% 40.66% 23.63%
28.63%

Color #B66C8B in popluar number systems.

HEX B6 6C 8B
Decimal 182 108 139
Binary 10110110 1101100 10001011
Octal 266 154 213

Shades and tints

Shades of #B66C8B

#B66C8B
(182,108,139)
#A6637F
(166,99,127)
#965A73
(150,90,115)
#865167
(134,81,103)
#76485B
(118,72,91)
#663F4F
(102,63,79)
#563643
(86,54,67)
#462D37
(70,45,55)
#36242B
(54,36,43)
#261B1F
(38,27,31)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #B66C8B

#B66C8B
(182,108,139)
#BC7995
(188,121,149)
#C2869F
(194,134,159)
#C893A9
(200,147,169)
#CEA0B3
(206,160,179)
#D4ADBD
(212,173,189)
#DABAC7
(218,186,199)
#E0C7D1
(224,199,209)
#E6D4DB
(230,212,219)
#ECE1E5
(236,225,229)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66C8B color. Also use rgb(182,108,139) instead hex code.

Text Font Color

.myTextColor { color: #B66C8B; }

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

This text font color is #B66C8B.

Background Color

.myBgColor { background-color: #B66C8B; }

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

This div background color is #B66C8B.

Border color

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

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

This div border color is #B66C8B.

Opacity

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

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

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

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

This text has shadow with #B66C8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B66C8B.

Preview

Color preview on black background

This text has color #B66C8B on black background.


Color preview on white background

This text has color #B66C8B on white background.


Black color preview on #B66C8B background

This text has black color on #B66C8B background.


White color preview on #B66C8B background

This text has white color on #B66C8B background.


Related colors

Complementary color

Complementary color for #hex is #499374.


I love getcolorcode.com

Triadic colors

1 #8BB66C and #6C8BB6 with #B66C8B are triadic colors.

2 #8B6CB6 and #6CB68B with #B66C8B are triadic colors.