Shades of Mandy #BB5759
Tints of Mandy #BB5759
RGB
CMYK
RGB Variations
Color information
#BB5759 (or 0xBB5759) is known color: Mandy. HEX triplet: BB, 57 and 59. RGB value is (187,87,89). Sum of RGB (Red+Green+Blue) = 187+87+89=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5759 is #44A8A6. Grayscale: #757575. Windows color (decimal): -4499623 or 5855163. OLE color: 5855163.
HSL color Cylindrical-coordinate representation of color #BB5759: hue angle of 358.8º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB5759 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 87 | 89 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.27 |
| HSL | 358.8º | 0.42% | 0.54% | - |
| HSV(B) | 358.8º | 0.53% | 0.73% | - |
| XYZ | 25.7 | 18.1 | 11.59 | - |
| YUV | 117.13 | 112.13 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 89 | 0 | 0.53 | 0.52 | 0.27 | 358.8 | 0.42 | 0.54 |
| Hex | BB | 57 | 59 | 0 | 35 | 34 | 1B | 167 | 2A | 36 |
| Octal | 273 | 127 | 131 | 0 | 65 | 64 | 33 | 547 | 52 | 66 |
| Binary | 10111011 | 1010111 | 1011001 | 0 | 110101 | 110100 | 11011 | 101100111 | 101010 | 110110 |
Color Harmonies of #BB5759
Complementary color
Monochromatic Colors of #BB5759
Black with #BB5759
Text Example
Text Example
White with #BB5759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5759; }
p { color: rgb(187,87,89); }
H1.HeaderClassName
{
color: #BB5759;
}
.AnyTagClassName
{
color: #BB5759;
}
</style>
background-color css
<style>
a { background-color: #BB5759; }
a { background-color: rgb(187,87,89); }
div.DivClassName
{
background-color: #BB5759;
}
.BgClassName
{
background-color: #BB5759;
}
</style>
border-color css
<style>
span { border-color: #BB5759; }
span { border-color: rgb(187,87,89); }
td.TdClassName
{
border-color: #BB5759;
}
.TagClassName
{
border-color: #BB5759;
}
</style>