#BE597F

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

Shades of Royal Heath #BE597F

Tints of Royal Heath #BE597F

Color information

#BE597F (or 0xBE597F) is unknown color: approx Royal Heath. HEX triplet: BE, 59 and 7F. RGB value is (190,89,127). Sum of RGB (Red+Green+Blue) = 190+89+127=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE597F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE597F is #41A680. Grayscale: #7B7B7B. Windows color (decimal): -4302465 or 8346046. OLE color: 8346046.

HSL color Cylindrical-coordinate representation of color #BE597F: hue angle of 337.43º 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 #BE597F is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB19089127-
CMYK00.530.330.25
HSL337.43º43.72%54.71%-
HSV(B)337.43º53.16%74.51%-
XYZ28.6419.6222.36-
YUV123.53129.96175.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 89 (35.16% from 255) = 21.92%
BLUE value IS 127 (50% from 255) = 31.28%
R=46.80%
G=21.92%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908912700.530.330.25337.4343.7254.71
HexBE597F03521191512c37
Octal27613117706541315215467
Binary1011111010110011111111011010110000111001101010001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE597F; }

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

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

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

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

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

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

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

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