#B44679

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

Shades of Royal Heath #B44679

Tints of Royal Heath #B44679

Color information

#B44679 (or 0xB44679) is unknown color: approx Royal Heath. HEX triplet: B4, 46 and 79. RGB value is (180,70,121). Sum of RGB (Red+Green+Blue) = 180+70+121=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B44679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44679 is #4BB986. Grayscale: #6C6C6C. Windows color (decimal): -4962695 or 7947956. OLE color: 7947956.

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

Color convert

RGB18070121-
CMYK00.610.330.29
HSL332.18º44%49.02%-
HSV(B)332.18º61.11%70.59%-
XYZ24.4615.4619.78-
YUV108.7134.94178.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 70 (27.73% from 255) = 18.87%
BLUE value IS 121 (47.66% from 255) = 32.61%
R=48.52%
G=18.87%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807012100.610.330.29332.184449.02
HexB4467903D211D14c2c31
Octal26410617107541355145461
Binary1011010010001101111001011110110000111101101001100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44679; }

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

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

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

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

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

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

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

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