Shades of Jazzberry Jam #B40667
Tints of Jazzberry Jam #B40667
RGB
CMYK
RGB Variations
Color information
#B40667 (or 0xB40667) is known color: Jazzberry Jam. HEX triplet: B4, 06 and 67. RGB value is (180,6,103). Sum of RGB (Red+Green+Blue) = 180+6+103=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B40667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40667 is #4BF998. Grayscale: #444444. Windows color (decimal): -4979097 or 6751924. OLE color: 6751924.
HSL color Cylindrical-coordinate representation of color #B40667: hue angle of 326.55º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B40667 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 6 | 103 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.29 |
| HSL | 326.55º | 0.94% | 0.36% | - |
| HSV(B) | 326.55º | 0.97% | 0.71% | - |
| XYZ | 21.34 | 10.81 | 13.79 | - |
| YUV | 69.08 | 147.15 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 6 | 103 | 0 | 0.97 | 0.43 | 0.29 | 326.55 | 0.94 | 0.36 |
| Hex | B4 | 6 | 67 | 0 | 61 | 2B | 1D | 147 | 5E | 24 |
| Octal | 264 | 6 | 147 | 0 | 141 | 53 | 35 | 507 | 136 | 44 |
| Binary | 10110100 | 110 | 1100111 | 0 | 1100001 | 101011 | 11101 | 101000111 | 1011110 | 100100 |
Color Harmonies of #B40667
Complementary color
Monochromatic Colors of #B40667
Black with #B40667
Text Example
Text Example
White with #B40667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40667; }
p { color: rgb(180,6,103); }
H1.HeaderClassName
{
color: #B40667;
}
.AnyTagClassName
{
color: #B40667;
}
</style>
background-color css
<style>
a { background-color: #B40667; }
a { background-color: rgb(180,6,103); }
div.DivClassName
{
background-color: #B40667;
}
.BgClassName
{
background-color: #B40667;
}
</style>
border-color css
<style>
span { border-color: #B40667; }
span { border-color: rgb(180,6,103); }
td.TdClassName
{
border-color: #B40667;
}
.TagClassName
{
border-color: #B40667;
}
</style>