Shades of Jazzberry Jam #BD0959
Tints of Jazzberry Jam #BD0959
RGB
CMYK
RGB Variations
Color information
#BD0959 (or 0xBD0959) is known color: Jazzberry Jam. HEX triplet: BD, 09 and 59. RGB value is (189,9,89). Sum of RGB (Red+Green+Blue) = 189+9+89=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0959 is #42F6A6. Grayscale: #474747. Windows color (decimal): -4388519 or 5835197. OLE color: 5835197.
HSL color Cylindrical-coordinate representation of color #BD0959: hue angle of 333.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0959 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 89 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.26 |
| HSL | 333.33º | 0.91% | 0.39% | - |
| HSV(B) | 333.33º | 0.95% | 0.74% | - |
| XYZ | 22.89 | 11.74 | 10.51 | - |
| YUV | 71.94 | 137.63 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 89 | 0 | 0.95 | 0.53 | 0.26 | 333.33 | 0.91 | 0.39 |
| Hex | BD | 9 | 59 | 0 | 5F | 35 | 1A | 14D | 5B | 27 |
| Octal | 275 | 11 | 131 | 0 | 137 | 65 | 32 | 515 | 133 | 47 |
| Binary | 10111101 | 1001 | 1011001 | 0 | 1011111 | 110101 | 11010 | 101001101 | 1011011 | 100111 |
Color Harmonies of #BD0959
Complementary color
Monochromatic Colors of #BD0959
Black with #BD0959
Text Example
Text Example
White with #BD0959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0959; }
p { color: rgb(189,9,89); }
H1.HeaderClassName
{
color: #BD0959;
}
.AnyTagClassName
{
color: #BD0959;
}
</style>
background-color css
<style>
a { background-color: #BD0959; }
a { background-color: rgb(189,9,89); }
div.DivClassName
{
background-color: #BD0959;
}
.BgClassName
{
background-color: #BD0959;
}
</style>
border-color css
<style>
span { border-color: #BD0959; }
span { border-color: rgb(189,9,89); }
td.TdClassName
{
border-color: #BD0959;
}
.TagClassName
{
border-color: #BD0959;
}
</style>