#BE4972

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

Shades of Royal Heath #BE4972

Tints of Royal Heath #BE4972

Color information

#BE4972 (or 0xBE4972) is unknown color: approx Royal Heath. HEX triplet: BE, 49 and 72. RGB value is (190,73,114). Sum of RGB (Red+Green+Blue) = 190+73+114=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4972 is #41B68D. Grayscale: #707070. Windows color (decimal): -4306574 or 7489982. OLE color: 7489982.

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

Color convert

RGB19073114-
CMYK00.620.400.25
HSL338.97º47.37%51.57%-
HSV(B)338.97º61.58%74.51%-
XYZ26.6616.9317.78-
YUV112.66128.76183.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 73 (28.91% from 255) = 19.36%
BLUE value IS 114 (44.92% from 255) = 30.24%
R=50.40%
G=19.36%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907311400.620.400.25338.9747.3751.57
HexBE497203E28191532f34
Octal27611116207650315235764
Binary1011111010010011110010011111010100011001101010011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4972; }

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

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

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

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

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

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

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

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