#BE547E

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

Shades of Royal Heath #BE547E

Tints of Royal Heath #BE547E

Color information

#BE547E (or 0xBE547E) is unknown color: approx Royal Heath. HEX triplet: BE, 54 and 7E. RGB value is (190,84,126). Sum of RGB (Red+Green+Blue) = 190+84+126=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE547E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE547E is #41AB81. Grayscale: #787878. Windows color (decimal): -4303746 or 8279230. OLE color: 8279230.

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

Color convert

RGB19084126-
CMYK00.560.340.25
HSL336.23º44.92%53.73%-
HSV(B)336.23º55.79%74.51%-
XYZ28.1718.7921.88-
YUV120.48131.12177.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.5%
GREEN value IS 84 (33.20% from 255) = 21%
BLUE value IS 126 (49.61% from 255) = 31.5%
R=47.5%
G=21%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908412600.560.340.25336.2344.9253.73
HexBE547E03822191502d36
Octal27612417607042315205566
Binary1011111010101001111110011100010001011001101010000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE547E; }

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

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

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

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

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

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

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

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