#BE0464

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

Shades of Jazzberry Jam #BE0464

Tints of Jazzberry Jam #BE0464

Color information

#BE0464 (or 0xBE0464) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 04 and 64. RGB value is (190,4,100). Sum of RGB (Red+Green+Blue) = 190+4+100=294 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.63% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0464 is #41FB9B. Grayscale: #464646. Windows color (decimal): -4324252 or 6554814. OLE color: 6554814.

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

Color convert

RGB1904100-
CMYK00.980.470.25
HSL329.03º95.88%38.04%-
HSV(B)329.03º97.89%74.51%-
XYZ23.5811.9513.12-
YUV70.56144.62213.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.63%
GREEN value IS 4 (1.95% from 255) = 1.36%
BLUE value IS 100 (39.45% from 255) = 34.01%
R=64.63%
G=1.36%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190410000.980.470.25329.0395.8838.04
HexBE4640622F191496026
Octal27641440142573151114046
Binary10111110100110010001100010101111110011010010011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0464; }

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

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

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

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

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

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

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

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