COLOR #B46098

HEX: #B46098
RGB: (180,96,152)

Color info

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

RGB color model

#B46098 color RGB value is (180,96,152).

  • red value is 180;
  • green value is 96;
  • blue value is 152.
RGB:
(180,96,152)
(71%,38%,60%)

RGB channels and saturation

R 180 of 255 = 71%
G 96 of 255 = 38%
B 152 of 255 = 60%

180
96
152

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

Portions of RGB colors in percentages

R + G + B =
180 + 96 + 152 = 428 (100%)
R 180 of 428 ~ 42.06%
G 96 of 428 ~ 22.43%
B 152 of 428 ~ 35.51%

%42.06
%22.43
%35.51

CMYK color model

#B46098 color CMYK value is (0,47,16,29).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 15.56%
  • key color value is 29.41%
CMYK:
(0,47,16,29)
C0M47Y16K29 
(0%,47%,16%,29%)
(0.00/0.47/0.16/0.29)	

CMYK percentages

%0
%46.67
%15.56
%29.41

Codes

Color #B46098 in popluar color models

B46098
RGB18096152
HSL320°35.90%54.12%
HSB/HSV320°46.67%70.59%
CMYK0.00%46.67%15.56%
29.41%

Color #B46098 in popluar number systems.

HEXB46098
Decimal18096152
Binary10110100110000010011000
Octal264140230

Shades and tints

Shades of #B46098

#B46098
(180,96,152)
#A4588B
(164,88,139)
#94507E
(148,80,126)
#844871
(132,72,113)
#744064
(116,64,100)
#643857
(100,56,87)
#54304A
(84,48,74)
#44283D
(68,40,61)
#342030
(52,32,48)
#241823
(36,24,35)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #B46098

#B46098
(180,96,152)
#BA6EA1
(186,110,161)
#C07CAA
(192,124,170)
#C68AB3
(198,138,179)
#CC98BC
(204,152,188)
#D2A6C5
(210,166,197)
#D8B4CE
(216,180,206)
#DEC2D7
(222,194,215)
#E4D0E0
(228,208,224)
#EADEE9
(234,222,233)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B46098; }

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

This text font color is #B46098.


Background Color

.myBgColor { background-color: #B46098; }

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

This div background color is #B46098.


Border color

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

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

This div border color is #B46098.


Opacity

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

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

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

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

This text has shadow with #B46098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46098 on black background.


Color preview on white background

This text has color #B46098 on white background.



Black color preview on #B46098 background

This text has black color on #B46098 background.


White color preview on #B46098 background

This text has white color on #B46098 background.