Shades of Jazzberry Jam #B8136A
Tints of Jazzberry Jam #B8136A
RGB
CMYK
RGB Variations
Color information
#B8136A (or 0xB8136A) is known color: Jazzberry Jam. HEX triplet: B8, 13 and 6A. RGB value is (184,19,106). Sum of RGB (Red+Green+Blue) = 184+19+106=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B8136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8136A is #47EC95. Grayscale: #4E4E4E. Windows color (decimal): -4713622 or 6951864. OLE color: 6951864.
HSL color Cylindrical-coordinate representation of color #B8136A: hue angle of 328.36º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8136A is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 106 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.28 |
| HSL | 328.36º | 0.81% | 0.4% | - |
| HSV(B) | 328.36º | 0.9% | 0.72% | - |
| XYZ | 22.6 | 11.7 | 14.7 | - |
| YUV | 78.25 | 143.66 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 106 | 0 | 0.90 | 0.42 | 0.28 | 328.36 | 0.81 | 0.4 |
| Hex | B8 | 13 | 6A | 0 | 5A | 2A | 1C | 148 | 51 | 28 |
| Octal | 270 | 23 | 152 | 0 | 132 | 52 | 34 | 510 | 121 | 50 |
| Binary | 10111000 | 10011 | 1101010 | 0 | 1011010 | 101010 | 11100 | 101001000 | 1010001 | 101000 |
Color Harmonies of #B8136A
Complementary color
Monochromatic Colors of #B8136A
Black with #B8136A
Text Example
Text Example
White with #B8136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8136A; }
p { color: rgb(184,19,106); }
H1.HeaderClassName
{
color: #B8136A;
}
.AnyTagClassName
{
color: #B8136A;
}
</style>
background-color css
<style>
a { background-color: #B8136A; }
a { background-color: rgb(184,19,106); }
div.DivClassName
{
background-color: #B8136A;
}
.BgClassName
{
background-color: #B8136A;
}
</style>
border-color css
<style>
span { border-color: #B8136A; }
span { border-color: rgb(184,19,106); }
td.TdClassName
{
border-color: #B8136A;
}
.TagClassName
{
border-color: #B8136A;
}
</style>