#BE0562

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

Shades of Jazzberry Jam #BE0562

Tints of Jazzberry Jam #BE0562

Color information

#BE0562 (or 0xBE0562) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 05 and 62. RGB value is (190,5,98). Sum of RGB (Red+Green+Blue) = 190+5+98=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0562 is #41FA9D. Grayscale: #464646. Windows color (decimal): -4323998 or 6423998. OLE color: 6423998.

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

Color convert

RGB190598-
CMYK00.970.480.25
HSL329.84º94.87%38.24%-
HSV(B)329.84º97.37%74.51%-
XYZ23.4911.9412.62-
YUV70.92143.29212.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.85%
GREEN value IS 5 (2.34% from 255) = 1.71%
BLUE value IS 98 (38.67% from 255) = 33.45%
R=64.85%
G=1.71%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19059800.970.480.25329.8494.8738.24
HexBE562061301914a5f26
Octal27651420141603151213746
Binary10111110101110001001100001110000110011010010101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0562; }

 p { color: rgb(190,5,98); }

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

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

 a { background-color: rgb(190,5,98); }

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

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

 span { border-color: rgb(190,5,98); }

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