#BE577E

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

Shades of Royal Heath #BE577E

Tints of Royal Heath #BE577E

Color information

#BE577E (or 0xBE577E) is unknown color: approx Royal Heath. HEX triplet: BE, 57 and 7E. RGB value is (190,87,126). Sum of RGB (Red+Green+Blue) = 190+87+126=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE577E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE577E is #41A881. Grayscale: #7A7A7A. Windows color (decimal): -4302978 or 8279998. OLE color: 8279998.

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

Color convert

RGB19087126-
CMYK00.540.340.25
HSL337.28º44.21%54.31%-
HSV(B)337.28º54.21%74.51%-
XYZ28.4119.2721.96-
YUV122.24130.12176.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 87 (34.38% from 255) = 21.59%
BLUE value IS 126 (49.61% from 255) = 31.27%
R=47.15%
G=21.59%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908712600.540.340.25337.2844.2154.31
HexBE577E03622191512c36
Octal27612717606642315215466
Binary1011111010101111111110011011010001011001101010001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE577E; }

 p { color: rgb(190,87,126); }

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

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

 a { background-color: rgb(190,87,126); }

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

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

 span { border-color: rgb(190,87,126); }

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