Shades of Jazzberry Jam #B60F6A
Tints of Jazzberry Jam #B60F6A
RGB
CMYK
RGB Variations
Color information
#B60F6A (or 0xB60F6A) is known color: Jazzberry Jam. HEX triplet: B6, 0F and 6A. RGB value is (182,15,106). Sum of RGB (Red+Green+Blue) = 182+15+106=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B60F6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60F6A is #49F095. Grayscale: #4B4B4B. Windows color (decimal): -4845718 or 6950838. OLE color: 6950838.
HSL color Cylindrical-coordinate representation of color #B60F6A: hue angle of 327.31º 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 #B60F6A is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 15 | 106 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.29 |
| HSL | 327.31º | 0.85% | 0.39% | - |
| HSV(B) | 327.31º | 0.92% | 0.71% | - |
| XYZ | 22.06 | 11.33 | 14.66 | - |
| YUV | 75.31 | 145.33 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 15 | 106 | 0 | 0.92 | 0.42 | 0.29 | 327.31 | 0.85 | 0.39 |
| Hex | B6 | F | 6A | 0 | 5C | 2A | 1D | 147 | 55 | 27 |
| Octal | 266 | 17 | 152 | 0 | 134 | 52 | 35 | 507 | 125 | 47 |
| Binary | 10110110 | 1111 | 1101010 | 0 | 1011100 | 101010 | 11101 | 101000111 | 1010101 | 100111 |
Color Harmonies of #B60F6A
Complementary color
Monochromatic Colors of #B60F6A
Black with #B60F6A
Text Example
Text Example
White with #B60F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60F6A; }
p { color: rgb(182,15,106); }
H1.HeaderClassName
{
color: #B60F6A;
}
.AnyTagClassName
{
color: #B60F6A;
}
</style>
background-color css
<style>
a { background-color: #B60F6A; }
a { background-color: rgb(182,15,106); }
div.DivClassName
{
background-color: #B60F6A;
}
.BgClassName
{
background-color: #B60F6A;
}
</style>
border-color css
<style>
span { border-color: #B60F6A; }
span { border-color: rgb(182,15,106); }
td.TdClassName
{
border-color: #B60F6A;
}
.TagClassName
{
border-color: #B60F6A;
}
</style>