COLOR #B45999

HEX: #B45999
RGB: (180,89,153)

Color info

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

RGB color model

#B45999 color RGB value is (180,89,153).

  • red value is 180;
  • green value is 89;
  • blue value is 153.
RGB:
(180,89,153)
(71%,35%,60%)

RGB channels and saturation

R 180 of 255 = 71%
G 89 of 255 = 35%
B 153 of 255 = 60%

180
89
153

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

Portions of RGB colors in percentages

R + G + B =
180 + 89 + 153 = 422 (100%)
R 180 of 422 ~ 42.65%
G 89 of 422 ~ 21.09%
B 153 of 422 ~ 36.26%

%42.65
%21.09
%36.26

CMYK color model

#B45999 color CMYK value is (0,51,15,29).

  • cyan value is 0.00%
  • magenta value is 50.56%
  • yellow value is 15.00%
  • key color value is 29.41%
CMYK:
(0,51,15,29)
C0M51Y15K29 
(0%,51%,15%,29%)
(0.00/0.51/0.15/0.29)	

CMYK percentages

%0
%50.56
%15
%29.41

Codes

Color #B45999 in popluar color models

B45999
RGB18089153
HSL318°37.76%52.75%
HSB/HSV318°50.56%70.59%
CMYK0.00%50.56%15.00%
29.41%

Color #B45999 in popluar number systems.

HEXB45999
Decimal18089153
Binary10110100101100110011001
Octal264131231

Shades and tints

Shades of #B45999

#B45999
(180,89,153)
#A4518C
(164,81,140)
#94497F
(148,73,127)
#844172
(132,65,114)
#743965
(116,57,101)
#643158
(100,49,88)
#54294B
(84,41,75)
#44213E
(68,33,62)
#341931
(52,25,49)
#241124
(36,17,36)
#140917
(20,9,23)
#000000
(0,0,0)

Tints of #B45999

#B45999
(180,89,153)
#BA68A2
(186,104,162)
#C077AB
(192,119,171)
#C686B4
(198,134,180)
#CC95BD
(204,149,189)
#D2A4C6
(210,164,198)
#D8B3CF
(216,179,207)
#DEC2D8
(222,194,216)
#E4D1E1
(228,209,225)
#EAE0EA
(234,224,234)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B45999 color. Also use rgb(180,89,153) instead hex code.

Text Font Color

.myTextColor { color: #B45999; }

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

This text font color is #B45999.


Background Color

.myBgColor { background-color: #B45999; }

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

This div background color is #B45999.


Border color

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

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

This div border color is #B45999.


Opacity

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

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

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

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

This text has shadow with #B45999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B45999 on black background.


Color preview on white background

This text has color #B45999 on white background.



Black color preview on #B45999 background

This text has black color on #B45999 background.


White color preview on #B45999 background

This text has white color on #B45999 background.