#B60C6E

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

Shades of Jazzberry Jam #B60C6E

Tints of Jazzberry Jam #B60C6E

Color information

#B60C6E (or 0xB60C6E) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 0C and 6E. RGB value is (182,12,110). Sum of RGB (Red+Green+Blue) = 182+12+110=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60C6E is #49F391. Grayscale: #494949. Windows color (decimal): -4846482 or 7212214. OLE color: 7212214.

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

Color convert

RGB18212110-
CMYK00.930.400.29
HSL325.41º87.63%38.04%-
HSV(B)325.41º93.41%71.37%-
XYZ22.2411.3315.77-
YUV74148.32205.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.87%
GREEN value IS 12 (5.08% from 255) = 3.95%
BLUE value IS 110 (43.36% from 255) = 36.18%
R=59.87%
G=3.95%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821211000.930.400.29325.4187.6338.04
HexB6C6E05D281D1455826
Octal266141560135503550513046
Binary101101101100110111001011101101000111011010001011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60C6E; }

 p { color: rgb(182,12,110); }

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

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

 a { background-color: rgb(182,12,110); }

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

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

 span { border-color: rgb(182,12,110); }

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