COLOR #B44F80

HEX: #B44F80
RGB: (180,79,128)

Color info

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

RGB color model

#B44F80 color RGB value is (180,79,128).

  • red value is 180;
  • green value is 79;
  • blue value is 128.
RGB:
(180,79,128)
(71%,31%,50%)

RGB channels and saturation

R 180 of 255 = 71%
G 79 of 255 = 31%
B 128 of 255 = 50%

180
79
128

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

Portions of RGB colors in percentages

R + G + B =
180 + 79 + 128 = 387 (100%)
R 180 of 387 ~ 46.51%
G 79 of 387 ~ 20.41%
B 128 of 387 ~ 33.07%

%46.51
%20.41
%33.07

CMYK color model

#B44F80 color CMYK value is (0,56,29,29).

  • cyan value is 0.00%
  • magenta value is 56.11%
  • yellow value is 28.89%
  • key color value is 29.41%
CMYK:
(0,56,29,29)
C0M56Y29K29 
(0%,56%,29%,29%)
(0.00/0.56/0.29/0.29)	

CMYK percentages

%0
%56.11
%28.89
%29.41

Codes

Color #B44F80 in popluar color models

B44F80
RGB18079128
HSL331°40.24%50.78%
HSB/HSV331°56.11%70.59%
CMYK0.00%56.11%28.89%
29.41%

Color #B44F80 in popluar number systems.

HEXB44F80
Decimal18079128
Binary10110100100111110000000
Octal264117200

Shades and tints

Shades of #B44F80

#B44F80
(180,79,128)
#A44875
(164,72,117)
#94416A
(148,65,106)
#843A5F
(132,58,95)
#743354
(116,51,84)
#642C49
(100,44,73)
#54253E
(84,37,62)
#441E33
(68,30,51)
#341728
(52,23,40)
#24101D
(36,16,29)
#140912
(20,9,18)
#000000
(0,0,0)

Tints of #B44F80

#B44F80
(180,79,128)
#BA5F8B
(186,95,139)
#C06F96
(192,111,150)
#C67FA1
(198,127,161)
#CC8FAC
(204,143,172)
#D29FB7
(210,159,183)
#D8AFC2
(216,175,194)
#DEBFCD
(222,191,205)
#E4CFD8
(228,207,216)
#EADFE3
(234,223,227)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B44F80; }

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

This text font color is #B44F80.


Background Color

.myBgColor { background-color: #B44F80; }

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

This div background color is #B44F80.


Border color

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

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

This div border color is #B44F80.


Opacity

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

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

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

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

This text has shadow with #B44F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B44F80 on black background.


Color preview on white background

This text has color #B44F80 on white background.



Black color preview on #B44F80 background

This text has black color on #B44F80 background.


White color preview on #B44F80 background

This text has white color on #B44F80 background.