COLOR #B46C91

HEX: #B46C91 RGB: (180,108,145)

Color info

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

RGB color model

#B46C91 color RGB value is (180,108,145).

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

RGB channels and saturation

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

180
108
145

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

Portions of RGB colors in percentages

R + G + B = 180 + 108 + 145 = 433 (100%)
R 180 of 433 ~ 41.57%
G 108 of 433 ~ 24.94%
B 145 of 433 ~ 33.49'%

%41.57
%24.94
%33.49

CMYK color model

#B46C91 color CMYK value is (0,40,19,29).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 19.44%
  • key color value is 29.41%

CMYK: (0,40,19,29)
C0M40Y19K29 (0%, 40%, 19%, 29%)
(0.00 / 0.40 / 0.19 / 0.29)

CMYK percentages

%0
%40
%19.44
%29.41

Codes

Color #B46C91 in popluar color models

B4 6C 91
RGB 180 108 145
HSL 329° 32.43% 56.47%
HSB/HSV 329° 40.00% 70.59%
CMYK 0.00% 40.00% 19.44%
29.41%

Color #B46C91 in popluar number systems.

HEX B4 6C 91
Decimal 180 108 145
Binary 10110100 1101100 10010001
Octal 264 154 221

Shades and tints

Shades of #B46C91

#B46C91
(180,108,145)
#A46384
(164,99,132)
#945A77
(148,90,119)
#84516A
(132,81,106)
#74485D
(116,72,93)
#643F50
(100,63,80)
#543643
(84,54,67)
#442D36
(68,45,54)
#342429
(52,36,41)
#241B1C
(36,27,28)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #B46C91

#B46C91
(180,108,145)
#BA799B
(186,121,155)
#C086A5
(192,134,165)
#C693AF
(198,147,175)
#CCA0B9
(204,160,185)
#D2ADC3
(210,173,195)
#D8BACD
(216,186,205)
#DEC7D7
(222,199,215)
#E4D4E1
(228,212,225)
#EAE1EB
(234,225,235)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B46C91; }

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

This text font color is #B46C91.

Background Color

.myBgColor { background-color: #B46C91; }

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

This div background color is #B46C91.

Border color

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

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

This div border color is #B46C91.

Opacity

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

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

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

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

This text has shadow with #B46C91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B46C91.

Preview

Color preview on black background

This text has color #B46C91 on black background.


Color preview on white background

This text has color #B46C91 on white background.


Black color preview on #B46C91 background

This text has black color on #B46C91 background.


White color preview on #B46C91 background

This text has white color on #B46C91 background.


Related colors

Complementary color

Complementary color for #hex is #4B936E.


I love getcolorcode.com

Triadic colors

1 #91B46C and #6C91B4 with #B46C91 are triadic colors.

2 #916CB4 and #6CB491 with #B46C91 are triadic colors.