#B44971

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

Shades of Royal Heath #B44971

Tints of Royal Heath #B44971

Color information

#B44971 (or 0xB44971) is unknown color: approx Royal Heath. HEX triplet: B4, 49 and 71. RGB value is (180,73,113). Sum of RGB (Red+Green+Blue) = 180+73+113=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B44971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44971 is #4BB68E. Grayscale: #6D6D6D. Windows color (decimal): -4961935 or 7424436. OLE color: 7424436.

HSL color Cylindrical-coordinate representation of color #B44971: hue angle of 337.57º 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 #B44971 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB18073113-
CMYK00.590.370.29
HSL337.57º42.29%49.61%-
HSV(B)337.57º59.44%70.59%-
XYZ24.1915.6617.37-
YUV109.55129.95178.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 73 (28.91% from 255) = 19.95%
BLUE value IS 113 (44.53% from 255) = 30.87%
R=49.18%
G=19.95%
B=30.87%

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
Decimal1807311300.590.370.29337.5742.2949.61
HexB4497103B251D1522a32
Octal26411116107345355225262
Binary1011010010010011110001011101110010111101101010010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44971; }

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

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

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

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

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

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

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

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