Shades of Jazzberry Jam #BD0859
Tints of Jazzberry Jam #BD0859
RGB
CMYK
RGB Variations
Color information
#BD0859 (or 0xBD0859) is known color: Jazzberry Jam. HEX triplet: BD, 08 and 59. RGB value is (189,8,89). Sum of RGB (Red+Green+Blue) = 189+8+89=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0859 is #42F7A6. Grayscale: #474747. Windows color (decimal): -4388775 or 5834941. OLE color: 5834941.
HSL color Cylindrical-coordinate representation of color #BD0859: hue angle of 333.15º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0859 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 89 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.26 |
| HSL | 333.15º | 0.92% | 0.39% | - |
| HSV(B) | 333.15º | 0.96% | 0.74% | - |
| XYZ | 22.88 | 11.71 | 10.51 | - |
| YUV | 71.35 | 137.97 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 89 | 0 | 0.96 | 0.53 | 0.26 | 333.15 | 0.92 | 0.39 |
| Hex | BD | 8 | 59 | 0 | 60 | 35 | 1A | 14D | 5C | 27 |
| Octal | 275 | 10 | 131 | 0 | 140 | 65 | 32 | 515 | 134 | 47 |
| Binary | 10111101 | 1000 | 1011001 | 0 | 1100000 | 110101 | 11010 | 101001101 | 1011100 | 100111 |
Color Harmonies of #BD0859
Complementary color
Monochromatic Colors of #BD0859
Black with #BD0859
Text Example
Text Example
White with #BD0859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0859; }
p { color: rgb(189,8,89); }
H1.HeaderClassName
{
color: #BD0859;
}
.AnyTagClassName
{
color: #BD0859;
}
</style>
background-color css
<style>
a { background-color: #BD0859; }
a { background-color: rgb(189,8,89); }
div.DivClassName
{
background-color: #BD0859;
}
.BgClassName
{
background-color: #BD0859;
}
</style>
border-color css
<style>
span { border-color: #BD0859; }
span { border-color: rgb(189,8,89); }
td.TdClassName
{
border-color: #BD0859;
}
.TagClassName
{
border-color: #BD0859;
}
</style>