#BE4574

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

Shades of Royal Heath #BE4574

Tints of Royal Heath #BE4574

Color information

#BE4574 (or 0xBE4574) is unknown color: approx Royal Heath. HEX triplet: BE, 45 and 74. RGB value is (190,69,116). Sum of RGB (Red+Green+Blue) = 190+69+116=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4574 is #41BA8B. Grayscale: #6E6E6E. Windows color (decimal): -4307596 or 7620030. OLE color: 7620030.

HSL color Cylindrical-coordinate representation of color #BE4574: hue angle of 336.69º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE4574 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB19069116-
CMYK00.640.390.25
HSL336.69º48.21%50.78%-
HSV(B)336.69º63.68%74.51%-
XYZ26.5216.4618.3-
YUV110.54131.09184.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.67%
GREEN value IS 69 (27.34% from 255) = 18.4%
BLUE value IS 116 (45.70% from 255) = 30.93%
R=50.67%
G=18.4%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906911600.640.390.25336.6948.2150.78
HexBE457404027191513033
Octal276105164010047315216063
Binary10111110100010111101000100000010011111001101010001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4574; }

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

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

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

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

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

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

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

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