Shades of Jazzberry Jam #BB136A
Tints of Jazzberry Jam #BB136A
RGB
CMYK
RGB Variations
Color information
#BB136A (or 0xBB136A) is known color: Jazzberry Jam. HEX triplet: BB, 13 and 6A. RGB value is (187,19,106). Sum of RGB (Red+Green+Blue) = 187+19+106=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB136A is #44EC95. Grayscale: #4E4E4E. Windows color (decimal): -4517014 or 6951867. OLE color: 6951867.
HSL color Cylindrical-coordinate representation of color #BB136A: hue angle of 328.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB136A is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 19 | 106 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.27 |
| HSL | 328.93º | 0.82% | 0.4% | - |
| HSV(B) | 328.93º | 0.9% | 0.73% | - |
| XYZ | 23.33 | 12.07 | 14.74 | - |
| YUV | 79.15 | 143.16 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 106 | 0 | 0.90 | 0.43 | 0.27 | 328.93 | 0.82 | 0.4 |
| Hex | BB | 13 | 6A | 0 | 5A | 2B | 1B | 149 | 52 | 28 |
| Octal | 273 | 23 | 152 | 0 | 132 | 53 | 33 | 511 | 122 | 50 |
| Binary | 10111011 | 10011 | 1101010 | 0 | 1011010 | 101011 | 11011 | 101001001 | 1010010 | 101000 |
Color Harmonies of #BB136A
Complementary color
Monochromatic Colors of #BB136A
Black with #BB136A
Text Example
Text Example
White with #BB136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB136A; }
p { color: rgb(187,19,106); }
H1.HeaderClassName
{
color: #BB136A;
}
.AnyTagClassName
{
color: #BB136A;
}
</style>
background-color css
<style>
a { background-color: #BB136A; }
a { background-color: rgb(187,19,106); }
div.DivClassName
{
background-color: #BB136A;
}
.BgClassName
{
background-color: #BB136A;
}
</style>
border-color css
<style>
span { border-color: #BB136A; }
span { border-color: rgb(187,19,106); }
td.TdClassName
{
border-color: #BB136A;
}
.TagClassName
{
border-color: #BB136A;
}
</style>