COLOR #B46894

HEX: #B46894
RGB: (180,104,148)

Color info

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

RGB color model

#B46894 color RGB value is (180,104,148).

  • red value is 180;
  • green value is 104;
  • blue value is 148.
RGB:
(180,104,148)
(71%,41%,58%)

RGB channels and saturation

R 180 of 255 = 71%
G 104 of 255 = 41%
B 148 of 255 = 58%

180
104
148

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

Portions of RGB colors in percentages

R + G + B =
180 + 104 + 148 = 432 (100%)
R 180 of 432 ~ 41.67%
G 104 of 432 ~ 24.07%
B 148 of 432 ~ 34.26%

%41.67
%24.07
%34.26

CMYK color model

#B46894 color CMYK value is (0,42,18,29).

  • cyan value is 0.00%
  • magenta value is 42.22%
  • yellow value is 17.78%
  • key color value is 29.41%
CMYK:
(0,42,18,29)
C0M42Y18K29 
(0%,42%,18%,29%)
(0.00/0.42/0.18/0.29)	

CMYK percentages

%0
%42.22
%17.78
%29.41

Codes

Color #B46894 in popluar color models

B46894
RGB180104148
HSL325°33.63%55.69%
HSB/HSV325°42.22%70.59%
CMYK0.00%42.22%17.78%
29.41%

Color #B46894 in popluar number systems.

HEXB46894
Decimal180104148
Binary10110100110100010010100
Octal264150224

Shades and tints

Shades of #B46894

#B46894
(180,104,148)
#A45F87
(164,95,135)
#94567A
(148,86,122)
#844D6D
(132,77,109)
#744460
(116,68,96)
#643B53
(100,59,83)
#543246
(84,50,70)
#442939
(68,41,57)
#34202C
(52,32,44)
#24171F
(36,23,31)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #B46894

#B46894
(180,104,148)
#BA759D
(186,117,157)
#C082A6
(192,130,166)
#C68FAF
(198,143,175)
#CC9CB8
(204,156,184)
#D2A9C1
(210,169,193)
#D8B6CA
(216,182,202)
#DEC3D3
(222,195,211)
#E4D0DC
(228,208,220)
#EADDE5
(234,221,229)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46894 color. Also use rgb(180,104,148) instead hex code.

Text Font Color

.myTextColor { color: #B46894; }

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

This text font color is #B46894.


Background Color

.myBgColor { background-color: #B46894; }

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

This div background color is #B46894.


Border color

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

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

This div border color is #B46894.


Opacity

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

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

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

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

This text has shadow with #B46894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46894 on black background.


Color preview on white background

This text has color #B46894 on white background.



Black color preview on #B46894 background

This text has black color on #B46894 background.


White color preview on #B46894 background

This text has white color on #B46894 background.