Shades of Jazzberry Jam #BB0A6E
Tints of Jazzberry Jam #BB0A6E
RGB
CMYK
RGB Variations
Color information
#BB0A6E (or 0xBB0A6E) is known color: Jazzberry Jam. HEX triplet: BB, 0A and 6E. RGB value is (187,10,110). Sum of RGB (Red+Green+Blue) = 187+10+110=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0A6E is #44F591. Grayscale: #4A4A4A. Windows color (decimal): -4519314 or 7211707. OLE color: 7211707.
HSL color Cylindrical-coordinate representation of color #BB0A6E: hue angle of 326.1º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0A6E is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 10 | 110 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.27 |
| HSL | 326.1º | 0.9% | 0.39% | - |
| HSV(B) | 326.1º | 0.95% | 0.73% | - |
| XYZ | 23.42 | 11.91 | 15.82 | - |
| YUV | 74.32 | 148.14 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 10 | 110 | 0 | 0.95 | 0.41 | 0.27 | 326.1 | 0.9 | 0.39 |
| Hex | BB | A | 6E | 0 | 5F | 29 | 1B | 146 | 5A | 27 |
| Octal | 273 | 12 | 156 | 0 | 137 | 51 | 33 | 506 | 132 | 47 |
| Binary | 10111011 | 1010 | 1101110 | 0 | 1011111 | 101001 | 11011 | 101000110 | 1011010 | 100111 |
Color Harmonies of #BB0A6E
Complementary color
Monochromatic Colors of #BB0A6E
Black with #BB0A6E
Text Example
Text Example
White with #BB0A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0A6E; }
p { color: rgb(187,10,110); }
H1.HeaderClassName
{
color: #BB0A6E;
}
.AnyTagClassName
{
color: #BB0A6E;
}
</style>
background-color css
<style>
a { background-color: #BB0A6E; }
a { background-color: rgb(187,10,110); }
div.DivClassName
{
background-color: #BB0A6E;
}
.BgClassName
{
background-color: #BB0A6E;
}
</style>
border-color css
<style>
span { border-color: #BB0A6E; }
span { border-color: rgb(187,10,110); }
td.TdClassName
{
border-color: #BB0A6E;
}
.TagClassName
{
border-color: #BB0A6E;
}
</style>