#B60A6D

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

Shades of Jazzberry Jam #B60A6D

Tints of Jazzberry Jam #B60A6D

Color information

#B60A6D (or 0xB60A6D) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 0A and 6D. RGB value is (182,10,109). Sum of RGB (Red+Green+Blue) = 182+10+109=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B60A6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60A6D is #49F592. Grayscale: #484848. Windows color (decimal): -4846995 or 7146166. OLE color: 7146166.

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

Color convert

RGB18210109-
CMYK00.950.400.29
HSL325.47º89.58%37.65%-
HSV(B)325.47º94.51%71.37%-
XYZ22.1611.2715.47-
YUV72.71148.48205.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.47%
GREEN value IS 10 (4.30% from 255) = 3.32%
BLUE value IS 109 (42.97% from 255) = 36.21%
R=60.47%
G=3.32%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821010900.950.400.29325.4789.5837.65
HexB6A6D05F281D1455a26
Octal266121550137503550513246
Binary101101101010110110101011111101000111011010001011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60A6D; }

 p { color: rgb(182,10,109); }

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

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

 a { background-color: rgb(182,10,109); }

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

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

 span { border-color: rgb(182,10,109); }

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