#B64E79

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

Shades of Royal Heath #B64E79

Tints of Royal Heath #B64E79

Color information

#B64E79 (or 0xB64E79) is unknown color: approx Royal Heath. HEX triplet: B6, 4E and 79. RGB value is (182,78,121). Sum of RGB (Red+Green+Blue) = 182+78+121=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64E79 is #49B186. Grayscale: #717171. Windows color (decimal): -4829575 or 7950006. OLE color: 7950006.

HSL color Cylindrical-coordinate representation of color #B64E79: hue angle of 335.19º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B64E79 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB18278121-
CMYK00.570.340.29
HSL335.19º41.6%50.98%-
HSV(B)335.19º57.14%71.37%-
XYZ25.4716.7719.98-
YUV114131.96176.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.77%
GREEN value IS 78 (30.86% from 255) = 20.47%
BLUE value IS 121 (47.66% from 255) = 31.76%
R=47.77%
G=20.47%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827812100.570.340.29335.1941.650.98
HexB64E79039221D14f2a33
Octal26611617107142355175263
Binary1011011010011101111001011100110001011101101001111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64E79; }

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

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

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

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

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

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

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

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