Shades of Jazzberry Jam #BB0A4F
Tints of Jazzberry Jam #BB0A4F
RGB
CMYK
RGB Variations
Color information
#BB0A4F (or 0xBB0A4F) is known color: Jazzberry Jam. HEX triplet: BB, 0A and 4F. RGB value is (187,10,79). Sum of RGB (Red+Green+Blue) = 187+10+79=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0A4F is #44F5B0. Grayscale: #464646. Windows color (decimal): -4519345 or 5180091. OLE color: 5180091.
HSL color Cylindrical-coordinate representation of color #BB0A4F: hue angle of 336.61º 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 #BB0A4F is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 10 | 79 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.27 |
| HSL | 336.61º | 0.9% | 0.39% | - |
| HSV(B) | 336.61º | 0.95% | 0.73% | - |
| XYZ | 22.01 | 11.35 | 8.43 | - |
| YUV | 70.79 | 132.64 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 10 | 79 | 0 | 0.95 | 0.58 | 0.27 | 336.61 | 0.9 | 0.39 |
| Hex | BB | A | 4F | 0 | 5F | 3A | 1B | 151 | 5A | 27 |
| Octal | 273 | 12 | 117 | 0 | 137 | 72 | 33 | 521 | 132 | 47 |
| Binary | 10111011 | 1010 | 1001111 | 0 | 1011111 | 111010 | 11011 | 101010001 | 1011010 | 100111 |
Color Harmonies of #BB0A4F
Complementary color
Monochromatic Colors of #BB0A4F
Black with #BB0A4F
Text Example
Text Example
White with #BB0A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0A4F; }
p { color: rgb(187,10,79); }
H1.HeaderClassName
{
color: #BB0A4F;
}
.AnyTagClassName
{
color: #BB0A4F;
}
</style>
background-color css
<style>
a { background-color: #BB0A4F; }
a { background-color: rgb(187,10,79); }
div.DivClassName
{
background-color: #BB0A4F;
}
.BgClassName
{
background-color: #BB0A4F;
}
</style>
border-color css
<style>
span { border-color: #BB0A4F; }
span { border-color: rgb(187,10,79); }
td.TdClassName
{
border-color: #BB0A4F;
}
.TagClassName
{
border-color: #BB0A4F;
}
</style>