COLOR #B44E7B

HEX: #B44E7B
RGB: (180,78,123)

Color info

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

RGB color model

#B44E7B color RGB value is (180,78,123).

  • red value is 180;
  • green value is 78;
  • blue value is 123.
RGB:
(180,78,123)
(71%,31%,48%)

RGB channels and saturation

R 180 of 255 = 71%
G 78 of 255 = 31%
B 123 of 255 = 48%

180
78
123

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

Portions of RGB colors in percentages

R + G + B =
180 + 78 + 123 = 381 (100%)
R 180 of 381 ~ 47.24%
G 78 of 381 ~ 20.47%
B 123 of 381 ~ 32.28%

%47.24
%20.47
%32.28

CMYK color model

#B44E7B color CMYK value is (0,57,32,29).

  • cyan value is 0.00%
  • magenta value is 56.67%
  • yellow value is 31.67%
  • key color value is 29.41%
CMYK:
(0,57,32,29)
C0M57Y32K29 
(0%,57%,32%,29%)
(0.00/0.57/0.32/0.29)	

CMYK percentages

%0
%56.67
%31.67
%29.41

Codes

Color #B44E7B in popluar color models

B44E7B
RGB18078123
HSL334°40.48%50.59%
HSB/HSV334°56.67%70.59%
CMYK0.00%56.67%31.67%
29.41%

Color #B44E7B in popluar number systems.

HEXB44E7B
Decimal18078123
Binary1011010010011101111011
Octal264116173

Shades and tints

Shades of #B44E7B

#B44E7B
(180,78,123)
#A44770
(164,71,112)
#944065
(148,64,101)
#84395A
(132,57,90)
#74324F
(116,50,79)
#642B44
(100,43,68)
#542439
(84,36,57)
#441D2E
(68,29,46)
#341623
(52,22,35)
#240F18
(36,15,24)
#14080D
(20,8,13)
#000000
(0,0,0)

Tints of #B44E7B

#B44E7B
(180,78,123)
#BA5E87
(186,94,135)
#C06E93
(192,110,147)
#C67E9F
(198,126,159)
#CC8EAB
(204,142,171)
#D29EB7
(210,158,183)
#D8AEC3
(216,174,195)
#DEBECF
(222,190,207)
#E4CEDB
(228,206,219)
#EADEE7
(234,222,231)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B44E7B color. Also use rgb(180,78,123) instead hex code.

Text Font Color

.myTextColor { color: #B44E7B; }

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

This text font color is #B44E7B.


Background Color

.myBgColor { background-color: #B44E7B; }

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

This div background color is #B44E7B.


Border color

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

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

This div border color is #B44E7B.


Opacity

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

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

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

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

This text has shadow with #B44E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B44E7B on black background.


Color preview on white background

This text has color #B44E7B on white background.



Black color preview on #B44E7B background

This text has black color on #B44E7B background.


White color preview on #B44E7B background

This text has white color on #B44E7B background.