Shades of Jazzberry Jam #BB0C6D
Tints of Jazzberry Jam #BB0C6D
RGB
CMYK
RGB Variations
Color information
#BB0C6D (or 0xBB0C6D) is known color: Jazzberry Jam. HEX triplet: BB, 0C and 6D. RGB value is (187,12,109). Sum of RGB (Red+Green+Blue) = 187+12+109=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0C6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0C6D is #44F392. Grayscale: #4B4B4B. Windows color (decimal): -4518803 or 7146683. OLE color: 7146683.
HSL color Cylindrical-coordinate representation of color #BB0C6D: hue angle of 326.74º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0C6D is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 12 | 109 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.27 |
| HSL | 326.74º | 0.88% | 0.39% | - |
| HSV(B) | 326.74º | 0.94% | 0.73% | - |
| XYZ | 23.39 | 11.93 | 15.54 | - |
| YUV | 75.38 | 146.98 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 109 | 0 | 0.94 | 0.42 | 0.27 | 326.74 | 0.88 | 0.39 |
| Hex | BB | C | 6D | 0 | 5E | 2A | 1B | 147 | 58 | 27 |
| Octal | 273 | 14 | 155 | 0 | 136 | 52 | 33 | 507 | 130 | 47 |
| Binary | 10111011 | 1100 | 1101101 | 0 | 1011110 | 101010 | 11011 | 101000111 | 1011000 | 100111 |
Color Harmonies of #BB0C6D
Complementary color
Monochromatic Colors of #BB0C6D
Black with #BB0C6D
Text Example
Text Example
White with #BB0C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0C6D; }
p { color: rgb(187,12,109); }
H1.HeaderClassName
{
color: #BB0C6D;
}
.AnyTagClassName
{
color: #BB0C6D;
}
</style>
background-color css
<style>
a { background-color: #BB0C6D; }
a { background-color: rgb(187,12,109); }
div.DivClassName
{
background-color: #BB0C6D;
}
.BgClassName
{
background-color: #BB0C6D;
}
</style>
border-color css
<style>
span { border-color: #BB0C6D; }
span { border-color: rgb(187,12,109); }
td.TdClassName
{
border-color: #BB0C6D;
}
.TagClassName
{
border-color: #BB0C6D;
}
</style>