COLOR #B46585

HEX: #B46585 RGB: (180,101,133)

Color info

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

RGB color model

#B46585 color RGB value is (180,101,133).

RGB: (180,101,133) (71%, 40%, 52%)

RGB channels and saturation

R 180 of 255 = 71%
G 101 of 255 = 40%
B 133 of 255 = 52%

180
101
133

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

Portions of RGB colors in percentages

R + G + B = 180 + 101 + 133 = 414 (100%)
R 180 of 414 ~ 43.48%
G 101 of 414 ~ 24.4%
B 133 of 414 ~ 32.13'%

%43.48
%24.4
%32.13

CMYK color model

#B46585 color CMYK value is (0,44,26,29).

  • cyan value is 0.00%
  • magenta value is 43.89%
  • yellow value is 26.11%
  • key color value is 29.41%

CMYK: (0,44,26,29)
C0M44Y26K29 (0%, 44%, 26%, 29%)
(0.00 / 0.44 / 0.26 / 0.29)

CMYK percentages

%0
%43.89
%26.11
%29.41

Codes

Color #B46585 in popluar color models

B4 65 85
RGB 180 101 133
HSL 336° 34.50% 55.10%
HSB/HSV 336° 43.89% 70.59%
CMYK 0.00% 43.89% 26.11%
29.41%

Color #B46585 in popluar number systems.

HEX B4 65 85
Decimal 180 101 133
Binary 10110100 1100101 10000101
Octal 264 145 205

Shades and tints

Shades of #B46585

#B46585
(180,101,133)
#A45C79
(164,92,121)
#94536D
(148,83,109)
#844A61
(132,74,97)
#744155
(116,65,85)
#643849
(100,56,73)
#542F3D
(84,47,61)
#442631
(68,38,49)
#341D25
(52,29,37)
#241419
(36,20,25)
#140B0D
(20,11,13)
#000000
(0,0,0)

Tints of #B46585

#B46585
(180,101,133)
#BA7390
(186,115,144)
#C0819B
(192,129,155)
#C68FA6
(198,143,166)
#CC9DB1
(204,157,177)
#D2ABBC
(210,171,188)
#D8B9C7
(216,185,199)
#DEC7D2
(222,199,210)
#E4D5DD
(228,213,221)
#EAE3E8
(234,227,232)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46585 color. Also use rgb(180,101,133) instead hex code.

Text Font Color

.myTextColor { color: #B46585; }

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

This text font color is #B46585.

Background Color

.myBgColor { background-color: #B46585; }

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

This div background color is #B46585.

Border color

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

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

This div border color is #B46585.

Opacity

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

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

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

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

This text has shadow with #B46585 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B46585.

Preview

Color preview on black background

This text has color #B46585 on black background.


Color preview on white background

This text has color #B46585 on white background.


Black color preview on #B46585 background

This text has black color on #B46585 background.


White color preview on #B46585 background

This text has white color on #B46585 background.


Related colors

Complementary color

Complementary color for #hex is #4B9A7A.


I love getcolorcode.com

Triadic colors

1 #85B465 and #6585B4 with #B46585 are triadic colors.

2 #8565B4 and #65B485 with #B46585 are triadic colors.