#BE4E73

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

Shades of Royal Heath #BE4E73

Tints of Royal Heath #BE4E73

Color information

#BE4E73 (or 0xBE4E73) is unknown color: approx Royal Heath. HEX triplet: BE, 4E and 73. RGB value is (190,78,115). Sum of RGB (Red+Green+Blue) = 190+78+115=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E73 is #41B18C. Grayscale: #737373. Windows color (decimal): -4305293 or 7556798. OLE color: 7556798.

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

Color convert

RGB19078115-
CMYK00.590.390.25
HSL340.18º46.28%52.55%-
HSV(B)340.18º58.95%74.51%-
XYZ27.0517.6318.2-
YUV115.71127.61180.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.61%
GREEN value IS 78 (30.86% from 255) = 20.37%
BLUE value IS 115 (45.31% from 255) = 30.03%
R=49.61%
G=20.37%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907811500.590.390.25340.1846.2852.55
HexBE4E7303B27191542e35
Octal27611616307347315245665
Binary1011111010011101110011011101110011111001101010100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4E73; }

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

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

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

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

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

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

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

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