Shades of Jazzberry Jam #BD005A
Tints of Jazzberry Jam #BD005A
RGB
CMYK
RGB Variations
Color information
#BD005A (or 0xBD005A) is known color: Jazzberry Jam. HEX triplet: BD, 00 and 5A. RGB value is (189,0,90). Sum of RGB (Red+Green+Blue) = 189+0+90=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD005A is #42FFA5. Grayscale: #424242. Windows color (decimal): -4390822 or 5898429. OLE color: 5898429.
HSL color Cylindrical-coordinate representation of color #BD005A: hue angle of 331.43º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD005A is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.52 | 0.26 |
| HSL | 331.43º | 1% | 0.37% | - |
| HSV(B) | 331.43º | 1% | 0.74% | - |
| XYZ | 22.83 | 11.56 | 10.7 | - |
| YUV | 66.77 | 141.12 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 90 | 0 | 1 | 0.52 | 0.26 | 331.43 | 1 | 0.37 |
| Hex | BD | 0 | 5A | 0 | 64 | 34 | 1A | 14B | 64 | 25 |
| Octal | 275 | 0 | 132 | 0 | 144 | 64 | 32 | 513 | 144 | 45 |
| Binary | 10111101 | 0 | 1011010 | 0 | 1100100 | 110100 | 11010 | 101001011 | 1100100 | 100101 |
Color Harmonies of #BD005A
Complementary color
Monochromatic Colors of #BD005A
Black with #BD005A
Text Example
Text Example
White with #BD005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD005A; }
p { color: rgb(189,0,90); }
H1.HeaderClassName
{
color: #BD005A;
}
.AnyTagClassName
{
color: #BD005A;
}
</style>
background-color css
<style>
a { background-color: #BD005A; }
a { background-color: rgb(189,0,90); }
div.DivClassName
{
background-color: #BD005A;
}
.BgClassName
{
background-color: #BD005A;
}
</style>
border-color css
<style>
span { border-color: #BD005A; }
span { border-color: rgb(189,0,90); }
td.TdClassName
{
border-color: #BD005A;
}
.TagClassName
{
border-color: #BD005A;
}
</style>