#BE597C

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

Shades of Royal Heath #BE597C

Tints of Royal Heath #BE597C

Color information

#BE597C (or 0xBE597C) is unknown color: approx Royal Heath. HEX triplet: BE, 59 and 7C. RGB value is (190,89,124). Sum of RGB (Red+Green+Blue) = 190+89+124=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE597C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE597C is #41A683. Grayscale: #7B7B7B. Windows color (decimal): -4302468 or 8149438. OLE color: 8149438.

HSL color Cylindrical-coordinate representation of color #BE597C: hue angle of 339.21º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE597C is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB19089124-
CMYK00.530.350.25
HSL339.21º43.72%54.71%-
HSV(B)339.21º53.16%74.51%-
XYZ28.4519.5521.34-
YUV123.19128.46175.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 89 (35.16% from 255) = 22.08%
BLUE value IS 124 (48.83% from 255) = 30.77%
R=47.15%
G=22.08%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908912400.530.350.25339.2143.7254.71
HexBE597C03523191532c37
Octal27613117406543315235467
Binary1011111010110011111100011010110001111001101010011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE597C; }

 p { color: rgb(190,89,124); }

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

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

 a { background-color: rgb(190,89,124); }

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

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

 span { border-color: rgb(190,89,124); }

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