COLOR #B46096

HEX: #B46096 RGB: (180,96,150)

Color info

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

RGB color model

#B46096 color RGB value is (180,96,150).

RGB: (180,96,150) (71%, 38%, 59%)

RGB channels and saturation

R 180 of 255 = 71%
G 96 of 255 = 38%
B 150 of 255 = 59%

180
96
150

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

Portions of RGB colors in percentages

R + G + B = 180 + 96 + 150 = 426 (100%)
R 180 of 426 ~ 42.25%
G 96 of 426 ~ 22.54%
B 150 of 426 ~ 35.21'%

%42.25
%22.54
%35.21

CMYK color model

#B46096 color CMYK value is (0,47,17,29).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 16.67%
  • key color value is 29.41%

CMYK: (0,47,17,29)
C0M47Y17K29 (0%, 47%, 17%, 29%)
(0.00 / 0.47 / 0.17 / 0.29)

CMYK percentages

%0
%46.67
%16.67
%29.41

Codes

Color #B46096 in popluar color models

B4 60 96
RGB 180 96 150
HSL 321° 35.90% 54.12%
HSB/HSV 321° 46.67% 70.59%
CMYK 0.00% 46.67% 16.67%
29.41%

Color #B46096 in popluar number systems.

HEX B4 60 96
Decimal 180 96 150
Binary 10110100 1100000 10010110
Octal 264 140 226

Shades and tints

Shades of #B46096

#B46096
(180,96,150)
#A45889
(164,88,137)
#94507C
(148,80,124)
#84486F
(132,72,111)
#744062
(116,64,98)
#643855
(100,56,85)
#543048
(84,48,72)
#44283B
(68,40,59)
#34202E
(52,32,46)
#241821
(36,24,33)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #B46096

#B46096
(180,96,150)
#BA6E9F
(186,110,159)
#C07CA8
(192,124,168)
#C68AB1
(198,138,177)
#CC98BA
(204,152,186)
#D2A6C3
(210,166,195)
#D8B4CC
(216,180,204)
#DEC2D5
(222,194,213)
#E4D0DE
(228,208,222)
#EADEE7
(234,222,231)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B46096; }

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

This text font color is #B46096.

Background Color

.myBgColor { background-color: #B46096; }

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

This div background color is #B46096.

Border color

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

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

This div border color is #B46096.

Opacity

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

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

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

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

This text has shadow with #B46096 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B46096.

Preview

Color preview on black background

This text has color #B46096 on black background.


Color preview on white background

This text has color #B46096 on white background.


Black color preview on #B46096 background

This text has black color on #B46096 background.


White color preview on #B46096 background

This text has white color on #B46096 background.


Related colors

Complementary color

Complementary color for #hex is #4B9F69.


I love getcolorcode.com

Triadic colors

1 #96B460 and #6096B4 with #B46096 are triadic colors.

2 #9660B4 and #60B496 with #B46096 are triadic colors.