#B60163

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

Shades of Jazzberry Jam #B60163

Tints of Jazzberry Jam #B60163

Color information

#B60163 (or 0xB60163) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 01 and 63. RGB value is (182,1,99). Sum of RGB (Red+Green+Blue) = 182+1+99=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B60163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60163 is #49FE9C. Grayscale: #424242. Windows color (decimal): -4849309 or 6488502. OLE color: 6488502.

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

Color convert

RGB182199-
CMYK00.990.460.29
HSL327.51º98.91%35.88%-
HSV(B)327.51º99.45%71.37%-
XYZ21.5510.8712.77-
YUV66.29146.47210.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.54%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=64.54%
G=0.35%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18219900.990.460.29327.5198.9135.88
HexB61630632E1D1486324
Octal26611430143563551014344
Binary101101101110001101100011101110111011010010001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60163; }

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

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

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

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

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

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

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

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