Shades of Jazzberry Jam #B81B6D
Tints of Jazzberry Jam #B81B6D
RGB
CMYK
RGB Variations
Color information
#B81B6D (or 0xB81B6D) is known color: Jazzberry Jam. HEX triplet: B8, 1B and 6D. RGB value is (184,27,109). Sum of RGB (Red+Green+Blue) = 184+27+109=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81B6D is #47E492. Grayscale: #535353. Windows color (decimal): -4711571 or 7150520. OLE color: 7150520.
HSL color Cylindrical-coordinate representation of color #B81B6D: hue angle of 328.66º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81B6D is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 27 | 109 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.28 |
| HSL | 328.66º | 0.74% | 0.41% | - |
| HSV(B) | 328.66º | 0.85% | 0.72% | - |
| XYZ | 22.92 | 12.08 | 15.59 | - |
| YUV | 83.29 | 142.51 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 109 | 0 | 0.85 | 0.41 | 0.28 | 328.66 | 0.74 | 0.41 |
| Hex | B8 | 1B | 6D | 0 | 55 | 29 | 1C | 149 | 4A | 29 |
| Octal | 270 | 33 | 155 | 0 | 125 | 51 | 34 | 511 | 112 | 51 |
| Binary | 10111000 | 11011 | 1101101 | 0 | 1010101 | 101001 | 11100 | 101001001 | 1001010 | 101001 |
Color Harmonies of #B81B6D
Complementary color
Monochromatic Colors of #B81B6D
Black with #B81B6D
Text Example
Text Example
White with #B81B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81B6D; }
p { color: rgb(184,27,109); }
H1.HeaderClassName
{
color: #B81B6D;
}
.AnyTagClassName
{
color: #B81B6D;
}
</style>
background-color css
<style>
a { background-color: #B81B6D; }
a { background-color: rgb(184,27,109); }
div.DivClassName
{
background-color: #B81B6D;
}
.BgClassName
{
background-color: #B81B6D;
}
</style>
border-color css
<style>
span { border-color: #B81B6D; }
span { border-color: rgb(184,27,109); }
td.TdClassName
{
border-color: #B81B6D;
}
.TagClassName
{
border-color: #B81B6D;
}
</style>