#BE4976

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

Shades of Royal Heath #BE4976

Tints of Royal Heath #BE4976

Color information

#BE4976 (or 0xBE4976) is unknown color: approx Royal Heath. HEX triplet: BE, 49 and 76. RGB value is (190,73,118). Sum of RGB (Red+Green+Blue) = 190+73+118=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4976 is #41B689. Grayscale: #717171. Windows color (decimal): -4306570 or 7752126. OLE color: 7752126.

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

Color convert

RGB19073118-
CMYK00.620.380.25
HSL336.92º47.37%51.57%-
HSV(B)336.92º61.58%74.51%-
XYZ26.8917.0219.01-
YUV113.11130.76182.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.87%
GREEN value IS 73 (28.91% from 255) = 19.16%
BLUE value IS 118 (46.48% from 255) = 30.97%
R=49.87%
G=19.16%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907311800.620.380.25336.9247.3751.57
HexBE497603E26191512f34
Octal27611116607646315215764
Binary1011111010010011110110011111010011011001101010001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4976; }

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

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

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

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

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

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

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

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