#BE0564

Color #BE0564 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #BE0564

Tints of Jazzberry Jam #BE0564

Color information

#BE0564 (or 0xBE0564) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 05 and 64. RGB value is (190,5,100). Sum of RGB (Red+Green+Blue) = 190+5+100=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0564 is #41FA9B. Grayscale: #464646. Windows color (decimal): -4323996 or 6555070. OLE color: 6555070.

HSL color Cylindrical-coordinate representation of color #BE0564: hue angle of 329.19º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE0564 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB1905100-
CMYK00.970.470.25
HSL329.19º94.87%38.24%-
HSV(B)329.19º97.37%74.51%-
XYZ23.5911.9813.12-
YUV71.14144.29212.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.41%
GREEN value IS 5 (2.34% from 255) = 1.69%
BLUE value IS 100 (39.45% from 255) = 33.90%
R=64.41%
G=1.69%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190510000.970.470.25329.1994.8738.24
HexBE5640612F191495f26
Octal27651440141573151113746
Binary10111110101110010001100001101111110011010010011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0564; }

 p { color: rgb(190,5,100); }

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

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

 a { background-color: rgb(190,5,100); }

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

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

 span { border-color: rgb(190,5,100); }

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