Shades of Jazzberry Jam #BB095A
Tints of Jazzberry Jam #BB095A
RGB
CMYK
RGB Variations
Color information
#BB095A (or 0xBB095A) is known color: Jazzberry Jam. HEX triplet: BB, 09 and 5A. RGB value is (187,9,90). Sum of RGB (Red+Green+Blue) = 187+9+90=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB095A is #44F6A5. Grayscale: #474747. Windows color (decimal): -4519590 or 5900731. OLE color: 5900731.
HSL color Cylindrical-coordinate representation of color #BB095A: hue angle of 332.7º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB095A is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 9 | 90 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.27 |
| HSL | 332.7º | 0.91% | 0.38% | - |
| HSV(B) | 332.7º | 0.95% | 0.73% | - |
| XYZ | 22.44 | 11.5 | 10.71 | - |
| YUV | 71.46 | 138.47 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 90 | 0 | 0.95 | 0.52 | 0.27 | 332.7 | 0.91 | 0.38 |
| Hex | BB | 9 | 5A | 0 | 5F | 34 | 1B | 14D | 5B | 26 |
| Octal | 273 | 11 | 132 | 0 | 137 | 64 | 33 | 515 | 133 | 46 |
| Binary | 10111011 | 1001 | 1011010 | 0 | 1011111 | 110100 | 11011 | 101001101 | 1011011 | 100110 |
Color Harmonies of #BB095A
Complementary color
Monochromatic Colors of #BB095A
Black with #BB095A
Text Example
Text Example
White with #BB095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB095A; }
p { color: rgb(187,9,90); }
H1.HeaderClassName
{
color: #BB095A;
}
.AnyTagClassName
{
color: #BB095A;
}
</style>
background-color css
<style>
a { background-color: #BB095A; }
a { background-color: rgb(187,9,90); }
div.DivClassName
{
background-color: #BB095A;
}
.BgClassName
{
background-color: #BB095A;
}
</style>
border-color css
<style>
span { border-color: #BB095A; }
span { border-color: rgb(187,9,90); }
td.TdClassName
{
border-color: #BB095A;
}
.TagClassName
{
border-color: #BB095A;
}
</style>