COLOR #B45B80

HEX: #B45B80 RGB: (180,91,128)

Color info

#B45B80 contains mainly red and blue colors. Web safe color of #B45B80 is #CC6666 (or #C66).

RGB color model

#B45B80 color RGB value is (180,91,128).

RGB: (180,91,128) (71%, 36%, 50%)

RGB channels and saturation

R 180 of 255 = 71%
G 91 of 255 = 36%
B 128 of 255 = 50%

180
91
128

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

Portions of RGB colors in percentages

R + G + B = 180 + 91 + 128 = 399 (100%)
R 180 of 399 ~ 45.11%
G 91 of 399 ~ 22.81%
B 128 of 399 ~ 32.08'%

%45.11
%22.81
%32.08

CMYK color model

#B45B80 color CMYK value is (0,49,29,29).

  • cyan value is 0.00%
  • magenta value is 49.44%
  • yellow value is 28.89%
  • key color value is 29.41%

CMYK: (0,49,29,29)
C0M49Y29K29 (0%, 49%, 29%, 29%)
(0.00 / 0.49 / 0.29 / 0.29)

CMYK percentages

%0
%49.44
%28.89
%29.41

Codes

Color #B45B80 in popluar color models

B4 5B 80
RGB 180 91 128
HSL 335° 37.24% 53.14%
HSB/HSV 335° 49.44% 70.59%
CMYK 0.00% 49.44% 28.89%
29.41%

Color #B45B80 in popluar number systems.

HEX B4 5B 80
Decimal 180 91 128
Binary 10110100 1011011 10000000
Octal 264 133 200

Shades and tints

Shades of #B45B80

#B45B80
(180,91,128)
#A45375
(164,83,117)
#944B6A
(148,75,106)
#84435F
(132,67,95)
#743B54
(116,59,84)
#643349
(100,51,73)
#542B3E
(84,43,62)
#442333
(68,35,51)
#341B28
(52,27,40)
#24131D
(36,19,29)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #B45B80

#B45B80
(180,91,128)
#BA698B
(186,105,139)
#C07796
(192,119,150)
#C685A1
(198,133,161)
#CC93AC
(204,147,172)
#D2A1B7
(210,161,183)
#D8AFC2
(216,175,194)
#DEBDCD
(222,189,205)
#E4CBD8
(228,203,216)
#EAD9E3
(234,217,227)
#F0E7EE
(240,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B45B80 color. Also use rgb(180,91,128) instead hex code.

Text Font Color

.myTextColor { color: #B45B80; }

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

This text font color is #B45B80.

Background Color

.myBgColor { background-color: #B45B80; }

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

This div background color is #B45B80.

Border color

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

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

This div border color is #B45B80.

Opacity

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

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

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

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

This text has shadow with #B45B80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B45B80.

Preview

Color preview on black background

This text has color #B45B80 on black background.


Color preview on white background

This text has color #B45B80 on white background.


Black color preview on #B45B80 background

This text has black color on #B45B80 background.


White color preview on #B45B80 background

This text has white color on #B45B80 background.


Related colors

Complementary color

Complementary color for #hex is #4BA47F.


I love getcolorcode.com

Triadic colors

1 #80B45B and #5B80B4 with #B45B80 are triadic colors.

2 #805BB4 and #5BB480 with #B45B80 are triadic colors.