COLOR #B44E5E

HEX: #B44E5E RGB: (180,78,94)

Color info

#B44E5E contains mainly red color. Web safe color of #B44E5E is #CC6666 (or #C66).

RGB color model

#B44E5E color RGB value is (180,78,94).

RGB: (180,78,94) (71%, 31%, 37%)

RGB channels and saturation

R 180 of 255 = 71%
G 78 of 255 = 31%
B 94 of 255 = 37%

180
78
94

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

Portions of RGB colors in percentages

R + G + B = 180 + 78 + 94 = 352 (100%)
R 180 of 352 ~ 51.14%
G 78 of 352 ~ 22.16%
B 94 of 352 ~ 26.7'%

%51.14
%22.16
%26.7

CMYK color model

#B44E5E color CMYK value is (0,57,48,29).

  • cyan value is 0.00%
  • magenta value is 56.67%
  • yellow value is 47.78%
  • key color value is 29.41%

CMYK: (0,57,48,29)
C0M57Y48K29 (0%, 57%, 48%, 29%)
(0.00 / 0.57 / 0.48 / 0.29)

CMYK percentages

%0
%56.67
%47.78
%29.41

Codes

Color #B44E5E in popluar color models

B4 4E 5E
RGB 180 78 94
HSL 351° 40.48% 50.59%
HSB/HSV 351° 56.67% 70.59%
CMYK 0.00% 56.67% 47.78%
29.41%

Color #B44E5E in popluar number systems.

HEX B4 4E 5E
Decimal 180 78 94
Binary 10110100 1001110 1011110
Octal 264 116 136

Shades and tints

Shades of #B44E5E

#B44E5E
(180,78,94)
#A44756
(164,71,86)
#94404E
(148,64,78)
#843946
(132,57,70)
#74323E
(116,50,62)
#642B36
(100,43,54)
#54242E
(84,36,46)
#441D26
(68,29,38)
#34161E
(52,22,30)
#240F16
(36,15,22)
#14080E
(20,8,14)
#000000
(0,0,0)

Tints of #B44E5E

#B44E5E
(180,78,94)
#BA5E6C
(186,94,108)
#C06E7A
(192,110,122)
#C67E88
(198,126,136)
#CC8E96
(204,142,150)
#D29EA4
(210,158,164)
#D8AEB2
(216,174,178)
#DEBEC0
(222,190,192)
#E4CECE
(228,206,206)
#EADEDC
(234,222,220)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B44E5E; }

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

This text font color is #B44E5E.

Background Color

.myBgColor { background-color: #B44E5E; }

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

This div background color is #B44E5E.

Border color

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

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

This div border color is #B44E5E.

Opacity

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

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

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

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

This text has shadow with #B44E5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B44E5E.

Preview

Color preview on black background

This text has color #B44E5E on black background.


Color preview on white background

This text has color #B44E5E on white background.


Black color preview on #B44E5E background

This text has black color on #B44E5E background.


White color preview on #B44E5E background

This text has white color on #B44E5E background.


Related colors

Complementary color

Complementary color for #hex is #4BB1A1.


I love getcolorcode.com

Triadic colors

1 #5EB44E and #4E5EB4 with #B44E5E are triadic colors.

2 #5E4EB4 and #4EB45E with #B44E5E are triadic colors.