Shades of Jazzberry Jam #BD0969
Tints of Jazzberry Jam #BD0969
RGB
CMYK
RGB Variations
Color information
#BD0969 (or 0xBD0969) is known color: Jazzberry Jam. HEX triplet: BD, 09 and 69. RGB value is (189,9,105). Sum of RGB (Red+Green+Blue) = 189+9+105=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0969 is #42F696. Grayscale: #494949. Windows color (decimal): -4388503 or 6883773. OLE color: 6883773.
HSL color Cylindrical-coordinate representation of color #BD0969: hue angle of 328º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0969 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 105 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.26 |
| HSL | 328º | 0.91% | 0.39% | - |
| HSV(B) | 328º | 0.95% | 0.74% | - |
| XYZ | 23.63 | 12.03 | 14.44 | - |
| YUV | 73.76 | 145.63 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 105 | 0 | 0.95 | 0.44 | 0.26 | 328 | 0.91 | 0.39 |
| Hex | BD | 9 | 69 | 0 | 5F | 2C | 1A | 148 | 5B | 27 |
| Octal | 275 | 11 | 151 | 0 | 137 | 54 | 32 | 510 | 133 | 47 |
| Binary | 10111101 | 1001 | 1101001 | 0 | 1011111 | 101100 | 11010 | 101001000 | 1011011 | 100111 |
Color Harmonies of #BD0969
Complementary color
Monochromatic Colors of #BD0969
Black with #BD0969
Text Example
Text Example
White with #BD0969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0969; }
p { color: rgb(189,9,105); }
H1.HeaderClassName
{
color: #BD0969;
}
.AnyTagClassName
{
color: #BD0969;
}
</style>
background-color css
<style>
a { background-color: #BD0969; }
a { background-color: rgb(189,9,105); }
div.DivClassName
{
background-color: #BD0969;
}
.BgClassName
{
background-color: #BD0969;
}
</style>
border-color css
<style>
span { border-color: #BD0969; }
span { border-color: rgb(189,9,105); }
td.TdClassName
{
border-color: #BD0969;
}
.TagClassName
{
border-color: #BD0969;
}
</style>