#BE4E70

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

Shades of Royal Heath #BE4E70

Tints of Royal Heath #BE4E70

Color information

#BE4E70 (or 0xBE4E70) is unknown color: approx Royal Heath. HEX triplet: BE, 4E and 70. RGB value is (190,78,112). Sum of RGB (Red+Green+Blue) = 190+78+112=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E70 is #41B18F. Grayscale: #737373. Windows color (decimal): -4305296 or 7360190. OLE color: 7360190.

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

Color convert

RGB19078112-
CMYK00.590.410.25
HSL341.79º46.28%52.55%-
HSV(B)341.79º58.95%74.51%-
XYZ26.8817.5717.3-
YUV115.36126.11181.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 78 (30.86% from 255) = 20.53%
BLUE value IS 112 (44.14% from 255) = 29.47%
R=50%
G=20.53%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907811200.590.410.25341.7946.2852.55
HexBE4E7003B29191562e35
Octal27611616007351315265665
Binary1011111010011101110000011101110100111001101010110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4E70; }

 p { color: rgb(190,78,112); }

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

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

 a { background-color: rgb(190,78,112); }

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

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

 span { border-color: rgb(190,78,112); }

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