#B64770

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

Shades of Royal Heath #B64770

Tints of Royal Heath #B64770

Color information

#B64770 (or 0xB64770) is unknown color: approx Royal Heath. HEX triplet: B6, 47 and 70. RGB value is (182,71,112). Sum of RGB (Red+Green+Blue) = 182+71+112=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B64770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64770 is #49B88F. Grayscale: #6C6C6C. Windows color (decimal): -4831376 or 7358390. OLE color: 7358390.

HSL color Cylindrical-coordinate representation of color #B64770: hue angle of 337.84º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B64770 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB18271112-
CMYK00.610.380.29
HSL337.84º43.87%49.61%-
HSV(B)337.84º60.99%71.37%-
XYZ24.4715.6217.05-
YUV108.86129.77180.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.86%
GREEN value IS 71 (28.12% from 255) = 19.45%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=49.86%
G=19.45%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827111200.610.380.29337.8443.8749.61
HexB6477003D261D1522c32
Octal26610716007546355225462
Binary1011011010001111110000011110110011011101101010010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64770; }

 p { color: rgb(182,71,112); }

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

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

 a { background-color: rgb(182,71,112); }

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

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

 span { border-color: rgb(182,71,112); }

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