COLOR #B46B9F

HEX: #B46B9F RGB: (180,107,159)

Color info

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

RGB color model

#B46B9F color RGB value is (180,107,159).

RGB: (180,107,159) (71%, 42%, 62%)

RGB channels and saturation

R 180 of 255 = 71%
G 107 of 255 = 42%
B 159 of 255 = 62%

180
107
159

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

Portions of RGB colors in percentages

R + G + B = 180 + 107 + 159 = 446 (100%)
R 180 of 446 ~ 40.36%
G 107 of 446 ~ 23.99%
B 159 of 446 ~ 35.65'%

%40.36
%23.99
%35.65

CMYK color model

#B46B9F color CMYK value is (0,41,12,29).

  • cyan value is 0.00%
  • magenta value is 40.56%
  • yellow value is 11.67%
  • key color value is 29.41%
CMYK: (0,41,12,29) C0M41Y12K29 (0%,41%,12%,29%) (0.00/0.41/0.12/0.29) 

CMYK percentages

%0
%40.56
%11.67
%29.41

Codes

Color #B46B9F in popluar color models

B4 6B 9F
RGB 180 107 159
HSL 317° 32.74% 56.27%
HSB/HSV 317° 40.56% 70.59%
CMYK 0.00% 40.56% 11.67%
29.41%

Color #B46B9F in popluar number systems.

HEX B4 6B 9F
Decimal 180 107 159
Binary 10110100 1101011 10011111
Octal 264 153 237

Shades and tints

Shades of #B46B9F

#B46B9F
(180,107,159)
#A46291
(164,98,145)
#945983
(148,89,131)
#845075
(132,80,117)
#744767
(116,71,103)
#643E59
(100,62,89)
#54354B
(84,53,75)
#442C3D
(68,44,61)
#34232F
(52,35,47)
#241A21
(36,26,33)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #B46B9F

#B46B9F
(180,107,159)
#BA78A7
(186,120,167)
#C085AF
(192,133,175)
#C692B7
(198,146,183)
#CC9FBF
(204,159,191)
#D2ACC7
(210,172,199)
#D8B9CF
(216,185,207)
#DEC6D7
(222,198,215)
#E4D3DF
(228,211,223)
#EAE0E7
(234,224,231)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46B9F color. Also use rgb(180,107,159) instead hex code.

Text Font Color

.myTextColor { color: #B46B9F; }

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

This text font color is #B46B9F.

Background Color

.myBgColor { background-color: #B46B9F; }

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

This div background color is #B46B9F.

Border color

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

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

This div border color is #B46B9F.

Opacity

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

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

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

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

This text has shadow with #B46B9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B46B9F.

Preview

Color preview on black background

This text has color #B46B9F on black background.


Color preview on white background

This text has color #B46B9F on white background.


Black color preview on #B46B9F background

This text has black color on #B46B9F background.


White color preview on #B46B9F background

This text has white color on #B46B9F background.


Related colors

Complementary color

Complementary color for #hex is #4B9460.


I love getcolorcode.com

Triadic colors

1 #9FB46B and #6B9FB4 with #B46B9F are triadic colors.

2 #9F6BB4 and #6BB49F with #B46B9F are triadic colors.