COLOR #B66D7C

HEX: #B66D7C RGB: (182,109,124)

Color info

#B66D7C contains mainly red and blue colors. Web safe color of #B66D7C is #CC6666 (or #C66).

RGB color model

#B66D7C color RGB value is (182,109,124).

RGB: (182,109,124) (71%, 43%, 49%)

RGB channels and saturation

R 182 of 255 = 71%
G 109 of 255 = 43%
B 124 of 255 = 49%

182
109
124

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

Portions of RGB colors in percentages

R + G + B = 182 + 109 + 124 = 415 (100%)
R 182 of 415 ~ 43.86%
G 109 of 415 ~ 26.27%
B 124 of 415 ~ 29.88'%

%43.86
%26.27
%29.88

CMYK color model

#B66D7C color CMYK value is (0,40,32,29).

  • cyan value is 0.00%
  • magenta value is 40.11%
  • yellow value is 31.87%
  • key color value is 28.63%

CMYK: (0,40,32,29)
C0M40Y32K29 (0%, 40%, 32%, 29%)
(0.00 / 0.40 / 0.32 / 0.29)

CMYK percentages

%0
%40.11
%31.87
%28.63

Codes

Color #B66D7C in popluar color models

B6 6D 7C
RGB 182 109 124
HSL 348° 33.33% 57.06%
HSB/HSV 348° 40.11% 71.37%
CMYK 0.00% 40.11% 31.87%
28.63%

Color #B66D7C in popluar number systems.

HEX B6 6D 7C
Decimal 182 109 124
Binary 10110110 1101101 1111100
Octal 266 155 174

Shades and tints

Shades of #B66D7C

#B66D7C
(182,109,124)
#A66471
(166,100,113)
#965B66
(150,91,102)
#86525B
(134,82,91)
#764950
(118,73,80)
#664045
(102,64,69)
#56373A
(86,55,58)
#462E2F
(70,46,47)
#362524
(54,37,36)
#261C19
(38,28,25)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #B66D7C

#B66D7C
(182,109,124)
#BC7A87
(188,122,135)
#C28792
(194,135,146)
#C8949D
(200,148,157)
#CEA1A8
(206,161,168)
#D4AEB3
(212,174,179)
#DABBBE
(218,187,190)
#E0C8C9
(224,200,201)
#E6D5D4
(230,213,212)
#ECE2DF
(236,226,223)
#F2EFEA
(242,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66D7C color. Also use rgb(182,109,124) instead hex code.

Text Font Color

.myTextColor { color: #B66D7C; }

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

This text font color is #B66D7C.

Background Color

.myBgColor { background-color: #B66D7C; }

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

This div background color is #B66D7C.

Border color

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

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

This div border color is #B66D7C.

Opacity

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

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

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

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

This text has shadow with #B66D7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B66D7C.

Preview

Color preview on black background

This text has color #B66D7C on black background.


Color preview on white background

This text has color #B66D7C on white background.


Black color preview on #B66D7C background

This text has black color on #B66D7C background.


White color preview on #B66D7C background

This text has white color on #B66D7C background.


Related colors

Complementary color

Complementary color for #hex is #499283.


I love getcolorcode.com

Triadic colors

1 #7CB66D and #6D7CB6 with #B66D7C are triadic colors.

2 #7C6DB6 and #6DB67C with #B66D7C are triadic colors.