#BE5474

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

Shades of Royal Heath #BE5474

Tints of Royal Heath #BE5474

Color information

#BE5474 (or 0xBE5474) is unknown color: approx Royal Heath. HEX triplet: BE, 54 and 74. RGB value is (190,84,116). Sum of RGB (Red+Green+Blue) = 190+84+116=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5474 is #41AB8B. Grayscale: #777777. Windows color (decimal): -4303756 or 7623870. OLE color: 7623870.

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

Color convert

RGB19084116-
CMYK00.560.390.25
HSL341.89º44.92%53.73%-
HSV(B)341.89º55.79%74.51%-
XYZ27.5618.5518.65-
YUV119.34126.12178.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.72%
GREEN value IS 84 (33.20% from 255) = 21.54%
BLUE value IS 116 (45.70% from 255) = 29.74%
R=48.72%
G=21.54%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908411600.560.390.25341.8944.9253.73
HexBE547403827191562d36
Octal27612416407047315265566
Binary1011111010101001110100011100010011111001101010110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5474; }

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

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

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

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

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

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

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

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