Shades of Jazzberry Jam #BB2269
Tints of Jazzberry Jam #BB2269
RGB
CMYK
RGB Variations
Color information
#BB2269 (or 0xBB2269) is known color: Jazzberry Jam. HEX triplet: BB, 22 and 69. RGB value is (187,34,105). Sum of RGB (Red+Green+Blue) = 187+34+105=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2269 is #44DD96. Grayscale: #575757. Windows color (decimal): -4513175 or 6890171. OLE color: 6890171.
HSL color Cylindrical-coordinate representation of color #BB2269: hue angle of 332.16º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB2269 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 34 | 105 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.27 |
| HSL | 332.16º | 0.69% | 0.43% | - |
| HSV(B) | 332.16º | 0.82% | 0.73% | - |
| XYZ | 23.62 | 12.73 | 14.58 | - |
| YUV | 87.84 | 137.69 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 105 | 0 | 0.82 | 0.44 | 0.27 | 332.16 | 0.69 | 0.43 |
| Hex | BB | 22 | 69 | 0 | 52 | 2C | 1B | 14C | 45 | 2B |
| Octal | 273 | 42 | 151 | 0 | 122 | 54 | 33 | 514 | 105 | 53 |
| Binary | 10111011 | 100010 | 1101001 | 0 | 1010010 | 101100 | 11011 | 101001100 | 1000101 | 101011 |
Color Harmonies of #BB2269
Complementary color
Monochromatic Colors of #BB2269
Black with #BB2269
Text Example
Text Example
White with #BB2269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2269; }
p { color: rgb(187,34,105); }
H1.HeaderClassName
{
color: #BB2269;
}
.AnyTagClassName
{
color: #BB2269;
}
</style>
background-color css
<style>
a { background-color: #BB2269; }
a { background-color: rgb(187,34,105); }
div.DivClassName
{
background-color: #BB2269;
}
.BgClassName
{
background-color: #BB2269;
}
</style>
border-color css
<style>
span { border-color: #BB2269; }
span { border-color: rgb(187,34,105); }
td.TdClassName
{
border-color: #BB2269;
}
.TagClassName
{
border-color: #BB2269;
}
</style>