#B44579

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

Shades of Royal Heath #B44579

Tints of Royal Heath #B44579

Color information

#B44579 (or 0xB44579) is unknown color: approx Royal Heath. HEX triplet: B4, 45 and 79. RGB value is (180,69,121). Sum of RGB (Red+Green+Blue) = 180+69+121=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B44579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44579 is #4BBA86. Grayscale: #6C6C6C. Windows color (decimal): -4962951 or 7947700. OLE color: 7947700.

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

Color convert

RGB18069121-
CMYK00.620.330.29
HSL331.89º44.58%48.82%-
HSV(B)331.89º61.67%70.59%-
XYZ24.415.3419.76-
YUV108.12135.27179.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 69 (27.34% from 255) = 18.65%
BLUE value IS 121 (47.66% from 255) = 32.70%
R=48.65%
G=18.65%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806912100.620.330.29331.8944.5848.82
HexB4457903E211D14c2d31
Octal26410517107641355145561
Binary1011010010001011111001011111010000111101101001100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44579; }

 p { color: rgb(180,69,121); }

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

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

 a { background-color: rgb(180,69,121); }

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

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

 span { border-color: rgb(180,69,121); }

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