#BE577A

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

Shades of Royal Heath #BE577A

Tints of Royal Heath #BE577A

Color information

#BE577A (or 0xBE577A) is unknown color: approx Royal Heath. HEX triplet: BE, 57 and 7A. RGB value is (190,87,122). Sum of RGB (Red+Green+Blue) = 190+87+122=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE577A is #41A885. Grayscale: #797979. Windows color (decimal): -4302982 or 8017854. OLE color: 8017854.

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

Color convert

RGB19087122-
CMYK00.540.360.25
HSL339.61º44.21%54.31%-
HSV(B)339.61º54.21%74.51%-
XYZ28.1619.1720.63-
YUV121.79128.12176.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 87 (34.38% from 255) = 21.80%
BLUE value IS 122 (48.05% from 255) = 30.58%
R=47.62%
G=21.80%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908712200.540.360.25339.6144.2154.31
HexBE577A03624191542c36
Octal27612717206644315245466
Binary1011111010101111111010011011010010011001101010100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE577A; }

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

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

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

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

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

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

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

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