Shades of Jazzberry Jam #B91B6D
Tints of Jazzberry Jam #B91B6D
RGB
CMYK
RGB Variations
Color information
#B91B6D (or 0xB91B6D) is known color: Jazzberry Jam. HEX triplet: B9, 1B and 6D. RGB value is (185,27,109). Sum of RGB (Red+Green+Blue) = 185+27+109=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91B6D is #46E492. Grayscale: #535353. Windows color (decimal): -4646035 or 7150521. OLE color: 7150521.
HSL color Cylindrical-coordinate representation of color #B91B6D: hue angle of 328.86º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91B6D is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 27 | 109 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.27 |
| HSL | 328.86º | 0.75% | 0.42% | - |
| HSV(B) | 328.86º | 0.85% | 0.73% | - |
| XYZ | 23.16 | 12.2 | 15.6 | - |
| YUV | 83.59 | 142.35 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 27 | 109 | 0 | 0.85 | 0.41 | 0.27 | 328.86 | 0.75 | 0.42 |
| Hex | B9 | 1B | 6D | 0 | 55 | 29 | 1B | 149 | 4B | 2A |
| Octal | 271 | 33 | 155 | 0 | 125 | 51 | 33 | 511 | 113 | 52 |
| Binary | 10111001 | 11011 | 1101101 | 0 | 1010101 | 101001 | 11011 | 101001001 | 1001011 | 101010 |
Color Harmonies of #B91B6D
Complementary color
Monochromatic Colors of #B91B6D
Black with #B91B6D
Text Example
Text Example
White with #B91B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91B6D; }
p { color: rgb(185,27,109); }
H1.HeaderClassName
{
color: #B91B6D;
}
.AnyTagClassName
{
color: #B91B6D;
}
</style>
background-color css
<style>
a { background-color: #B91B6D; }
a { background-color: rgb(185,27,109); }
div.DivClassName
{
background-color: #B91B6D;
}
.BgClassName
{
background-color: #B91B6D;
}
</style>
border-color css
<style>
span { border-color: #B91B6D; }
span { border-color: rgb(185,27,109); }
td.TdClassName
{
border-color: #B91B6D;
}
.TagClassName
{
border-color: #B91B6D;
}
</style>