Shades of Jazzberry Jam #B1084A
Tints of Jazzberry Jam #B1084A
RGB
CMYK
RGB Variations
Color information
#B1084A (or 0xB1084A) is known color: Jazzberry Jam. HEX triplet: B1, 08 and 4A. RGB value is (177,8,74). Sum of RGB (Red+Green+Blue) = 177+8+74=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B1084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1084A is #4EF7B5. Grayscale: #414141. Windows color (decimal): -5175222 or 4851889. OLE color: 4851889.
HSL color Cylindrical-coordinate representation of color #B1084A: hue angle of 336.57º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1084A is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 8 | 74 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.31 |
| HSL | 336.57º | 0.91% | 0.36% | - |
| HSV(B) | 336.57º | 0.95% | 0.69% | - |
| XYZ | 19.45 | 10.02 | 7.39 | - |
| YUV | 66.06 | 132.49 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 8 | 74 | 0 | 0.95 | 0.58 | 0.31 | 336.57 | 0.91 | 0.36 |
| Hex | B1 | 8 | 4A | 0 | 5F | 3A | 1F | 151 | 5B | 24 |
| Octal | 261 | 10 | 112 | 0 | 137 | 72 | 37 | 521 | 133 | 44 |
| Binary | 10110001 | 1000 | 1001010 | 0 | 1011111 | 111010 | 11111 | 101010001 | 1011011 | 100100 |
Color Harmonies of #B1084A
Complementary color
Monochromatic Colors of #B1084A
Black with #B1084A
Text Example
Text Example
White with #B1084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1084A; }
p { color: rgb(177,8,74); }
H1.HeaderClassName
{
color: #B1084A;
}
.AnyTagClassName
{
color: #B1084A;
}
</style>
background-color css
<style>
a { background-color: #B1084A; }
a { background-color: rgb(177,8,74); }
div.DivClassName
{
background-color: #B1084A;
}
.BgClassName
{
background-color: #B1084A;
}
</style>
border-color css
<style>
span { border-color: #B1084A; }
span { border-color: rgb(177,8,74); }
td.TdClassName
{
border-color: #B1084A;
}
.TagClassName
{
border-color: #B1084A;
}
</style>