#BE4573

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

Shades of Royal Heath #BE4573

Tints of Royal Heath #BE4573

Color information

#BE4573 (or 0xBE4573) is unknown color: approx Royal Heath. HEX triplet: BE, 45 and 73. RGB value is (190,69,115). Sum of RGB (Red+Green+Blue) = 190+69+115=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4573 is #41BA8C. Grayscale: #6E6E6E. Windows color (decimal): -4307597 or 7554494. OLE color: 7554494.

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

Color convert

RGB19069115-
CMYK00.640.390.25
HSL337.19º48.21%50.78%-
HSV(B)337.19º63.68%74.51%-
XYZ26.4616.4418-
YUV110.42130.59184.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.80%
GREEN value IS 69 (27.34% from 255) = 18.45%
BLUE value IS 115 (45.31% from 255) = 30.75%
R=50.80%
G=18.45%
B=30.75%

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
Decimal1906911500.640.390.25337.1948.2150.78
HexBE457304027191513033
Octal276105163010047315216063
Binary10111110100010111100110100000010011111001101010001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4573; }

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

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

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

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

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

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

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

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