#B64979

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

Shades of Royal Heath #B64979

Tints of Royal Heath #B64979

Color information

#B64979 (or 0xB64979) is unknown color: approx Royal Heath. HEX triplet: B6, 49 and 79. RGB value is (182,73,121). Sum of RGB (Red+Green+Blue) = 182+73+121=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B64979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64979 is #49B686. Grayscale: #6E6E6E. Windows color (decimal): -4830855 or 7948726. OLE color: 7948726.

HSL color Cylindrical-coordinate representation of color #B64979: hue angle of 333.58º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B64979 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB18273121-
CMYK00.600.340.29
HSL333.58º42.75%50%-
HSV(B)333.58º59.89%71.37%-
XYZ25.1316.0919.87-
YUV111.06133.61178.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.40%
GREEN value IS 73 (28.91% from 255) = 19.41%
BLUE value IS 121 (47.66% from 255) = 32.18%
R=48.40%
G=19.41%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827312100.600.340.29333.5842.7550
HexB6497903C221D14e2b32
Octal26611117107442355165362
Binary1011011010010011111001011110010001011101101001110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64979; }

 p { color: rgb(182,73,121); }

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

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

 a { background-color: rgb(182,73,121); }

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

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

 span { border-color: rgb(182,73,121); }

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