#BE4878

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

Shades of Royal Heath #BE4878

Tints of Royal Heath #BE4878

Color information

#BE4878 (or 0xBE4878) is unknown color: approx Royal Heath. HEX triplet: BE, 48 and 78. RGB value is (190,72,120). Sum of RGB (Red+Green+Blue) = 190+72+120=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4878 is #41B787. Grayscale: #707070. Windows color (decimal): -4306824 or 7882942. OLE color: 7882942.

HSL color Cylindrical-coordinate representation of color #BE4878: hue angle of 335.59º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE4878 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB19072120-
CMYK00.620.370.25
HSL335.59º47.58%51.37%-
HSV(B)335.59º62.11%74.51%-
XYZ26.9416.9419.62-
YUV112.75132.09183.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.74%
GREEN value IS 72 (28.52% from 255) = 18.85%
BLUE value IS 120 (47.27% from 255) = 31.41%
R=49.74%
G=18.85%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907212000.620.370.25335.5947.5851.37
HexBE487803E25191503033
Octal27611017007645315206063
Binary1011111010010001111000011111010010111001101010000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4878; }

 p { color: rgb(190,72,120); }

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

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

 a { background-color: rgb(190,72,120); }

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

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

 span { border-color: rgb(190,72,120); }

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