#BE577D

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

Shades of Royal Heath #BE577D

Tints of Royal Heath #BE577D

Color information

#BE577D (or 0xBE577D) is unknown color: approx Royal Heath. HEX triplet: BE, 57 and 7D. RGB value is (190,87,125). Sum of RGB (Red+Green+Blue) = 190+87+125=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE577D is #41A882. Grayscale: #7A7A7A. Windows color (decimal): -4302979 or 8214462. OLE color: 8214462.

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

Color convert

RGB19087125-
CMYK00.540.340.25
HSL337.86º44.21%54.31%-
HSV(B)337.86º54.21%74.51%-
XYZ28.3519.2421.62-
YUV122.13129.62176.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 87 (34.38% from 255) = 21.64%
BLUE value IS 125 (49.22% from 255) = 31.09%
R=47.26%
G=21.64%
B=31.09%

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
Decimal1908712500.540.340.25337.8644.2154.31
HexBE577D03622191522c36
Octal27612717506642315225466
Binary1011111010101111111101011011010001011001101010010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE577D; }

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

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

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

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

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

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

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

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