COLOR #B45D88

HEX: #B45D88 RGB: (180,93,136)

Color info

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

RGB color model

#B45D88 color RGB value is (180,93,136).

RGB: (180,93,136) (71%, 36%, 53%)

RGB channels and saturation

R 180 of 255 = 71%
G 93 of 255 = 36%
B 136 of 255 = 53%

180
93
136

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

Portions of RGB colors in percentages

R + G + B = 180 + 93 + 136 = 409 (100%)
R 180 of 409 ~ 44.01%
G 93 of 409 ~ 22.74%
B 136 of 409 ~ 33.25'%

%44.01
%22.74
%33.25

CMYK color model

#B45D88 color CMYK value is (0,48,24,29).

  • cyan value is 0.00%
  • magenta value is 48.33%
  • yellow value is 24.44%
  • key color value is 29.41%

CMYK: (0,48,24,29)
C0M48Y24K29 (0%, 48%, 24%, 29%)
(0.00 / 0.48 / 0.24 / 0.29)

CMYK percentages

%0
%48.33
%24.44
%29.41

Codes

Color #B45D88 in popluar color models

B4 5D 88
RGB 180 93 136
HSL 330° 36.71% 53.53%
HSB/HSV 330° 48.33% 70.59%
CMYK 0.00% 48.33% 24.44%
29.41%

Color #B45D88 in popluar number systems.

HEX B4 5D 88
Decimal 180 93 136
Binary 10110100 1011101 10001000
Octal 264 135 210

Shades and tints

Shades of #B45D88

#B45D88
(180,93,136)
#A4557C
(164,85,124)
#944D70
(148,77,112)
#844564
(132,69,100)
#743D58
(116,61,88)
#64354C
(100,53,76)
#542D40
(84,45,64)
#442534
(68,37,52)
#341D28
(52,29,40)
#24151C
(36,21,28)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #B45D88

#B45D88
(180,93,136)
#BA6B92
(186,107,146)
#C0799C
(192,121,156)
#C687A6
(198,135,166)
#CC95B0
(204,149,176)
#D2A3BA
(210,163,186)
#D8B1C4
(216,177,196)
#DEBFCE
(222,191,206)
#E4CDD8
(228,205,216)
#EADBE2
(234,219,226)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B45D88; }

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

This text font color is #B45D88.

Background Color

.myBgColor { background-color: #B45D88; }

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

This div background color is #B45D88.

Border color

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

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

This div border color is #B45D88.

Opacity

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

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

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

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

This text has shadow with #B45D88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B45D88.

Preview

Color preview on black background

This text has color #B45D88 on black background.


Color preview on white background

This text has color #B45D88 on white background.


Black color preview on #B45D88 background

This text has black color on #B45D88 background.


White color preview on #B45D88 background

This text has white color on #B45D88 background.


Related colors

Complementary color

Complementary color for #hex is #4BA277.


I love getcolorcode.com

Triadic colors

1 #88B45D and #5D88B4 with #B45D88 are triadic colors.

2 #885DB4 and #5DB488 with #B45D88 are triadic colors.