Shades of Jazzberry Jam #BD0159
Tints of Jazzberry Jam #BD0159
RGB
CMYK
RGB Variations
Color information
#BD0159 (or 0xBD0159) is known color: Jazzberry Jam. HEX triplet: BD, 01 and 59. RGB value is (189,1,89). Sum of RGB (Red+Green+Blue) = 189+1+89=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0159 is #42FEA6. Grayscale: #434343. Windows color (decimal): -4390567 or 5833149. OLE color: 5833149.
HSL color Cylindrical-coordinate representation of color #BD0159: hue angle of 331.91º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0159 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 89 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.26 |
| HSL | 331.91º | 0.99% | 0.37% | - |
| HSV(B) | 331.91º | 0.99% | 0.74% | - |
| XYZ | 22.8 | 11.56 | 10.48 | - |
| YUV | 67.24 | 140.28 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 89 | 0 | 0.99 | 0.53 | 0.26 | 331.91 | 0.99 | 0.37 |
| Hex | BD | 1 | 59 | 0 | 63 | 35 | 1A | 14C | 63 | 25 |
| Octal | 275 | 1 | 131 | 0 | 143 | 65 | 32 | 514 | 143 | 45 |
| Binary | 10111101 | 1 | 1011001 | 0 | 1100011 | 110101 | 11010 | 101001100 | 1100011 | 100101 |
Color Harmonies of #BD0159
Complementary color
Monochromatic Colors of #BD0159
Black with #BD0159
Text Example
Text Example
White with #BD0159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0159; }
p { color: rgb(189,1,89); }
H1.HeaderClassName
{
color: #BD0159;
}
.AnyTagClassName
{
color: #BD0159;
}
</style>
background-color css
<style>
a { background-color: #BD0159; }
a { background-color: rgb(189,1,89); }
div.DivClassName
{
background-color: #BD0159;
}
.BgClassName
{
background-color: #BD0159;
}
</style>
border-color css
<style>
span { border-color: #BD0159; }
span { border-color: rgb(189,1,89); }
td.TdClassName
{
border-color: #BD0159;
}
.TagClassName
{
border-color: #BD0159;
}
</style>