#BE517B

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

Shades of Royal Heath #BE517B

Tints of Royal Heath #BE517B

Color information

#BE517B (or 0xBE517B) is unknown color: approx Royal Heath. HEX triplet: BE, 51 and 7B. RGB value is (190,81,123). Sum of RGB (Red+Green+Blue) = 190+81+123=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE517B is #41AE84. Grayscale: #767676. Windows color (decimal): -4304517 or 8081854. OLE color: 8081854.

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

Color convert

RGB19081123-
CMYK00.570.350.25
HSL336.88º45.61%53.14%-
HSV(B)336.88º57.37%74.51%-
XYZ27.7518.2620.8-
YUV118.38130.61179.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.22%
GREEN value IS 81 (32.03% from 255) = 20.56%
BLUE value IS 123 (48.44% from 255) = 31.22%
R=48.22%
G=20.56%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908112300.570.350.25336.8845.6153.14
HexBE517B03923191512e35
Octal27612117307143315215665
Binary1011111010100011111011011100110001111001101010001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE517B; }

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

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

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

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

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

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

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

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