#B60D5C

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

Shades of Jazzberry Jam #B60D5C

Tints of Jazzberry Jam #B60D5C

Color information

#B60D5C (or 0xB60D5C) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 0D and 5C. RGB value is (182,13,92). Sum of RGB (Red+Green+Blue) = 182+13+92=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B60D5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60D5C is #49F2A3. Grayscale: #484848. Windows color (decimal): -4846244 or 6032822. OLE color: 6032822.

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

Color convert

RGB1821392-
CMYK00.930.490.29
HSL331.95º86.67%38.24%-
HSV(B)331.95º92.86%71.37%-
XYZ21.3711.0111.12-
YUV72.54138.99206.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.41%
GREEN value IS 13 (5.47% from 255) = 4.53%
BLUE value IS 92 (36.33% from 255) = 32.06%
R=63.41%
G=4.53%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182139200.930.490.29331.9586.6738.24
HexB6D5C05D311D14c5726
Octal266151340135613551412746
Binary101101101101101110001011101110001111011010011001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60D5C; }

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

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

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

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

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

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

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

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