COLOR #B46680

HEX: #B46680 RGB: (180,102,128)

Color info

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

RGB color model

#B46680 color RGB value is (180,102,128).

RGB: (180,102,128) (71%, 40%, 50%)

RGB channels and saturation

R 180 of 255 = 71%
G 102 of 255 = 40%
B 128 of 255 = 50%

180
102
128

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

Portions of RGB colors in percentages

R + G + B = 180 + 102 + 128 = 410 (100%)
R 180 of 410 ~ 43.9%
G 102 of 410 ~ 24.88%
B 128 of 410 ~ 31.22'%

%43.9
%24.88
%31.22

CMYK color model

#B46680 color CMYK value is (0,43,29,29).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 28.89%
  • key color value is 29.41%

CMYK: (0,43,29,29)
C0M43Y29K29 (0%, 43%, 29%, 29%)
(0.00 / 0.43 / 0.29 / 0.29)

CMYK percentages

%0
%43.33
%28.89
%29.41

Codes

Color #B46680 in popluar color models

B4 66 80
RGB 180 102 128
HSL 340° 34.21% 55.29%
HSB/HSV 340° 43.33% 70.59%
CMYK 0.00% 43.33% 28.89%
29.41%

Color #B46680 in popluar number systems.

HEX B4 66 80
Decimal 180 102 128
Binary 10110100 1100110 10000000
Octal 264 146 200

Shades and tints

Shades of #B46680

#B46680
(180,102,128)
#A45D75
(164,93,117)
#94546A
(148,84,106)
#844B5F
(132,75,95)
#744254
(116,66,84)
#643949
(100,57,73)
#54303E
(84,48,62)
#442733
(68,39,51)
#341E28
(52,30,40)
#24151D
(36,21,29)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #B46680

#B46680
(180,102,128)
#BA738B
(186,115,139)
#C08096
(192,128,150)
#C68DA1
(198,141,161)
#CC9AAC
(204,154,172)
#D2A7B7
(210,167,183)
#D8B4C2
(216,180,194)
#DEC1CD
(222,193,205)
#E4CED8
(228,206,216)
#EADBE3
(234,219,227)
#F0E8EE
(240,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46680 color. Also use rgb(180,102,128) instead hex code.

Text Font Color

.myTextColor { color: #B46680; }

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

This text font color is #B46680.

Background Color

.myBgColor { background-color: #B46680; }

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

This div background color is #B46680.

Border color

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

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

This div border color is #B46680.

Opacity

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

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

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

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

This text has shadow with #B46680 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B46680.

Preview

Color preview on black background

This text has color #B46680 on black background.


Color preview on white background

This text has color #B46680 on white background.


Black color preview on #B46680 background

This text has black color on #B46680 background.


White color preview on #B46680 background

This text has white color on #B46680 background.


Related colors

Complementary color

Complementary color for #hex is #4B997F.


I love getcolorcode.com

Triadic colors

1 #80B466 and #6680B4 with #B46680 are triadic colors.

2 #8066B4 and #66B480 with #B46680 are triadic colors.