#B60562

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

Shades of Jazzberry Jam #B60562

Tints of Jazzberry Jam #B60562

Color information

#B60562 (or 0xB60562) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 05 and 62. RGB value is (182,5,98). Sum of RGB (Red+Green+Blue) = 182+5+98=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B60562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60562 is #49FA9D. Grayscale: #444444. Windows color (decimal): -4848286 or 6423990. OLE color: 6423990.

HSL color Cylindrical-coordinate representation of color #B60562: hue angle of 328.47º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B60562 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB182598-
CMYK00.970.460.29
HSL328.47º94.65%36.67%-
HSV(B)328.47º97.25%71.37%-
XYZ21.5510.9412.53-
YUV68.53144.64208.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.86%
GREEN value IS 5 (2.34% from 255) = 1.75%
BLUE value IS 98 (38.67% from 255) = 34.39%
R=63.86%
G=1.75%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18259800.970.460.29328.4794.6536.67
HexB65620612E1D1485f25
Octal26651420141563551013745
Binary10110110101110001001100001101110111011010010001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60562; }

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

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

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

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

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

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

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

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