#BE4A79

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

Shades of Royal Heath #BE4A79

Tints of Royal Heath #BE4A79

Color information

#BE4A79 (or 0xBE4A79) is unknown color: approx Royal Heath. HEX triplet: BE, 4A and 79. RGB value is (190,74,121). Sum of RGB (Red+Green+Blue) = 190+74+121=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4A79 is #41B586. Grayscale: #717171. Windows color (decimal): -4306311 or 7948990. OLE color: 7948990.

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

Color convert

RGB19074121-
CMYK00.610.360.25
HSL335.69º47.15%51.76%-
HSV(B)335.69º61.05%74.51%-
XYZ27.1417.2319.98-
YUV114.04131.93182.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.35%
GREEN value IS 74 (29.30% from 255) = 19.22%
BLUE value IS 121 (47.66% from 255) = 31.43%
R=49.35%
G=19.22%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907412100.610.360.25335.6947.1551.76
HexBE4A7903D24191502f34
Octal27611217107544315205764
Binary1011111010010101111001011110110010011001101010000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4A79; }

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

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

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

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

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

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

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

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