#BE1464

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

Shades of Jazzberry Jam #BE1464

Tints of Jazzberry Jam #BE1464

Color information

#BE1464 (or 0xBE1464) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 14 and 64. RGB value is (190,20,100). Sum of RGB (Red+Green+Blue) = 190+20+100=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1464 is #41EB9B. Grayscale: #4F4F4F. Windows color (decimal): -4320156 or 6558910. OLE color: 6558910.

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

Color convert

RGB19020100-
CMYK00.890.470.25
HSL331.76º80.95%41.18%-
HSV(B)331.76º89.47%74.51%-
XYZ23.7912.3713.19-
YUV79.95139.32206.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.29%
GREEN value IS 20 (8.20% from 255) = 6.45%
BLUE value IS 100 (39.45% from 255) = 32.26%
R=61.29%
G=6.45%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902010000.890.470.25331.7680.9541.18
HexBE14640592F1914c5129
Octal276241440131573151412151
Binary1011111010100110010001011001101111110011010011001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1464; }

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

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

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

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

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

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

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

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