#B44972

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

Shades of Royal Heath #B44972

Tints of Royal Heath #B44972

Color information

#B44972 (or 0xB44972) is unknown color: approx Royal Heath. HEX triplet: B4, 49 and 72. RGB value is (180,73,114). Sum of RGB (Red+Green+Blue) = 180+73+114=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B44972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44972 is #4BB68D. Grayscale: #6D6D6D. Windows color (decimal): -4961934 or 7489972. OLE color: 7489972.

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

Color convert

RGB18073114-
CMYK00.590.370.29
HSL337.01º42.29%49.61%-
HSV(B)337.01º59.44%70.59%-
XYZ24.2415.6817.67-
YUV109.67130.45178.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.05%
GREEN value IS 73 (28.91% from 255) = 19.89%
BLUE value IS 114 (44.92% from 255) = 31.06%
R=49.05%
G=19.89%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807311400.590.370.29337.0142.2949.61
HexB4497203B251D1512a32
Octal26411116207345355215262
Binary1011010010010011110010011101110010111101101010001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44972; }

 p { color: rgb(180,73,114); }

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

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

 a { background-color: rgb(180,73,114); }

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

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

 span { border-color: rgb(180,73,114); }

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