COLOR #B46496

HEX: #B46496
RGB: (180,100,150)

Color info

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

RGB color model

#B46496 color RGB value is (180,100,150).

  • red value is 180;
  • green value is 100;
  • blue value is 150.
RGB:
(180,100,150)
(71%,39%,59%)

RGB channels and saturation

R 180 of 255 = 71%
G 100 of 255 = 39%
B 150 of 255 = 59%

180
100
150

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

Portions of RGB colors in percentages

R + G + B =
180 + 100 + 150 = 430 (100%)
R 180 of 430 ~ 41.86%
G 100 of 430 ~ 23.26%
B 150 of 430 ~ 34.88%

%41.86
%23.26
%34.88

CMYK color model

#B46496 color CMYK value is (0,44,17,29).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 16.67%
  • key color value is 29.41%
CMYK:
(0,44,17,29)
C0M44Y17K29 
(0%,44%,17%,29%)
(0.00/0.44/0.17/0.29)	

CMYK percentages

%0
%44.44
%16.67
%29.41

Codes

Color #B46496 in popluar color models

B46496
RGB180100150
HSL323°34.78%54.90%
HSB/HSV323°44.44%70.59%
CMYK0.00%44.44%16.67%
29.41%

Color #B46496 in popluar number systems.

HEXB46496
Decimal180100150
Binary10110100110010010010110
Octal264144226

Shades and tints

Shades of #B46496

#B46496
(180,100,150)
#A45B89
(164,91,137)
#94527C
(148,82,124)
#84496F
(132,73,111)
#744062
(116,64,98)
#643755
(100,55,85)
#542E48
(84,46,72)
#44253B
(68,37,59)
#341C2E
(52,28,46)
#241321
(36,19,33)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #B46496

#B46496
(180,100,150)
#BA729F
(186,114,159)
#C080A8
(192,128,168)
#C68EB1
(198,142,177)
#CC9CBA
(204,156,186)
#D2AAC3
(210,170,195)
#D8B8CC
(216,184,204)
#DEC6D5
(222,198,213)
#E4D4DE
(228,212,222)
#EAE2E7
(234,226,231)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46496 color. Also use rgb(180,100,150) instead hex code.

Text Font Color

.myTextColor { color: #B46496; }

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

This text font color is #B46496.


Background Color

.myBgColor { background-color: #B46496; }

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

This div background color is #B46496.


Border color

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

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

This div border color is #B46496.


Opacity

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

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

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

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

This text has shadow with #B46496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46496 on black background.


Color preview on white background

This text has color #B46496 on white background.



Black color preview on #B46496 background

This text has black color on #B46496 background.


White color preview on #B46496 background

This text has white color on #B46496 background.