#B64572

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

Shades of Royal Heath #B64572

Tints of Royal Heath #B64572

Color information

#B64572 (or 0xB64572) is unknown color: approx Royal Heath. HEX triplet: B6, 45 and 72. RGB value is (182,69,114). Sum of RGB (Red+Green+Blue) = 182+69+114=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B64572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64572 is #49BA8D. Grayscale: #6B6B6B. Windows color (decimal): -4831886 or 7488950. OLE color: 7488950.

HSL color Cylindrical-coordinate representation of color #B64572: hue angle of 336.11º 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 #B64572 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB18269114-
CMYK00.620.370.29
HSL336.11º45.02%49.22%-
HSV(B)336.11º62.09%71.37%-
XYZ24.4615.4217.61-
YUV107.92131.44180.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.86%
GREEN value IS 69 (27.34% from 255) = 18.90%
BLUE value IS 114 (44.92% from 255) = 31.23%
R=49.86%
G=18.90%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826911400.620.370.29336.1145.0249.22
HexB6457203E251D1502d31
Octal26610516207645355205561
Binary1011011010001011110010011111010010111101101010000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64572; }

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

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

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

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

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

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

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

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