#BE5379

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

Shades of Royal Heath #BE5379

Tints of Royal Heath #BE5379

Color information

#BE5379 (or 0xBE5379) is unknown color: approx Royal Heath. HEX triplet: BE, 53 and 79. RGB value is (190,83,121). Sum of RGB (Red+Green+Blue) = 190+83+121=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5379 is #41AC86. Grayscale: #777777. Windows color (decimal): -4304007 or 7951294. OLE color: 7951294.

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

Color convert

RGB19083121-
CMYK00.560.360.25
HSL338.69º45.15%53.53%-
HSV(B)338.69º56.32%74.51%-
XYZ27.7818.5120.2-
YUV119.32128.95178.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.22%
GREEN value IS 83 (32.81% from 255) = 21.07%
BLUE value IS 121 (47.66% from 255) = 30.71%
R=48.22%
G=21.07%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908312100.560.360.25338.6945.1553.53
HexBE537903824191532d36
Octal27612317107044315235566
Binary1011111010100111111001011100010010011001101010011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5379; }

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

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

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

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

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

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

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

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