COLOR #B46C92

HEX: #B46C92
RGB: (180,108,146)

Color info

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

RGB color model

#B46C92 color RGB value is (180,108,146).

  • red value is 180;
  • green value is 108;
  • blue value is 146.
RGB:
(180,108,146)
(71%,42%,57%)

RGB channels and saturation

R 180 of 255 = 71%
G 108 of 255 = 42%
B 146 of 255 = 57%

180
108
146

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

Portions of RGB colors in percentages

R + G + B =
180 + 108 + 146 = 434 (100%)
R 180 of 434 ~ 41.47%
G 108 of 434 ~ 24.88%
B 146 of 434 ~ 33.64%

%41.47
%24.88
%33.64

CMYK color model

#B46C92 color CMYK value is (0,40,19,29).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 18.89%
  • key color value is 29.41%
CMYK:
(0,40,19,29)
C0M40Y19K29 
(0%,40%,19%,29%)
(0.00/0.40/0.19/0.29)	

CMYK percentages

%0
%40
%18.89
%29.41

Codes

Color #B46C92 in popluar color models

B46C92
RGB180108146
HSL328°32.43%56.47%
HSB/HSV328°40.00%70.59%
CMYK0.00%40.00%18.89%
29.41%

Color #B46C92 in popluar number systems.

HEXB46C92
Decimal180108146
Binary10110100110110010010010
Octal264154222

Shades and tints

Shades of #B46C92

#B46C92
(180,108,146)
#A46385
(164,99,133)
#945A78
(148,90,120)
#84516B
(132,81,107)
#74485E
(116,72,94)
#643F51
(100,63,81)
#543644
(84,54,68)
#442D37
(68,45,55)
#34242A
(52,36,42)
#241B1D
(36,27,29)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #B46C92

#B46C92
(180,108,146)
#BA799B
(186,121,155)
#C086A4
(192,134,164)
#C693AD
(198,147,173)
#CCA0B6
(204,160,182)
#D2ADBF
(210,173,191)
#D8BAC8
(216,186,200)
#DEC7D1
(222,199,209)
#E4D4DA
(228,212,218)
#EAE1E3
(234,225,227)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46C92 color. Also use rgb(180,108,146) instead hex code.

Text Font Color

.myTextColor { color: #B46C92; }

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

This text font color is #B46C92.


Background Color

.myBgColor { background-color: #B46C92; }

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

This div background color is #B46C92.


Border color

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

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

This div border color is #B46C92.


Opacity

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

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

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

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

This text has shadow with #B46C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46C92 on black background.


Color preview on white background

This text has color #B46C92 on white background.



Black color preview on #B46C92 background

This text has black color on #B46C92 background.


White color preview on #B46C92 background

This text has white color on #B46C92 background.