COLOR #B66C91

HEX: #B66C91 RGB: (182,108,145)

Color info

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

RGB color model

#B66C91 color RGB value is (182,108,145).

RGB: (182,108,145) (71%, 42%, 57%)

RGB channels and saturation

R 182 of 255 = 71%
G 108 of 255 = 42%
B 145 of 255 = 57%

182
108
145

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

Portions of RGB colors in percentages

R + G + B = 182 + 108 + 145 = 435 (100%)
R 182 of 435 ~ 41.84%
G 108 of 435 ~ 24.83%
B 145 of 435 ~ 33.33'%

%41.84
%24.83
%33.33

CMYK color model

#B66C91 color CMYK value is (0,41,20,29).

  • cyan value is 0.00%
  • magenta value is 40.66%
  • yellow value is 20.33%
  • key color value is 28.63%
CMYK: (0,41,20,29) C0M41Y20K29 (0%,41%,20%,29%) (0.00/0.41/0.20/0.29) 

CMYK percentages

%0
%40.66
%20.33
%28.63

Codes

Color #B66C91 in popluar color models

B6 6C 91
RGB 182 108 145
HSL 330° 33.64% 56.86%
HSB/HSV 330° 40.66% 71.37%
CMYK 0.00% 40.66% 20.33%
28.63%

Color #B66C91 in popluar number systems.

HEX B6 6C 91
Decimal 182 108 145
Binary 10110110 1101100 10010001
Octal 266 154 221

Shades and tints

Shades of #B66C91

#B66C91
(182,108,145)
#A66384
(166,99,132)
#965A77
(150,90,119)
#86516A
(134,81,106)
#76485D
(118,72,93)
#663F50
(102,63,80)
#563643
(86,54,67)
#462D36
(70,45,54)
#362429
(54,36,41)
#261B1C
(38,27,28)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #B66C91

#B66C91
(182,108,145)
#BC799B
(188,121,155)
#C286A5
(194,134,165)
#C893AF
(200,147,175)
#CEA0B9
(206,160,185)
#D4ADC3
(212,173,195)
#DABACD
(218,186,205)
#E0C7D7
(224,199,215)
#E6D4E1
(230,212,225)
#ECE1EB
(236,225,235)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B66C91; }

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

This text font color is #B66C91.

Background Color

.myBgColor { background-color: #B66C91; }

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

This div background color is #B66C91.

Border color

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

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

This div border color is #B66C91.

Opacity

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

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

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

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

This text has shadow with #B66C91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B66C91.

Preview

Color preview on black background

This text has color #B66C91 on black background.


Color preview on white background

This text has color #B66C91 on white background.


Black color preview on #B66C91 background

This text has black color on #B66C91 background.


White color preview on #B66C91 background

This text has white color on #B66C91 background.


Related colors

Complementary color

Complementary color for #hex is #49936E.


I love getcolorcode.com

Triadic colors

1 #91B66C and #6C91B6 with #B66C91 are triadic colors.

2 #916CB6 and #6CB691 with #B66C91 are triadic colors.