#BE0E56

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

Shades of Jazzberry Jam #BE0E56

Tints of Jazzberry Jam #BE0E56

Color information

#BE0E56 (or 0xBE0E56) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 0E and 56. RGB value is (190,14,86). Sum of RGB (Red+Green+Blue) = 190+14+86=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0E56 is #41F1A9. Grayscale: #4A4A4A. Windows color (decimal): -4321706 or 5639870. OLE color: 5639870.

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

Color convert

RGB1901486-
CMYK00.930.550.25
HSL335.45º86.27%40%-
HSV(B)335.45º92.63%74.51%-
XYZ23.0711.939.89-
YUV74.83134.31210.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.52%
GREEN value IS 14 (5.86% from 255) = 4.83%
BLUE value IS 86 (33.98% from 255) = 29.66%
R=65.52%
G=4.83%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190148600.930.550.25335.4586.2740
HexBEE5605D371914f5628
Octal276161260135673151712650
Binary101111101110101011001011101110111110011010011111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0E56; }

 p { color: rgb(190,14,86); }

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

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

 a { background-color: rgb(190,14,86); }

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

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

 span { border-color: rgb(190,14,86); }

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