#BE5078

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

Shades of Royal Heath #BE5078

Tints of Royal Heath #BE5078

Color information

#BE5078 (or 0xBE5078) is unknown color: approx Royal Heath. HEX triplet: BE, 50 and 78. RGB value is (190,80,120). Sum of RGB (Red+Green+Blue) = 190+80+120=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5078 is #41AF87. Grayscale: #757575. Windows color (decimal): -4304776 or 7884990. OLE color: 7884990.

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

Color convert

RGB19080120-
CMYK00.580.370.25
HSL338.18º45.83%52.94%-
HSV(B)338.18º57.89%74.51%-
XYZ27.4918.0419.8-
YUV117.45129.44179.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.72%
GREEN value IS 80 (31.64% from 255) = 20.51%
BLUE value IS 120 (47.27% from 255) = 30.77%
R=48.72%
G=20.51%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908012000.580.370.25338.1845.8352.94
HexBE507803A25191522e35
Octal27612017007245315225665
Binary1011111010100001111000011101010010111001101010010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5078; }

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

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

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

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

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

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

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

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