#B44D80

Color #B44D80 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B44D80

Tints of Royal Heath #B44D80

Color information

#B44D80 (or 0xB44D80) is unknown color: approx Royal Heath. HEX triplet: B4, 4D and 80. RGB value is (180,77,128). Sum of RGB (Red+Green+Blue) = 180+77+128=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44D80 is #4BB27F. Grayscale: #717171. Windows color (decimal): -4960896 or 8408500. OLE color: 8408500.

HSL color Cylindrical-coordinate representation of color #B44D80: hue angle of 330.29º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B44D80 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB18077128-
CMYK00.570.290.29
HSL330.29º40.71%50.39%-
HSV(B)330.29º57.22%70.59%-
XYZ25.3716.5722.28-
YUV113.61136.12175.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 46.75%
GREEN value IS 77 (30.47% from 255) = 20%
BLUE value IS 128 (50.39% from 255) = 33.25%
R=46.75%
G=20%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807712800.570.290.29330.2940.7150.39
HexB44D800391D1D14a2932
Octal26411520007135355125162
Binary1011010010011011000000001110011110111101101001010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44D80; }

 p { color: rgb(180,77,128); }

 H1.HeaderClassName
 {
   color: #B44D80;
 }
 .AnyTagClassName
 {
   color: #B44D80;
 }
</style>
background-color css

<style>
 a { background-color: #B44D80; }

 a { background-color: rgb(180,77,128); }

 div.DivClassName
 {
   background-color: #B44D80;
 }
 .BgClassName
 {
   background-color: #B44D80;
 }
</style>
border-color css

<style>
 span { border-color: #B44D80; }

 span { border-color: rgb(180,77,128); }

 td.TdClassName
 {
   border-color: #B44D80;
 }
 .TagClassName
 {
   border-color: #B44D80;
 }
</style>