#B60F6B

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

Shades of Jazzberry Jam #B60F6B

Tints of Jazzberry Jam #B60F6B

Color information

#B60F6B (or 0xB60F6B) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 0F and 6B. RGB value is (182,15,107). Sum of RGB (Red+Green+Blue) = 182+15+107=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B60F6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60F6B is #49F094. Grayscale: #4B4B4B. Windows color (decimal): -4845717 or 7016374. OLE color: 7016374.

HSL color Cylindrical-coordinate representation of color #B60F6B: hue angle of 326.95º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B60F6B is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18215107-
CMYK00.920.410.29
HSL326.95º84.77%38.63%-
HSV(B)326.95º91.76%71.37%-
XYZ22.1211.3514.93-
YUV75.42145.83204.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.87%
GREEN value IS 15 (6.25% from 255) = 4.93%
BLUE value IS 107 (42.19% from 255) = 35.20%
R=59.87%
G=4.93%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821510700.920.410.29326.9584.7738.63
HexB6F6B05C291D1475527
Octal266171530134513550712547
Binary101101101111110101101011100101001111011010001111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60F6B; }

 p { color: rgb(182,15,107); }

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

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

 a { background-color: rgb(182,15,107); }

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

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

 span { border-color: rgb(182,15,107); }

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