#BE5376

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

Shades of Royal Heath #BE5376

Tints of Royal Heath #BE5376

Color information

#BE5376 (or 0xBE5376) is unknown color: approx Royal Heath. HEX triplet: BE, 53 and 76. RGB value is (190,83,118). Sum of RGB (Red+Green+Blue) = 190+83+118=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5376 is #41AC89. Grayscale: #767676. Windows color (decimal): -4304010 or 7754686. OLE color: 7754686.

HSL color Cylindrical-coordinate representation of color #BE5376: hue angle of 340.37º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE5376 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB19083118-
CMYK00.560.380.25
HSL340.37º45.15%53.53%-
HSV(B)340.37º56.32%74.51%-
XYZ27.618.4419.24-
YUV118.98127.45178.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.59%
GREEN value IS 83 (32.81% from 255) = 21.23%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=48.59%
G=21.23%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908311800.560.380.25340.3745.1553.53
HexBE537603826191542d36
Octal27612316607046315245566
Binary1011111010100111110110011100010011011001101010100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5376; }

 p { color: rgb(190,83,118); }

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

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

 a { background-color: rgb(190,83,118); }

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

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

 span { border-color: rgb(190,83,118); }

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