Shades of Jazzberry Jam #BB1167
Tints of Jazzberry Jam #BB1167
RGB
CMYK
RGB Variations
Color information
#BB1167 (or 0xBB1167) is known color: Jazzberry Jam. HEX triplet: BB, 11 and 67. RGB value is (187,17,103). Sum of RGB (Red+Green+Blue) = 187+17+103=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1167 is #44EE98. Grayscale: #4D4D4D. Windows color (decimal): -4517529 or 6754747. OLE color: 6754747.
HSL color Cylindrical-coordinate representation of color #BB1167: hue angle of 329.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1167 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 103 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.27 |
| HSL | 329.65º | 0.83% | 0.4% | - |
| HSV(B) | 329.65º | 0.91% | 0.73% | - |
| XYZ | 23.14 | 11.94 | 13.92 | - |
| YUV | 77.63 | 142.32 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 103 | 0 | 0.91 | 0.45 | 0.27 | 329.65 | 0.83 | 0.4 |
| Hex | BB | 11 | 67 | 0 | 5B | 2D | 1B | 14A | 53 | 28 |
| Octal | 273 | 21 | 147 | 0 | 133 | 55 | 33 | 512 | 123 | 50 |
| Binary | 10111011 | 10001 | 1100111 | 0 | 1011011 | 101101 | 11011 | 101001010 | 1010011 | 101000 |
Color Harmonies of #BB1167
Complementary color
Monochromatic Colors of #BB1167
Black with #BB1167
Text Example
Text Example
White with #BB1167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1167; }
p { color: rgb(187,17,103); }
H1.HeaderClassName
{
color: #BB1167;
}
.AnyTagClassName
{
color: #BB1167;
}
</style>
background-color css
<style>
a { background-color: #BB1167; }
a { background-color: rgb(187,17,103); }
div.DivClassName
{
background-color: #BB1167;
}
.BgClassName
{
background-color: #BB1167;
}
</style>
border-color css
<style>
span { border-color: #BB1167; }
span { border-color: rgb(187,17,103); }
td.TdClassName
{
border-color: #BB1167;
}
.TagClassName
{
border-color: #BB1167;
}
</style>