Shades of Jazzberry Jam #BB0D4D
Tints of Jazzberry Jam #BB0D4D
RGB
CMYK
RGB Variations
Color information
#BB0D4D (or 0xBB0D4D) is known color: Jazzberry Jam. HEX triplet: BB, 0D and 4D. RGB value is (187,13,77). Sum of RGB (Red+Green+Blue) = 187+13+77=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0D4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0D4D is #44F2B2. Grayscale: #484848. Windows color (decimal): -4518579 or 5049787. OLE color: 5049787.
HSL color Cylindrical-coordinate representation of color #BB0D4D: hue angle of 337.93º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0D4D is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 13 | 77 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.27 |
| HSL | 337.93º | 0.87% | 0.39% | - |
| HSV(B) | 337.93º | 0.93% | 0.73% | - |
| XYZ | 21.98 | 11.39 | 8.06 | - |
| YUV | 72.32 | 130.65 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 13 | 77 | 0 | 0.93 | 0.59 | 0.27 | 337.93 | 0.87 | 0.39 |
| Hex | BB | D | 4D | 0 | 5D | 3B | 1B | 152 | 57 | 27 |
| Octal | 273 | 15 | 115 | 0 | 135 | 73 | 33 | 522 | 127 | 47 |
| Binary | 10111011 | 1101 | 1001101 | 0 | 1011101 | 111011 | 11011 | 101010010 | 1010111 | 100111 |
Color Harmonies of #BB0D4D
Complementary color
Monochromatic Colors of #BB0D4D
Black with #BB0D4D
Text Example
Text Example
White with #BB0D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0D4D; }
p { color: rgb(187,13,77); }
H1.HeaderClassName
{
color: #BB0D4D;
}
.AnyTagClassName
{
color: #BB0D4D;
}
</style>
background-color css
<style>
a { background-color: #BB0D4D; }
a { background-color: rgb(187,13,77); }
div.DivClassName
{
background-color: #BB0D4D;
}
.BgClassName
{
background-color: #BB0D4D;
}
</style>
border-color css
<style>
span { border-color: #BB0D4D; }
span { border-color: rgb(187,13,77); }
td.TdClassName
{
border-color: #BB0D4D;
}
.TagClassName
{
border-color: #BB0D4D;
}
</style>