COLOR #B46878

HEX: #B46878
RGB: (180,104,120)

Color info

#B46878 contains mainly red color. Web safe color of #B46878 is #CC6666 (or #C66).

RGB color model

#B46878 color RGB value is (180,104,120).

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

RGB channels and saturation

R 180 of 255 = 71%
G 104 of 255 = 41%
B 120 of 255 = 47%

180
104
120

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

Portions of RGB colors in percentages

R + G + B =
180 + 104 + 120 = 404 (100%)
R 180 of 404 ~ 44.55%
G 104 of 404 ~ 25.74%
B 120 of 404 ~ 29.7%

%44.55
%25.74
%29.7

CMYK color model

#B46878 color CMYK value is (0,42,33,29).

  • cyan value is 0.00%
  • magenta value is 42.22%
  • yellow value is 33.33%
  • key color value is 29.41%
CMYK:
(0,42,33,29)
C0M42Y33K29 
(0%,42%,33%,29%)
(0.00/0.42/0.33/0.29)	

CMYK percentages

%0
%42.22
%33.33
%29.41

Codes

Color #B46878 in popluar color models

B46878
RGB180104120
HSL347°33.63%55.69%
HSB/HSV347°42.22%70.59%
CMYK0.00%42.22%33.33%
29.41%

Color #B46878 in popluar number systems.

HEXB46878
Decimal180104120
Binary1011010011010001111000
Octal264150170

Shades and tints

Shades of #B46878

#B46878
(180,104,120)
#A45F6E
(164,95,110)
#945664
(148,86,100)
#844D5A
(132,77,90)
#744450
(116,68,80)
#643B46
(100,59,70)
#54323C
(84,50,60)
#442932
(68,41,50)
#342028
(52,32,40)
#24171E
(36,23,30)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #B46878

#B46878
(180,104,120)
#BA7584
(186,117,132)
#C08290
(192,130,144)
#C68F9C
(198,143,156)
#CC9CA8
(204,156,168)
#D2A9B4
(210,169,180)
#D8B6C0
(216,182,192)
#DEC3CC
(222,195,204)
#E4D0D8
(228,208,216)
#EADDE4
(234,221,228)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B46878; }

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

This text font color is #B46878.


Background Color

.myBgColor { background-color: #B46878; }

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

This div background color is #B46878.


Border color

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

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

This div border color is #B46878.


Opacity

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

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

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

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

This text has shadow with #B46878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46878 on black background.


Color preview on white background

This text has color #B46878 on white background.



Black color preview on #B46878 background

This text has black color on #B46878 background.


White color preview on #B46878 background

This text has white color on #B46878 background.