#B64D78

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

Shades of Royal Heath #B64D78

Tints of Royal Heath #B64D78

Color information

#B64D78 (or 0xB64D78) is unknown color: approx Royal Heath. HEX triplet: B6, 4D and 78. RGB value is (182,77,120). Sum of RGB (Red+Green+Blue) = 182+77+120=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64D78 is #49B287. Grayscale: #717171. Windows color (decimal): -4829832 or 7884214. OLE color: 7884214.

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

Color convert

RGB18277120-
CMYK00.580.340.29
HSL335.43º41.83%50.78%-
HSV(B)335.43º57.69%71.37%-
XYZ25.3416.6119.64-
YUV113.3131.79177-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.02%
GREEN value IS 77 (30.47% from 255) = 20.32%
BLUE value IS 120 (47.27% from 255) = 31.66%
R=48.02%
G=20.32%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827712000.580.340.29335.4341.8350.78
HexB64D7803A221D14f2a33
Octal26611517007242355175263
Binary1011011010011011111000011101010001011101101001111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64D78; }

 p { color: rgb(182,77,120); }

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

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

 a { background-color: rgb(182,77,120); }

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

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

 span { border-color: rgb(182,77,120); }

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