Shades of Jazzberry Jam #B10665
Tints of Jazzberry Jam #B10665
RGB
CMYK
RGB Variations
Color information
#B10665 (or 0xB10665) is known color: Jazzberry Jam. HEX triplet: B1, 06 and 65. RGB value is (177,6,101). Sum of RGB (Red+Green+Blue) = 177+6+101=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B10665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10665 is #4EF99A. Grayscale: #434343. Windows color (decimal): -5175707 or 6620849. OLE color: 6620849.
HSL color Cylindrical-coordinate representation of color #B10665: hue angle of 326.67º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B10665 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 6 | 101 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.31 |
| HSL | 326.67º | 0.93% | 0.36% | - |
| HSV(B) | 326.67º | 0.97% | 0.69% | - |
| XYZ | 20.55 | 10.42 | 13.24 | - |
| YUV | 67.96 | 146.65 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 6 | 101 | 0 | 0.97 | 0.43 | 0.31 | 326.67 | 0.93 | 0.36 |
| Hex | B1 | 6 | 65 | 0 | 61 | 2B | 1F | 147 | 5D | 24 |
| Octal | 261 | 6 | 145 | 0 | 141 | 53 | 37 | 507 | 135 | 44 |
| Binary | 10110001 | 110 | 1100101 | 0 | 1100001 | 101011 | 11111 | 101000111 | 1011101 | 100100 |
Color Harmonies of #B10665
Complementary color
Monochromatic Colors of #B10665
Black with #B10665
Text Example
Text Example
White with #B10665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10665; }
p { color: rgb(177,6,101); }
H1.HeaderClassName
{
color: #B10665;
}
.AnyTagClassName
{
color: #B10665;
}
</style>
background-color css
<style>
a { background-color: #B10665; }
a { background-color: rgb(177,6,101); }
div.DivClassName
{
background-color: #B10665;
}
.BgClassName
{
background-color: #B10665;
}
</style>
border-color css
<style>
span { border-color: #B10665; }
span { border-color: rgb(177,6,101); }
td.TdClassName
{
border-color: #B10665;
}
.TagClassName
{
border-color: #B10665;
}
</style>