#B60D68

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

Shades of Jazzberry Jam #B60D68

Tints of Jazzberry Jam #B60D68

Color information

#B60D68 (or 0xB60D68) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 0D and 68. RGB value is (182,13,104). Sum of RGB (Red+Green+Blue) = 182+13+104=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B60D68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60D68 is #49F297. Grayscale: #494949. Windows color (decimal): -4846232 or 6819254. OLE color: 6819254.

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

Color convert

RGB18213104-
CMYK00.930.430.29
HSL327.69º86.67%38.24%-
HSV(B)327.69º92.86%71.37%-
XYZ21.9311.2314.11-
YUV73.9144.99205.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.87%
GREEN value IS 13 (5.47% from 255) = 4.35%
BLUE value IS 104 (41.02% from 255) = 34.78%
R=60.87%
G=4.35%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821310400.930.430.29327.6986.6738.24
HexB6D6805D2B1D1485726
Octal266151500135533551012746
Binary101101101101110100001011101101011111011010010001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60D68; }

 p { color: rgb(182,13,104); }

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

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

 a { background-color: rgb(182,13,104); }

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

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

 span { border-color: rgb(182,13,104); }

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