Shades of Jazzberry Jam #B6146D
Tints of Jazzberry Jam #B6146D
RGB
CMYK
RGB Variations
Color information
#B6146D (or 0xB6146D) is known color: Jazzberry Jam. HEX triplet: B6, 14 and 6D. RGB value is (182,20,109). Sum of RGB (Red+Green+Blue) = 182+20+109=311 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.52% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 182 - color contains mainly: red. Hex color #B6146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6146D is #49EB92. Grayscale: #4E4E4E. Windows color (decimal): -4844435 or 7148726. OLE color: 7148726.
HSL color Cylindrical-coordinate representation of color #B6146D: hue angle of 327.04º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B6146D is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 20 | 109 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.29 |
| HSL | 327.04º | 0.8% | 0.4% | - |
| HSV(B) | 327.04º | 0.89% | 0.71% | - |
| XYZ | 22.3 | 11.55 | 15.52 | - |
| YUV | 78.58 | 145.17 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 20 | 109 | 0 | 0.89 | 0.40 | 0.29 | 327.04 | 0.8 | 0.4 |
| Hex | B6 | 14 | 6D | 0 | 59 | 28 | 1D | 147 | 50 | 28 |
| Octal | 266 | 24 | 155 | 0 | 131 | 50 | 35 | 507 | 120 | 50 |
| Binary | 10110110 | 10100 | 1101101 | 0 | 1011001 | 101000 | 11101 | 101000111 | 1010000 | 101000 |
Color Harmonies of #B6146D
Complementary color
Monochromatic Colors of #B6146D
Black with #B6146D
Text Example
Text Example
White with #B6146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6146D; }
p { color: rgb(182,20,109); }
H1.HeaderClassName
{
color: #B6146D;
}
.AnyTagClassName
{
color: #B6146D;
}
</style>
background-color css
<style>
a { background-color: #B6146D; }
a { background-color: rgb(182,20,109); }
div.DivClassName
{
background-color: #B6146D;
}
.BgClassName
{
background-color: #B6146D;
}
</style>
border-color css
<style>
span { border-color: #B6146D; }
span { border-color: rgb(182,20,109); }
td.TdClassName
{
border-color: #B6146D;
}
.TagClassName
{
border-color: #B6146D;
}
</style>