#BE4079

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

Shades of Royal Heath #BE4079

Tints of Royal Heath #BE4079

Color information

#BE4079 (or 0xBE4079) is unknown color: approx Royal Heath. HEX triplet: BE, 40 and 79. RGB value is (190,64,121). Sum of RGB (Red+Green+Blue) = 190+64+121=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4079 is #41BF86. Grayscale: #6C6C6C. Windows color (decimal): -4308871 or 7946430. OLE color: 7946430.

HSL color Cylindrical-coordinate representation of color #BE4079: hue angle of 332.86º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4079 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB19064121-
CMYK00.660.360.25
HSL332.86º49.61%49.8%-
HSV(B)332.86º66.32%74.51%-
XYZ26.5215.9919.78-
YUV108.17135.24186.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.67%
GREEN value IS 64 (25.39% from 255) = 17.07%
BLUE value IS 121 (47.66% from 255) = 32.27%
R=50.67%
G=17.07%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906412100.660.360.25332.8649.6149.8
HexBE4079042241914d3232
Octal276100171010244315156262
Binary10111110100000011110010100001010010011001101001101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4079; }

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

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

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

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

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

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

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

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