#BE567C

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

Shades of Royal Heath #BE567C

Tints of Royal Heath #BE567C

Color information

#BE567C (or 0xBE567C) is unknown color: approx Royal Heath. HEX triplet: BE, 56 and 7C. RGB value is (190,86,124). Sum of RGB (Red+Green+Blue) = 190+86+124=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE567C is #41A983. Grayscale: #797979. Windows color (decimal): -4303236 or 8148670. OLE color: 8148670.

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

Color convert

RGB19086124-
CMYK00.550.350.25
HSL338.08º44.44%54.12%-
HSV(B)338.08º54.74%74.51%-
XYZ28.219.0621.26-
YUV121.43129.46176.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.5%
GREEN value IS 86 (33.98% from 255) = 21.5%
BLUE value IS 124 (48.83% from 255) = 31%
R=47.5%
G=21.5%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908612400.550.350.25338.0844.4454.12
HexBE567C03723191522c36
Octal27612617406743315225466
Binary1011111010101101111100011011110001111001101010010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE567C; }

 p { color: rgb(190,86,124); }

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

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

 a { background-color: rgb(190,86,124); }

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

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

 span { border-color: rgb(190,86,124); }

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