Shades of Jazzberry Jam #BD1767
Tints of Jazzberry Jam #BD1767
RGB
CMYK
RGB Variations
Color information
#BD1767 (or 0xBD1767) is known color: Jazzberry Jam. HEX triplet: BD, 17 and 67. RGB value is (189,23,103). Sum of RGB (Red+Green+Blue) = 189+23+103=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1767 is #42E898. Grayscale: #515151. Windows color (decimal): -4384921 or 6756285. OLE color: 6756285.
HSL color Cylindrical-coordinate representation of color #BD1767: hue angle of 331.08º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1767 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 103 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.26 |
| HSL | 331.08º | 0.78% | 0.42% | - |
| HSV(B) | 331.08º | 0.88% | 0.74% | - |
| XYZ | 23.74 | 12.41 | 13.98 | - |
| YUV | 81.75 | 140 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 103 | 0 | 0.88 | 0.46 | 0.26 | 331.08 | 0.78 | 0.42 |
| Hex | BD | 17 | 67 | 0 | 58 | 2E | 1A | 14B | 4E | 2A |
| Octal | 275 | 27 | 147 | 0 | 130 | 56 | 32 | 513 | 116 | 52 |
| Binary | 10111101 | 10111 | 1100111 | 0 | 1011000 | 101110 | 11010 | 101001011 | 1001110 | 101010 |
Color Harmonies of #BD1767
Complementary color
Monochromatic Colors of #BD1767
Black with #BD1767
Text Example
Text Example
White with #BD1767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1767; }
p { color: rgb(189,23,103); }
H1.HeaderClassName
{
color: #BD1767;
}
.AnyTagClassName
{
color: #BD1767;
}
</style>
background-color css
<style>
a { background-color: #BD1767; }
a { background-color: rgb(189,23,103); }
div.DivClassName
{
background-color: #BD1767;
}
.BgClassName
{
background-color: #BD1767;
}
</style>
border-color css
<style>
span { border-color: #BD1767; }
span { border-color: rgb(189,23,103); }
td.TdClassName
{
border-color: #BD1767;
}
.TagClassName
{
border-color: #BD1767;
}
</style>