#BE5775

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

Shades of Royal Heath #BE5775

Tints of Royal Heath #BE5775

Color information

#BE5775 (or 0xBE5775) is unknown color: approx Royal Heath. HEX triplet: BE, 57 and 75. RGB value is (190,87,117). Sum of RGB (Red+Green+Blue) = 190+87+117=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5775 is #41A88A. Grayscale: #797979. Windows color (decimal): -4302987 or 7690174. OLE color: 7690174.

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

Color convert

RGB19087117-
CMYK00.540.380.25
HSL342.52º44.21%54.31%-
HSV(B)342.52º54.21%74.51%-
XYZ27.8519.0519.04-
YUV121.22125.62177.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.22%
GREEN value IS 87 (34.38% from 255) = 22.08%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=48.22%
G=22.08%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908711700.540.380.25342.5244.2154.31
HexBE577503626191572c36
Octal27612716506646315275466
Binary1011111010101111110101011011010011011001101010111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5775; }

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

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

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

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

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

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

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

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