Shades of Mandy #BB5E60
Tints of Mandy #BB5E60
RGB
CMYK
RGB Variations
Color information
#BB5E60 (or 0xBB5E60) is known color: Mandy. HEX triplet: BB, 5E and 60. RGB value is (187,94,96). Sum of RGB (Red+Green+Blue) = 187+94+96=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E60 is #44A19F. Grayscale: #7A7A7A. Windows color (decimal): -4497824 or 6315707. OLE color: 6315707.
HSL color Cylindrical-coordinate representation of color #BB5E60: hue angle of 358.71º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5E60 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 96 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.27 |
| HSL | 358.71º | 0.41% | 0.55% | - |
| HSV(B) | 358.71º | 0.5% | 0.73% | - |
| XYZ | 26.61 | 19.41 | 13.41 | - |
| YUV | 122.04 | 113.31 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 96 | 0 | 0.50 | 0.49 | 0.27 | 358.71 | 0.41 | 0.55 |
| Hex | BB | 5E | 60 | 0 | 32 | 31 | 1B | 167 | 29 | 37 |
| Octal | 273 | 136 | 140 | 0 | 62 | 61 | 33 | 547 | 51 | 67 |
| Binary | 10111011 | 1011110 | 1100000 | 0 | 110010 | 110001 | 11011 | 101100111 | 101001 | 110111 |
Color Harmonies of #BB5E60
Complementary color
Monochromatic Colors of #BB5E60
Black with #BB5E60
Text Example
Text Example
White with #BB5E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E60; }
p { color: rgb(187,94,96); }
H1.HeaderClassName
{
color: #BB5E60;
}
.AnyTagClassName
{
color: #BB5E60;
}
</style>
background-color css
<style>
a { background-color: #BB5E60; }
a { background-color: rgb(187,94,96); }
div.DivClassName
{
background-color: #BB5E60;
}
.BgClassName
{
background-color: #BB5E60;
}
</style>
border-color css
<style>
span { border-color: #BB5E60; }
span { border-color: rgb(187,94,96); }
td.TdClassName
{
border-color: #BB5E60;
}
.TagClassName
{
border-color: #BB5E60;
}
</style>