#BE0E59

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

Shades of Jazzberry Jam #BE0E59

Tints of Jazzberry Jam #BE0E59

Color information

#BE0E59 (or 0xBE0E59) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 0E and 59. RGB value is (190,14,89). Sum of RGB (Red+Green+Blue) = 190+14+89=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0E59 is #41F1A6. Grayscale: #4B4B4B. Windows color (decimal): -4321703 or 5836478. OLE color: 5836478.

HSL color Cylindrical-coordinate representation of color #BE0E59: hue angle of 334.43º 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 #BE0E59 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB1901489-
CMYK00.930.530.25
HSL334.43º86.27%40%-
HSV(B)334.43º92.63%74.51%-
XYZ23.211.9810.54-
YUV75.17135.81209.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.85%
GREEN value IS 14 (5.86% from 255) = 4.78%
BLUE value IS 89 (35.16% from 255) = 30.38%
R=64.85%
G=4.78%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190148900.930.530.25334.4386.2740
HexBEE5905D351914e5628
Octal276161310135653151612650
Binary101111101110101100101011101110101110011010011101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0E59; }

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

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

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

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

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

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

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

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