Shades of Mandy #BB5456
Tints of Mandy #BB5456
RGB
CMYK
RGB Variations
Color information
#BB5456 (or 0xBB5456) is known color: Mandy. HEX triplet: BB, 54 and 56. RGB value is (187,84,86). Sum of RGB (Red+Green+Blue) = 187+84+86=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5456 is #44ABA9. Grayscale: #737373. Windows color (decimal): -4500394 or 5657787. OLE color: 5657787.
HSL color Cylindrical-coordinate representation of color #BB5456: hue angle of 358.83º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB5456 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 84 | 86 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.27 |
| HSL | 358.84º | 0.43% | 0.53% | - |
| HSV(B) | 358.84º | 0.55% | 0.73% | - |
| XYZ | 25.34 | 17.58 | 10.86 | - |
| YUV | 115.03 | 111.62 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 84 | 86 | 0 | 0.55 | 0.54 | 0.27 | 358.84 | 0.43 | 0.53 |
| Hex | BB | 54 | 56 | 0 | 37 | 36 | 1B | 167 | 2B | 35 |
| Octal | 273 | 124 | 126 | 0 | 67 | 66 | 33 | 547 | 53 | 65 |
| Binary | 10111011 | 1010100 | 1010110 | 0 | 110111 | 110110 | 11011 | 101100111 | 101011 | 110101 |
Color Harmonies of #BB5456
Complementary color
Monochromatic Colors of #BB5456
Black with #BB5456
Text Example
Text Example
White with #BB5456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5456; }
p { color: rgb(187,84,86); }
H1.HeaderClassName
{
color: #BB5456;
}
.AnyTagClassName
{
color: #BB5456;
}
</style>
background-color css
<style>
a { background-color: #BB5456; }
a { background-color: rgb(187,84,86); }
div.DivClassName
{
background-color: #BB5456;
}
.BgClassName
{
background-color: #BB5456;
}
</style>
border-color css
<style>
span { border-color: #BB5456; }
span { border-color: rgb(187,84,86); }
td.TdClassName
{
border-color: #BB5456;
}
.TagClassName
{
border-color: #BB5456;
}
</style>