COLOR #B46B9B

HEX: #B46B9B RGB: (180,107,155)

Color info

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

RGB color model

#B46B9B color RGB value is (180,107,155).

RGB: (180,107,155) (71%, 42%, 61%)

RGB channels and saturation

R 180 of 255 = 71%
G 107 of 255 = 42%
B 155 of 255 = 61%

180
107
155

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

Portions of RGB colors in percentages

R + G + B = 180 + 107 + 155 = 442 (100%)
R 180 of 442 ~ 40.72%
G 107 of 442 ~ 24.21%
B 155 of 442 ~ 35.07'%

%40.72
%24.21
%35.07

CMYK color model

#B46B9B color CMYK value is (0,41,14,29).

  • cyan value is 0.00%
  • magenta value is 40.56%
  • yellow value is 13.89%
  • key color value is 29.41%

CMYK: (0,41,14,29)
C0M41Y14K29 (0%, 41%, 14%, 29%)
(0.00 / 0.41 / 0.14 / 0.29)

CMYK percentages

%0
%40.56
%13.89
%29.41

Codes

Color #B46B9B in popluar color models

B4 6B 9B
RGB 180 107 155
HSL 321° 32.74% 56.27%
HSB/HSV 321° 40.56% 70.59%
CMYK 0.00% 40.56% 13.89%
29.41%

Color #B46B9B in popluar number systems.

HEX B4 6B 9B
Decimal 180 107 155
Binary 10110100 1101011 10011011
Octal 264 153 233

Shades and tints

Shades of #B46B9B

#B46B9B
(180,107,155)
#A4628D
(164,98,141)
#94597F
(148,89,127)
#845071
(132,80,113)
#744763
(116,71,99)
#643E55
(100,62,85)
#543547
(84,53,71)
#442C39
(68,44,57)
#34232B
(52,35,43)
#241A1D
(36,26,29)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #B46B9B

#B46B9B
(180,107,155)
#BA78A4
(186,120,164)
#C085AD
(192,133,173)
#C692B6
(198,146,182)
#CC9FBF
(204,159,191)
#D2ACC8
(210,172,200)
#D8B9D1
(216,185,209)
#DEC6DA
(222,198,218)
#E4D3E3
(228,211,227)
#EAE0EC
(234,224,236)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B46B9B; }

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

This text font color is #B46B9B.

Background Color

.myBgColor { background-color: #B46B9B; }

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

This div background color is #B46B9B.

Border color

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

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

This div border color is #B46B9B.

Opacity

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

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

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

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

This text has shadow with #B46B9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B46B9B.

Preview

Color preview on black background

This text has color #B46B9B on black background.


Color preview on white background

This text has color #B46B9B on white background.


Black color preview on #B46B9B background

This text has black color on #B46B9B background.


White color preview on #B46B9B background

This text has white color on #B46B9B background.


Related colors

Complementary color

Complementary color for #hex is #4B9464.


I love getcolorcode.com

Triadic colors

1 #9BB46B and #6B9BB4 with #B46B9B are triadic colors.

2 #9B6BB4 and #6BB49B with #B46B9B are triadic colors.