#B60B70

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

Shades of Jazzberry Jam #B60B70

Tints of Jazzberry Jam #B60B70

Color information

#B60B70 (or 0xB60B70) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 0B and 70. RGB value is (182,11,112). Sum of RGB (Red+Green+Blue) = 182+11+112=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B60B70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60B70 is #49F48F. Grayscale: #494949. Windows color (decimal): -4846736 or 7343030. OLE color: 7343030.

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

Color convert

RGB18211112-
CMYK00.940.380.29
HSL324.56º88.6%37.84%-
HSV(B)324.56º93.96%71.37%-
XYZ22.3411.3516.34-
YUV73.64149.65205.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.67%
GREEN value IS 11 (4.69% from 255) = 3.61%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=59.67%
G=3.61%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821111200.940.380.29324.5688.637.84
HexB6B7005E261D1455926
Octal266131600136463550513146
Binary101101101011111000001011110100110111011010001011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60B70; }

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

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

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

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

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

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

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

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