COLOR #B44975

HEX: #B44975
RGB: (180,73,117)

Color info

#B44975 contains mainly red color. Web safe color of #B44975 is #CC3366 (or #C36).

RGB color model

#B44975 color RGB value is (180,73,117).

  • red value is 180;
  • green value is 73;
  • blue value is 117.
RGB:
(180,73,117)
(71%,29%,46%)

RGB channels and saturation

R 180 of 255 = 71%
G 73 of 255 = 29%
B 117 of 255 = 46%

180
73
117

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

Portions of RGB colors in percentages

R + G + B =
180 + 73 + 117 = 370 (100%)
R 180 of 370 ~ 48.65%
G 73 of 370 ~ 19.73%
B 117 of 370 ~ 31.62%

%48.65
%19.73
%31.62

CMYK color model

#B44975 color CMYK value is (0,59,35,29).

  • cyan value is 0.00%
  • magenta value is 59.44%
  • yellow value is 35.00%
  • key color value is 29.41%
CMYK:
(0,59,35,29)
C0M59Y35K29 
(0%,59%,35%,29%)
(0.00/0.59/0.35/0.29)	

CMYK percentages

%0
%59.44
%35
%29.41

Codes

Color #B44975 in popluar color models

B44975
RGB18073117
HSL335°42.29%49.61%
HSB/HSV335°59.44%70.59%
CMYK0.00%59.44%35.00%
29.41%

Color #B44975 in popluar number systems.

HEXB44975
Decimal18073117
Binary1011010010010011110101
Octal264111165

Shades and tints

Shades of #B44975

#B44975
(180,73,117)
#A4436B
(164,67,107)
#943D61
(148,61,97)
#843757
(132,55,87)
#74314D
(116,49,77)
#642B43
(100,43,67)
#542539
(84,37,57)
#441F2F
(68,31,47)
#341925
(52,25,37)
#24131B
(36,19,27)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #B44975

#B44975
(180,73,117)
#BA5981
(186,89,129)
#C0698D
(192,105,141)
#C67999
(198,121,153)
#CC89A5
(204,137,165)
#D299B1
(210,153,177)
#D8A9BD
(216,169,189)
#DEB9C9
(222,185,201)
#E4C9D5
(228,201,213)
#EAD9E1
(234,217,225)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B44975 color. Also use rgb(180,73,117) instead hex code.

Text Font Color

.myTextColor { color: #B44975; }

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

This text font color is #B44975.


Background Color

.myBgColor { background-color: #B44975; }

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

This div background color is #B44975.


Border color

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

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

This div border color is #B44975.


Opacity

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

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

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

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

This text has shadow with #B44975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B44975 on black background.


Color preview on white background

This text has color #B44975 on white background.



Black color preview on #B44975 background

This text has black color on #B44975 background.


White color preview on #B44975 background

This text has white color on #B44975 background.