#BE517A

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

Shades of Royal Heath #BE517A

Tints of Royal Heath #BE517A

Color information

#BE517A (or 0xBE517A) is unknown color: approx Royal Heath. HEX triplet: BE, 51 and 7A. RGB value is (190,81,122). Sum of RGB (Red+Green+Blue) = 190+81+122=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE517A is #41AE85. Grayscale: #767676. Windows color (decimal): -4304518 or 8016318. OLE color: 8016318.

HSL color Cylindrical-coordinate representation of color #BE517A: hue angle of 337.43º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE517A is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB19081122-
CMYK00.570.360.25
HSL337.43º45.61%53.14%-
HSV(B)337.43º57.37%74.51%-
XYZ27.6918.2420.47-
YUV118.26130.11179.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.35%
GREEN value IS 81 (32.03% from 255) = 20.61%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=48.35%
G=20.61%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908112200.570.360.25337.4345.6153.14
HexBE517A03924191512e35
Octal27612117207144315215665
Binary1011111010100011111010011100110010011001101010001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE517A; }

 p { color: rgb(190,81,122); }

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

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

 a { background-color: rgb(190,81,122); }

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

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

 span { border-color: rgb(190,81,122); }

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