#B60263

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

Shades of Jazzberry Jam #B60263

Tints of Jazzberry Jam #B60263

Color information

#B60263 (or 0xB60263) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 02 and 63. RGB value is (182,2,99). Sum of RGB (Red+Green+Blue) = 182+2+99=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B60263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60263 is #49FD9C. Grayscale: #424242. Windows color (decimal): -4849053 or 6488758. OLE color: 6488758.

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

Color convert

RGB182299-
CMYK00.990.460.29
HSL327.67º97.83%36.08%-
HSV(B)327.67º98.9%71.37%-
XYZ21.5710.8912.77-
YUV66.88146.13210.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.31%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 99 (39.06% from 255) = 34.98%
R=64.31%
G=0.71%
B=34.98%

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
Decimal18229900.990.460.29327.6797.8336.08
HexB62630632E1D1486224
Octal26621430143563551014244
Binary1011011010110001101100011101110111011010010001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60263; }

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

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

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

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

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

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

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

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