Shades of Jazzberry Jam #BD1256
Tints of Jazzberry Jam #BD1256
RGB
CMYK
RGB Variations
Color information
#BD1256 (or 0xBD1256) is known color: Jazzberry Jam. HEX triplet: BD, 12 and 56. RGB value is (189,18,86). Sum of RGB (Red+Green+Blue) = 189+18+86=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1256 is #42EDA9. Grayscale: #4C4C4C. Windows color (decimal): -4386218 or 5640893. OLE color: 5640893.
HSL color Cylindrical-coordinate representation of color #BD1256: hue angle of 336.14º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1256 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 86 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.26 |
| HSL | 336.14º | 0.83% | 0.41% | - |
| HSV(B) | 336.14º | 0.9% | 0.74% | - |
| XYZ | 22.88 | 11.92 | 9.9 | - |
| YUV | 76.88 | 133.15 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 86 | 0 | 0.90 | 0.54 | 0.26 | 336.14 | 0.83 | 0.41 |
| Hex | BD | 12 | 56 | 0 | 5A | 36 | 1A | 150 | 53 | 29 |
| Octal | 275 | 22 | 126 | 0 | 132 | 66 | 32 | 520 | 123 | 51 |
| Binary | 10111101 | 10010 | 1010110 | 0 | 1011010 | 110110 | 11010 | 101010000 | 1010011 | 101001 |
Color Harmonies of #BD1256
Complementary color
Monochromatic Colors of #BD1256
Black with #BD1256
Text Example
Text Example
White with #BD1256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1256; }
p { color: rgb(189,18,86); }
H1.HeaderClassName
{
color: #BD1256;
}
.AnyTagClassName
{
color: #BD1256;
}
</style>
background-color css
<style>
a { background-color: #BD1256; }
a { background-color: rgb(189,18,86); }
div.DivClassName
{
background-color: #BD1256;
}
.BgClassName
{
background-color: #BD1256;
}
</style>
border-color css
<style>
span { border-color: #BD1256; }
span { border-color: rgb(189,18,86); }
td.TdClassName
{
border-color: #BD1256;
}
.TagClassName
{
border-color: #BD1256;
}
</style>