#B60A70

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

Shades of Jazzberry Jam #B60A70

Tints of Jazzberry Jam #B60A70

Color information

#B60A70 (or 0xB60A70) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 0A and 70. RGB value is (182,10,112). Sum of RGB (Red+Green+Blue) = 182+10+112=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B60A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60A70 is #49F58F. Grayscale: #484848. Windows color (decimal): -4846992 or 7342774. OLE color: 7342774.

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

Color convert

RGB18210112-
CMYK00.950.380.29
HSL324.42º89.58%37.65%-
HSV(B)324.42º94.51%71.37%-
XYZ22.3211.3316.34-
YUV73.06149.98205.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.87%
GREEN value IS 10 (4.30% from 255) = 3.29%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=59.87%
G=3.29%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821011200.950.380.29324.4289.5837.65
HexB6A7005F261D1445a26
Octal266121600137463550413246
Binary101101101010111000001011111100110111011010001001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60A70; }

 p { color: rgb(182,10,112); }

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

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

 a { background-color: rgb(182,10,112); }

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

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

 span { border-color: rgb(182,10,112); }

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