Shades of Jazzberry Jam #B6096D
Tints of Jazzberry Jam #B6096D
RGB
CMYK
RGB Variations
Color information
#B6096D (or 0xB6096D) is known color: Jazzberry Jam. HEX triplet: B6, 09 and 6D. RGB value is (182,9,109). Sum of RGB (Red+Green+Blue) = 182+9+109=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B6096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6096D is #49F692. Grayscale: #474747. Windows color (decimal): -4847251 or 7145910. OLE color: 7145910.
HSL color Cylindrical-coordinate representation of color #B6096D: hue angle of 325.32º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B6096D is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 9 | 109 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.29 |
| HSL | 325.32º | 0.91% | 0.37% | - |
| HSV(B) | 325.32º | 0.95% | 0.71% | - |
| XYZ | 22.15 | 11.24 | 15.47 | - |
| YUV | 72.13 | 148.81 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 9 | 109 | 0 | 0.95 | 0.40 | 0.29 | 325.32 | 0.91 | 0.37 |
| Hex | B6 | 9 | 6D | 0 | 5F | 28 | 1D | 145 | 5B | 25 |
| Octal | 266 | 11 | 155 | 0 | 137 | 50 | 35 | 505 | 133 | 45 |
| Binary | 10110110 | 1001 | 1101101 | 0 | 1011111 | 101000 | 11101 | 101000101 | 1011011 | 100101 |
Color Harmonies of #B6096D
Complementary color
Monochromatic Colors of #B6096D
Black with #B6096D
Text Example
Text Example
White with #B6096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6096D; }
p { color: rgb(182,9,109); }
H1.HeaderClassName
{
color: #B6096D;
}
.AnyTagClassName
{
color: #B6096D;
}
</style>
background-color css
<style>
a { background-color: #B6096D; }
a { background-color: rgb(182,9,109); }
div.DivClassName
{
background-color: #B6096D;
}
.BgClassName
{
background-color: #B6096D;
}
</style>
border-color css
<style>
span { border-color: #B6096D; }
span { border-color: rgb(182,9,109); }
td.TdClassName
{
border-color: #B6096D;
}
.TagClassName
{
border-color: #B6096D;
}
</style>