Shades of Jazzberry Jam #BD0666
Tints of Jazzberry Jam #BD0666
RGB
CMYK
RGB Variations
Color information
#BD0666 (or 0xBD0666) is known color: Jazzberry Jam. HEX triplet: BD, 06 and 66. RGB value is (189,6,102). Sum of RGB (Red+Green+Blue) = 189+6+102=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0666 is #42F999. Grayscale: #474747. Windows color (decimal): -4389274 or 6686397. OLE color: 6686397.
HSL color Cylindrical-coordinate representation of color #BD0666: hue angle of 328.52º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0666 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 102 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.26 |
| HSL | 328.52º | 0.94% | 0.38% | - |
| HSV(B) | 328.52º | 0.97% | 0.74% | - |
| XYZ | 23.45 | 11.91 | 13.63 | - |
| YUV | 71.66 | 145.13 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 102 | 0 | 0.97 | 0.46 | 0.26 | 328.52 | 0.94 | 0.38 |
| Hex | BD | 6 | 66 | 0 | 61 | 2E | 1A | 149 | 5E | 26 |
| Octal | 275 | 6 | 146 | 0 | 141 | 56 | 32 | 511 | 136 | 46 |
| Binary | 10111101 | 110 | 1100110 | 0 | 1100001 | 101110 | 11010 | 101001001 | 1011110 | 100110 |
Color Harmonies of #BD0666
Complementary color
Monochromatic Colors of #BD0666
Black with #BD0666
Text Example
Text Example
White with #BD0666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0666; }
p { color: rgb(189,6,102); }
H1.HeaderClassName
{
color: #BD0666;
}
.AnyTagClassName
{
color: #BD0666;
}
</style>
background-color css
<style>
a { background-color: #BD0666; }
a { background-color: rgb(189,6,102); }
div.DivClassName
{
background-color: #BD0666;
}
.BgClassName
{
background-color: #BD0666;
}
</style>
border-color css
<style>
span { border-color: #BD0666; }
span { border-color: rgb(189,6,102); }
td.TdClassName
{
border-color: #BD0666;
}
.TagClassName
{
border-color: #BD0666;
}
</style>