Shades of Jazzberry Jam #BD0754
Tints of Jazzberry Jam #BD0754
RGB
CMYK
RGB Variations
Color information
#BD0754 (or 0xBD0754) is known color: Jazzberry Jam. HEX triplet: BD, 07 and 54. RGB value is (189,7,84). Sum of RGB (Red+Green+Blue) = 189+7+84=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0754 is #42F8AB. Grayscale: #464646. Windows color (decimal): -4389036 or 5507005. OLE color: 5507005.
HSL color Cylindrical-coordinate representation of color #BD0754: hue angle of 334.62º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0754 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 84 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.26 |
| HSL | 334.62º | 0.93% | 0.38% | - |
| HSV(B) | 334.62º | 0.96% | 0.74% | - |
| XYZ | 22.66 | 11.61 | 9.43 | - |
| YUV | 70.2 | 135.8 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 84 | 0 | 0.96 | 0.56 | 0.26 | 334.62 | 0.93 | 0.38 |
| Hex | BD | 7 | 54 | 0 | 60 | 38 | 1A | 14F | 5D | 26 |
| Octal | 275 | 7 | 124 | 0 | 140 | 70 | 32 | 517 | 135 | 46 |
| Binary | 10111101 | 111 | 1010100 | 0 | 1100000 | 111000 | 11010 | 101001111 | 1011101 | 100110 |
Color Harmonies of #BD0754
Complementary color
Monochromatic Colors of #BD0754
Black with #BD0754
Text Example
Text Example
White with #BD0754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0754; }
p { color: rgb(189,7,84); }
H1.HeaderClassName
{
color: #BD0754;
}
.AnyTagClassName
{
color: #BD0754;
}
</style>
background-color css
<style>
a { background-color: #BD0754; }
a { background-color: rgb(189,7,84); }
div.DivClassName
{
background-color: #BD0754;
}
.BgClassName
{
background-color: #BD0754;
}
</style>
border-color css
<style>
span { border-color: #BD0754; }
span { border-color: rgb(189,7,84); }
td.TdClassName
{
border-color: #BD0754;
}
.TagClassName
{
border-color: #BD0754;
}
</style>