#B60446

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

Shades of Jazzberry Jam #B60446

Tints of Jazzberry Jam #B60446

Color information

#B60446 (or 0xB60446) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 04 and 46. RGB value is (182,4,70). Sum of RGB (Red+Green+Blue) = 182+4+70=256 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.09% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 182 - color contains mainly: red. Hex color #B60446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60446 is #49FBB9. Grayscale: #404040. Windows color (decimal): -4848570 or 4588726. OLE color: 4588726.

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

Color convert

RGB182470-
CMYK00.980.620.29
HSL337.75º95.7%36.47%-
HSV(B)337.75º97.8%71.37%-
XYZ20.4410.476.74-
YUV64.75130.97211.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 71.09%
GREEN value IS 4 (1.95% from 255) = 1.56%
BLUE value IS 70 (27.73% from 255) = 27.34%
R=71.09%
G=1.56%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18247000.980.620.29337.7595.736.47
HexB64460623E1D1526024
Octal26641060142763552214044
Binary10110110100100011001100010111110111011010100101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60446; }

 p { color: rgb(182,4,70); }

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

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

 a { background-color: rgb(182,4,70); }

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

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

 span { border-color: rgb(182,4,70); }

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