Shades of Jazzberry Jam #BD0669
Tints of Jazzberry Jam #BD0669
RGB
CMYK
RGB Variations
Color information
#BD0669 (or 0xBD0669) is known color: Jazzberry Jam. HEX triplet: BD, 06 and 69. RGB value is (189,6,105). Sum of RGB (Red+Green+Blue) = 189+6+105=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0669 is #42F996. Grayscale: #474747. Windows color (decimal): -4389271 or 6883005. OLE color: 6883005.
HSL color Cylindrical-coordinate representation of color #BD0669: hue angle of 327.54º 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 #BD0669 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 105 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.26 |
| HSL | 327.54º | 0.94% | 0.38% | - |
| HSV(B) | 327.54º | 0.97% | 0.74% | - |
| XYZ | 23.6 | 11.97 | 14.43 | - |
| YUV | 72 | 146.63 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 105 | 0 | 0.97 | 0.44 | 0.26 | 327.54 | 0.94 | 0.38 |
| Hex | BD | 6 | 69 | 0 | 61 | 2C | 1A | 148 | 5E | 26 |
| Octal | 275 | 6 | 151 | 0 | 141 | 54 | 32 | 510 | 136 | 46 |
| Binary | 10111101 | 110 | 1101001 | 0 | 1100001 | 101100 | 11010 | 101001000 | 1011110 | 100110 |
Color Harmonies of #BD0669
Complementary color
Monochromatic Colors of #BD0669
Black with #BD0669
Text Example
Text Example
White with #BD0669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0669; }
p { color: rgb(189,6,105); }
H1.HeaderClassName
{
color: #BD0669;
}
.AnyTagClassName
{
color: #BD0669;
}
</style>
background-color css
<style>
a { background-color: #BD0669; }
a { background-color: rgb(189,6,105); }
div.DivClassName
{
background-color: #BD0669;
}
.BgClassName
{
background-color: #BD0669;
}
</style>
border-color css
<style>
span { border-color: #BD0669; }
span { border-color: rgb(189,6,105); }
td.TdClassName
{
border-color: #BD0669;
}
.TagClassName
{
border-color: #BD0669;
}
</style>