#B60E52

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

Shades of Jazzberry Jam #B60E52

Tints of Jazzberry Jam #B60E52

Color information

#B60E52 (or 0xB60E52) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 0E and 52. RGB value is (182,14,82). Sum of RGB (Red+Green+Blue) = 182+14+82=278 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.47% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 182 - color contains mainly: red. Hex color #B60E52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60E52 is #49F1AD. Grayscale: #474747. Windows color (decimal): -4845998 or 5377718. OLE color: 5377718.

HSL color Cylindrical-coordinate representation of color #B60E52: hue angle of 335.71º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B60E52 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB1821482-
CMYK00.920.550.29
HSL335.71º85.71%38.43%-
HSV(B)335.71º92.31%71.37%-
XYZ20.9710.878.98-
YUV71.98133.66206.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.47%
GREEN value IS 14 (5.86% from 255) = 5.04%
BLUE value IS 82 (32.42% from 255) = 29.50%
R=65.47%
G=5.04%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182148200.920.550.29335.7185.7138.43
HexB6E5205C371D1505626
Octal266161220134673552012646
Binary101101101110101001001011100110111111011010100001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60E52; }

 p { color: rgb(182,14,82); }

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

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

 a { background-color: rgb(182,14,82); }

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

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

 span { border-color: rgb(182,14,82); }

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