COLOR #B45D95

HEX: #B45D95
RGB: (180,93,149)

Color info

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

RGB color model

#B45D95 color RGB value is (180,93,149).

  • red value is 180;
  • green value is 93;
  • blue value is 149.
RGB:
(180,93,149)
(71%,36%,58%)

RGB channels and saturation

R 180 of 255 = 71%
G 93 of 255 = 36%
B 149 of 255 = 58%

180
93
149

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

Portions of RGB colors in percentages

R + G + B =
180 + 93 + 149 = 422 (100%)
R 180 of 422 ~ 42.65%
G 93 of 422 ~ 22.04%
B 149 of 422 ~ 35.31%

%42.65
%22.04
%35.31

CMYK color model

#B45D95 color CMYK value is (0,48,17,29).

  • cyan value is 0.00%
  • magenta value is 48.33%
  • yellow value is 17.22%
  • key color value is 29.41%
CMYK:
(0,48,17,29)
C0M48Y17K29 
(0%,48%,17%,29%)
(0.00/0.48/0.17/0.29)	

CMYK percentages

%0
%48.33
%17.22
%29.41

Codes

Color #B45D95 in popluar color models

B45D95
RGB18093149
HSL321°36.71%53.53%
HSB/HSV321°48.33%70.59%
CMYK0.00%48.33%17.22%
29.41%

Color #B45D95 in popluar number systems.

HEXB45D95
Decimal18093149
Binary10110100101110110010101
Octal264135225

Shades and tints

Shades of #B45D95

#B45D95
(180,93,149)
#A45588
(164,85,136)
#944D7B
(148,77,123)
#84456E
(132,69,110)
#743D61
(116,61,97)
#643554
(100,53,84)
#542D47
(84,45,71)
#44253A
(68,37,58)
#341D2D
(52,29,45)
#241520
(36,21,32)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #B45D95

#B45D95
(180,93,149)
#BA6B9E
(186,107,158)
#C079A7
(192,121,167)
#C687B0
(198,135,176)
#CC95B9
(204,149,185)
#D2A3C2
(210,163,194)
#D8B1CB
(216,177,203)
#DEBFD4
(222,191,212)
#E4CDDD
(228,205,221)
#EADBE6
(234,219,230)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B45D95 color. Also use rgb(180,93,149) instead hex code.

Text Font Color

.myTextColor { color: #B45D95; }

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

This text font color is #B45D95.


Background Color

.myBgColor { background-color: #B45D95; }

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

This div background color is #B45D95.


Border color

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

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

This div border color is #B45D95.


Opacity

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

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

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

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

This text has shadow with #B45D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B45D95 on black background.


Color preview on white background

This text has color #B45D95 on white background.



Black color preview on #B45D95 background

This text has black color on #B45D95 background.


White color preview on #B45D95 background

This text has white color on #B45D95 background.