Shades of Jazzberry Jam #BB155A
Tints of Jazzberry Jam #BB155A
RGB
CMYK
RGB Variations
Color information
#BB155A (or 0xBB155A) is known color: Jazzberry Jam. HEX triplet: BB, 15 and 5A. RGB value is (187,21,90). Sum of RGB (Red+Green+Blue) = 187+21+90=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB155A is #44EAA5. Grayscale: #4E4E4E. Windows color (decimal): -4516518 or 5903803. OLE color: 5903803.
HSL color Cylindrical-coordinate representation of color #BB155A: hue angle of 335.06º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB155A is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 90 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.27 |
| HSL | 335.06º | 0.8% | 0.41% | - |
| HSV(B) | 335.06º | 0.89% | 0.73% | - |
| XYZ | 22.61 | 11.84 | 10.77 | - |
| YUV | 78.5 | 134.5 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 90 | 0 | 0.89 | 0.52 | 0.27 | 335.06 | 0.8 | 0.41 |
| Hex | BB | 15 | 5A | 0 | 59 | 34 | 1B | 14F | 50 | 29 |
| Octal | 273 | 25 | 132 | 0 | 131 | 64 | 33 | 517 | 120 | 51 |
| Binary | 10111011 | 10101 | 1011010 | 0 | 1011001 | 110100 | 11011 | 101001111 | 1010000 | 101001 |
Color Harmonies of #BB155A
Complementary color
Monochromatic Colors of #BB155A
Black with #BB155A
Text Example
Text Example
White with #BB155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB155A; }
p { color: rgb(187,21,90); }
H1.HeaderClassName
{
color: #BB155A;
}
.AnyTagClassName
{
color: #BB155A;
}
</style>
background-color css
<style>
a { background-color: #BB155A; }
a { background-color: rgb(187,21,90); }
div.DivClassName
{
background-color: #BB155A;
}
.BgClassName
{
background-color: #BB155A;
}
</style>
border-color css
<style>
span { border-color: #BB155A; }
span { border-color: rgb(187,21,90); }
td.TdClassName
{
border-color: #BB155A;
}
.TagClassName
{
border-color: #BB155A;
}
</style>