#BE5472

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

Shades of Royal Heath #BE5472

Tints of Royal Heath #BE5472

Color information

#BE5472 (or 0xBE5472) is unknown color: approx Royal Heath. HEX triplet: BE, 54 and 72. RGB value is (190,84,114). Sum of RGB (Red+Green+Blue) = 190+84+114=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5472 is #41AB8D. Grayscale: #777777. Windows color (decimal): -4303758 or 7492798. OLE color: 7492798.

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

Color convert

RGB19084114-
CMYK00.560.400.25
HSL343.02º44.92%53.73%-
HSV(B)343.02º55.79%74.51%-
XYZ27.4418.518.04-
YUV119.11125.12178.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 84 (33.20% from 255) = 21.65%
BLUE value IS 114 (44.92% from 255) = 29.38%
R=48.97%
G=21.65%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908411400.560.400.25343.0244.9253.73
HexBE547203828191572d36
Octal27612416207050315275566
Binary1011111010101001110010011100010100011001101010111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5472; }

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

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

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

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

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

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

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

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