#BE0059

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

Shades of Jazzberry Jam #BE0059

Tints of Jazzberry Jam #BE0059

Color information

#BE0059 (or 0xBE0059) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 00 and 59. RGB value is (190,0,89). Sum of RGB (Red+Green+Blue) = 190+0+89=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0059 is #41FFA6. Grayscale: #424242. Windows color (decimal): -4325287 or 5832894. OLE color: 5832894.

HSL color Cylindrical-coordinate representation of color #BE0059: hue angle of 331.89º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE0059 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB190089-
CMYK010.530.25
HSL331.89º100%37.25%-
HSV(B)331.89º100%74.51%-
XYZ23.0411.6710.49-
YUV66.96140.45215.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 31.90%
R=68.10%
G=0%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190089010.530.25331.8910037.25
HexBE059064351914c6425
Octal27601310144653151414445
Binary101111100101100101100100110101110011010011001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0059; }

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

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

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

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

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

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

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

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