#BE5774

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

Shades of Royal Heath #BE5774

Tints of Royal Heath #BE5774

Color information

#BE5774 (or 0xBE5774) is unknown color: approx Royal Heath. HEX triplet: BE, 57 and 74. RGB value is (190,87,116). Sum of RGB (Red+Green+Blue) = 190+87+116=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5774 is #41A88B. Grayscale: #797979. Windows color (decimal): -4302988 or 7624638. OLE color: 7624638.

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

Color convert

RGB19087116-
CMYK00.540.390.25
HSL343.11º44.21%54.31%-
HSV(B)343.11º54.21%74.51%-
XYZ27.819.0218.73-
YUV121.1125.12177.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.35%
GREEN value IS 87 (34.38% from 255) = 22.14%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=48.35%
G=22.14%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908711600.540.390.25343.1144.2154.31
HexBE577403627191572c36
Octal27612716406647315275466
Binary1011111010101111110100011011010011111001101010111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5774; }

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

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

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

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

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

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

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

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