Shades of Jazzberry Jam #B00B6C
Tints of Jazzberry Jam #B00B6C
RGB
CMYK
RGB Variations
Color information
#B00B6C (or 0xB00B6C) is known color: Jazzberry Jam. HEX triplet: B0, 0B and 6C. RGB value is (176,11,108). Sum of RGB (Red+Green+Blue) = 176+11+108=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00B6C is #4FF493. Grayscale: #474747. Windows color (decimal): -5239956 or 7080880. OLE color: 7080880.
HSL color Cylindrical-coordinate representation of color #B00B6C: hue angle of 324.73º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00B6C is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 11 | 108 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.31 |
| HSL | 324.73º | 0.88% | 0.37% | - |
| HSV(B) | 324.73º | 0.94% | 0.69% | - |
| XYZ | 20.73 | 10.55 | 15.13 | - |
| YUV | 71.39 | 148.66 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 11 | 108 | 0 | 0.94 | 0.39 | 0.31 | 324.73 | 0.88 | 0.37 |
| Hex | B0 | B | 6C | 0 | 5E | 27 | 1F | 145 | 58 | 25 |
| Octal | 260 | 13 | 154 | 0 | 136 | 47 | 37 | 505 | 130 | 45 |
| Binary | 10110000 | 1011 | 1101100 | 0 | 1011110 | 100111 | 11111 | 101000101 | 1011000 | 100101 |
Color Harmonies of #B00B6C
Complementary color
Monochromatic Colors of #B00B6C
Black with #B00B6C
Text Example
Text Example
White with #B00B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00B6C; }
p { color: rgb(176,11,108); }
H1.HeaderClassName
{
color: #B00B6C;
}
.AnyTagClassName
{
color: #B00B6C;
}
</style>
background-color css
<style>
a { background-color: #B00B6C; }
a { background-color: rgb(176,11,108); }
div.DivClassName
{
background-color: #B00B6C;
}
.BgClassName
{
background-color: #B00B6C;
}
</style>
border-color css
<style>
span { border-color: #B00B6C; }
span { border-color: rgb(176,11,108); }
td.TdClassName
{
border-color: #B00B6C;
}
.TagClassName
{
border-color: #B00B6C;
}
</style>