Shades of Jazzberry Jam #BD166B
Tints of Jazzberry Jam #BD166B
RGB
CMYK
RGB Variations
Color information
#BD166B (or 0xBD166B) is known color: Jazzberry Jam. HEX triplet: BD, 16 and 6B. RGB value is (189,22,107). Sum of RGB (Red+Green+Blue) = 189+22+107=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD166B is #42E994. Grayscale: #515151. Windows color (decimal): -4385173 or 7018173. OLE color: 7018173.
HSL color Cylindrical-coordinate representation of color #BD166B: hue angle of 329.46º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD166B is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 107 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.26 |
| HSL | 329.46º | 0.79% | 0.41% | - |
| HSV(B) | 329.46º | 0.88% | 0.74% | - |
| XYZ | 23.93 | 12.45 | 15.05 | - |
| YUV | 81.62 | 142.33 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 107 | 0 | 0.88 | 0.43 | 0.26 | 329.46 | 0.79 | 0.41 |
| Hex | BD | 16 | 6B | 0 | 58 | 2B | 1A | 149 | 4F | 29 |
| Octal | 275 | 26 | 153 | 0 | 130 | 53 | 32 | 511 | 117 | 51 |
| Binary | 10111101 | 10110 | 1101011 | 0 | 1011000 | 101011 | 11010 | 101001001 | 1001111 | 101001 |
Color Harmonies of #BD166B
Complementary color
Monochromatic Colors of #BD166B
Black with #BD166B
Text Example
Text Example
White with #BD166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD166B; }
p { color: rgb(189,22,107); }
H1.HeaderClassName
{
color: #BD166B;
}
.AnyTagClassName
{
color: #BD166B;
}
</style>
background-color css
<style>
a { background-color: #BD166B; }
a { background-color: rgb(189,22,107); }
div.DivClassName
{
background-color: #BD166B;
}
.BgClassName
{
background-color: #BD166B;
}
</style>
border-color css
<style>
span { border-color: #BD166B; }
span { border-color: rgb(189,22,107); }
td.TdClassName
{
border-color: #BD166B;
}
.TagClassName
{
border-color: #BD166B;
}
</style>