Shades of Jazzberry Jam #BB094D
Tints of Jazzberry Jam #BB094D
RGB
CMYK
RGB Variations
Color information
#BB094D (or 0xBB094D) is known color: Jazzberry Jam. HEX triplet: BB, 09 and 4D. RGB value is (187,9,77). Sum of RGB (Red+Green+Blue) = 187+9+77=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB094D is #44F6B2. Grayscale: #454545. Windows color (decimal): -4519603 or 5048763. OLE color: 5048763.
HSL color Cylindrical-coordinate representation of color #BB094D: hue angle of 337.08º 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 #BB094D is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 9 | 77 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.27 |
| HSL | 337.08º | 0.91% | 0.38% | - |
| HSV(B) | 337.08º | 0.95% | 0.73% | - |
| XYZ | 21.93 | 11.3 | 8.05 | - |
| YUV | 69.97 | 131.97 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 77 | 0 | 0.95 | 0.59 | 0.27 | 337.08 | 0.91 | 0.38 |
| Hex | BB | 9 | 4D | 0 | 5F | 3B | 1B | 151 | 5B | 26 |
| Octal | 273 | 11 | 115 | 0 | 137 | 73 | 33 | 521 | 133 | 46 |
| Binary | 10111011 | 1001 | 1001101 | 0 | 1011111 | 111011 | 11011 | 101010001 | 1011011 | 100110 |
Color Harmonies of #BB094D
Complementary color
Monochromatic Colors of #BB094D
Black with #BB094D
Text Example
Text Example
White with #BB094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB094D; }
p { color: rgb(187,9,77); }
H1.HeaderClassName
{
color: #BB094D;
}
.AnyTagClassName
{
color: #BB094D;
}
</style>
background-color css
<style>
a { background-color: #BB094D; }
a { background-color: rgb(187,9,77); }
div.DivClassName
{
background-color: #BB094D;
}
.BgClassName
{
background-color: #BB094D;
}
</style>
border-color css
<style>
span { border-color: #BB094D; }
span { border-color: rgb(187,9,77); }
td.TdClassName
{
border-color: #BB094D;
}
.TagClassName
{
border-color: #BB094D;
}
</style>