#B60563

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

Shades of Jazzberry Jam #B60563

Tints of Jazzberry Jam #B60563

Color information

#B60563 (or 0xB60563) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 05 and 63. RGB value is (182,5,99). Sum of RGB (Red+Green+Blue) = 182+5+99=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B60563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60563 is #49FA9C. Grayscale: #444444. Windows color (decimal): -4848285 or 6489526. OLE color: 6489526.

HSL color Cylindrical-coordinate representation of color #B60563: hue angle of 328.14º 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 #B60563 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB182599-
CMYK00.970.460.29
HSL328.14º94.65%36.67%-
HSV(B)328.14º97.25%71.37%-
XYZ21.610.9512.78-
YUV68.64145.14208.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.64%
GREEN value IS 5 (2.34% from 255) = 1.75%
BLUE value IS 99 (39.06% from 255) = 34.62%
R=63.64%
G=1.75%
B=34.62%

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
Decimal18259900.970.460.29328.1494.6536.67
HexB65630612E1D1485f25
Octal26651430141563551013745
Binary10110110101110001101100001101110111011010010001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60563; }

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

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

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

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

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

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

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

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