#BE5978

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

Shades of Royal Heath #BE5978

Tints of Royal Heath #BE5978

Color information

#BE5978 (or 0xBE5978) is unknown color: approx Royal Heath. HEX triplet: BE, 59 and 78. RGB value is (190,89,120). Sum of RGB (Red+Green+Blue) = 190+89+120=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5978 is #41A687. Grayscale: #7A7A7A. Windows color (decimal): -4302472 or 7887294. OLE color: 7887294.

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

Color convert

RGB19089120-
CMYK00.530.370.25
HSL341.58º43.72%54.71%-
HSV(B)341.58º53.16%74.51%-
XYZ28.219.4520.04-
YUV122.73126.46175.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 89 (35.16% from 255) = 22.31%
BLUE value IS 120 (47.27% from 255) = 30.08%
R=47.62%
G=22.31%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908912000.530.370.25341.5843.7254.71
HexBE597803525191562c37
Octal27613117006545315265467
Binary1011111010110011111000011010110010111001101010110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5978; }

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

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

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

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

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

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

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

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