Shades of Jazzberry Jam #BD0160
Tints of Jazzberry Jam #BD0160
RGB
CMYK
RGB Variations
Color information
#BD0160 (or 0xBD0160) is known color: Jazzberry Jam. HEX triplet: BD, 01 and 60. RGB value is (189,1,96). Sum of RGB (Red+Green+Blue) = 189+1+96=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0160 is #42FE9F. Grayscale: #434343. Windows color (decimal): -4390560 or 6291901. OLE color: 6291901.
HSL color Cylindrical-coordinate representation of color #BD0160: hue angle of 329.68º 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 #BD0160 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 96 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.26 |
| HSL | 329.68º | 0.99% | 0.37% | - |
| HSV(B) | 329.68º | 0.99% | 0.74% | - |
| XYZ | 23.11 | 11.69 | 12.1 | - |
| YUV | 68.04 | 143.78 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 96 | 0 | 0.99 | 0.49 | 0.26 | 329.68 | 0.99 | 0.37 |
| Hex | BD | 1 | 60 | 0 | 63 | 31 | 1A | 14A | 63 | 25 |
| Octal | 275 | 1 | 140 | 0 | 143 | 61 | 32 | 512 | 143 | 45 |
| Binary | 10111101 | 1 | 1100000 | 0 | 1100011 | 110001 | 11010 | 101001010 | 1100011 | 100101 |
Color Harmonies of #BD0160
Complementary color
Monochromatic Colors of #BD0160
Black with #BD0160
Text Example
Text Example
White with #BD0160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0160; }
p { color: rgb(189,1,96); }
H1.HeaderClassName
{
color: #BD0160;
}
.AnyTagClassName
{
color: #BD0160;
}
</style>
background-color css
<style>
a { background-color: #BD0160; }
a { background-color: rgb(189,1,96); }
div.DivClassName
{
background-color: #BD0160;
}
.BgClassName
{
background-color: #BD0160;
}
</style>
border-color css
<style>
span { border-color: #BD0160; }
span { border-color: rgb(189,1,96); }
td.TdClassName
{
border-color: #BD0160;
}
.TagClassName
{
border-color: #BD0160;
}
</style>