Shades of Jazzberry Jam #B70167
Tints of Jazzberry Jam #B70167
RGB
CMYK
RGB Variations
Color information
#B70167 (or 0xB70167) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 67. RGB value is (183,1,103). Sum of RGB (Red+Green+Blue) = 183+1+103=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B70167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70167 is #48FE98. Grayscale: #424242. Windows color (decimal): -4783769 or 6750647. OLE color: 6750647.
HSL color Cylindrical-coordinate representation of color #B70167: hue angle of 326.37º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70167 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 103 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.28 |
| HSL | 326.37º | 0.99% | 0.36% | - |
| HSV(B) | 326.37º | 0.99% | 0.72% | - |
| XYZ | 21.99 | 11.07 | 13.81 | - |
| YUV | 67.05 | 148.3 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 103 | 0 | 0.99 | 0.44 | 0.28 | 326.37 | 0.99 | 0.36 |
| Hex | B7 | 1 | 67 | 0 | 63 | 2C | 1C | 146 | 63 | 24 |
| Octal | 267 | 1 | 147 | 0 | 143 | 54 | 34 | 506 | 143 | 44 |
| Binary | 10110111 | 1 | 1100111 | 0 | 1100011 | 101100 | 11100 | 101000110 | 1100011 | 100100 |
Color Harmonies of #B70167
Complementary color
Monochromatic Colors of #B70167
Black with #B70167
Text Example
Text Example
White with #B70167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70167; }
p { color: rgb(183,1,103); }
H1.HeaderClassName
{
color: #B70167;
}
.AnyTagClassName
{
color: #B70167;
}
</style>
background-color css
<style>
a { background-color: #B70167; }
a { background-color: rgb(183,1,103); }
div.DivClassName
{
background-color: #B70167;
}
.BgClassName
{
background-color: #B70167;
}
</style>
border-color css
<style>
span { border-color: #B70167; }
span { border-color: rgb(183,1,103); }
td.TdClassName
{
border-color: #B70167;
}
.TagClassName
{
border-color: #B70167;
}
</style>