Shades of Jazzberry Jam #BB0A4E
Tints of Jazzberry Jam #BB0A4E
RGB
CMYK
RGB Variations
Color information
#BB0A4E (or 0xBB0A4E) is known color: Jazzberry Jam. HEX triplet: BB, 0A and 4E. RGB value is (187,10,78). Sum of RGB (Red+Green+Blue) = 187+10+78=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0A4E is #44F5B1. Grayscale: #464646. Windows color (decimal): -4519346 or 5114555. OLE color: 5114555.
HSL color Cylindrical-coordinate representation of color #BB0A4E: hue angle of 336.95º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0A4E is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 10 | 78 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.27 |
| HSL | 336.95º | 0.9% | 0.39% | - |
| HSV(B) | 336.95º | 0.95% | 0.73% | - |
| XYZ | 21.98 | 11.33 | 8.24 | - |
| YUV | 70.68 | 132.14 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 10 | 78 | 0 | 0.95 | 0.58 | 0.27 | 336.95 | 0.9 | 0.39 |
| Hex | BB | A | 4E | 0 | 5F | 3A | 1B | 151 | 5A | 27 |
| Octal | 273 | 12 | 116 | 0 | 137 | 72 | 33 | 521 | 132 | 47 |
| Binary | 10111011 | 1010 | 1001110 | 0 | 1011111 | 111010 | 11011 | 101010001 | 1011010 | 100111 |
Color Harmonies of #BB0A4E
Complementary color
Monochromatic Colors of #BB0A4E
Black with #BB0A4E
Text Example
Text Example
White with #BB0A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0A4E; }
p { color: rgb(187,10,78); }
H1.HeaderClassName
{
color: #BB0A4E;
}
.AnyTagClassName
{
color: #BB0A4E;
}
</style>
background-color css
<style>
a { background-color: #BB0A4E; }
a { background-color: rgb(187,10,78); }
div.DivClassName
{
background-color: #BB0A4E;
}
.BgClassName
{
background-color: #BB0A4E;
}
</style>
border-color css
<style>
span { border-color: #BB0A4E; }
span { border-color: rgb(187,10,78); }
td.TdClassName
{
border-color: #BB0A4E;
}
.TagClassName
{
border-color: #BB0A4E;
}
</style>