#B64570

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

Shades of Royal Heath #B64570

Tints of Royal Heath #B64570

Color information

#B64570 (or 0xB64570) is unknown color: approx Royal Heath. HEX triplet: B6, 45 and 70. RGB value is (182,69,112). Sum of RGB (Red+Green+Blue) = 182+69+112=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B64570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64570 is #49BA8F. Grayscale: #6B6B6B. Windows color (decimal): -4831888 or 7357878. OLE color: 7357878.

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

Color convert

RGB18269112-
CMYK00.620.380.29
HSL337.17º45.02%49.22%-
HSV(B)337.17º62.09%71.37%-
XYZ24.3415.3717.01-
YUV107.69130.44181-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.14%
GREEN value IS 69 (27.34% from 255) = 19.01%
BLUE value IS 112 (44.14% from 255) = 30.85%
R=50.14%
G=19.01%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826911200.620.380.29337.1745.0249.22
HexB6457003E261D1512d31
Octal26610516007646355215561
Binary1011011010001011110000011111010011011101101010001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64570; }

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

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

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

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

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

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

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

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