#BE5B80

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

Shades of Royal Heath #BE5B80

Tints of Royal Heath #BE5B80

Color information

#BE5B80 (or 0xBE5B80) is unknown color: approx Royal Heath. HEX triplet: BE, 5B and 80. RGB value is (190,91,128). Sum of RGB (Red+Green+Blue) = 190+91+128=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5B80 is #41A47F. Grayscale: #7C7C7C. Windows color (decimal): -4301952 or 8412094. OLE color: 8412094.

HSL color Cylindrical-coordinate representation of color #BE5B80: hue angle of 337.58º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5B80 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB19091128-
CMYK00.520.330.25
HSL337.58º43.23%55.1%-
HSV(B)337.58º52.11%74.51%-
XYZ28.8719.9922.76-
YUV124.82129.8174.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 91 (35.94% from 255) = 22.25%
BLUE value IS 128 (50.39% from 255) = 31.30%
R=46.45%
G=22.25%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909112800.520.330.25337.5843.2355.1
HexBE5B8003421191522b37
Octal27613320006441315225367
Binary10111110101101110000000011010010000111001101010010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5B80; }

 p { color: rgb(190,91,128); }

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

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

 a { background-color: rgb(190,91,128); }

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

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

 span { border-color: rgb(190,91,128); }

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