#B44673

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

Shades of Royal Heath #B44673

Tints of Royal Heath #B44673

Color information

#B44673 (or 0xB44673) is unknown color: approx Royal Heath. HEX triplet: B4, 46 and 73. RGB value is (180,70,115). Sum of RGB (Red+Green+Blue) = 180+70+115=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B44673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44673 is #4BB98C. Grayscale: #6B6B6B. Windows color (decimal): -4962701 or 7554740. OLE color: 7554740.

HSL color Cylindrical-coordinate representation of color #B44673: hue angle of 335.45º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B44673 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18070115-
CMYK00.610.360.29
HSL335.45º44%49.02%-
HSV(B)335.45º61.11%70.59%-
XYZ24.1115.3217.91-
YUV108.02131.94179.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 70 (27.73% from 255) = 19.18%
BLUE value IS 115 (45.31% from 255) = 31.51%
R=49.32%
G=19.18%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807011500.610.360.29335.454449.02
HexB4467303D241D14f2c31
Octal26410616307544355175461
Binary1011010010001101110011011110110010011101101001111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44673; }

 p { color: rgb(180,70,115); }

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

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

 a { background-color: rgb(180,70,115); }

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

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

 span { border-color: rgb(180,70,115); }

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