#B60546

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

Shades of Jazzberry Jam #B60546

Tints of Jazzberry Jam #B60546

Color information

#B60546 (or 0xB60546) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 05 and 46. RGB value is (182,5,70). Sum of RGB (Red+Green+Blue) = 182+5+70=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B60546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60546 is #49FAB9. Grayscale: #414141. Windows color (decimal): -4848314 or 4588982. OLE color: 4588982.

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

Color convert

RGB182570-
CMYK00.970.620.29
HSL337.97º94.65%36.67%-
HSV(B)337.97º97.25%71.37%-
XYZ20.4510.56.74-
YUV65.33130.64211.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 70.82%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 70 (27.73% from 255) = 27.24%
R=70.82%
G=1.95%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18257000.970.620.29337.9794.6536.67
HexB65460613E1D1525f25
Octal26651060141763552213745
Binary10110110101100011001100001111110111011010100101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60546; }

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

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

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

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

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

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

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

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