Shades of Mandy #BA5455
Tints of Mandy #BA5455
RGB
CMYK
RGB Variations
Color information
#BA5455 (or 0xBA5455) is known color: Mandy. HEX triplet: BA, 54 and 55. RGB value is (186,84,85). Sum of RGB (Red+Green+Blue) = 186+84+85=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5455 is #45ABAA. Grayscale: #727272. Windows color (decimal): -4565931 or 5592250. OLE color: 5592250.
HSL color Cylindrical-coordinate representation of color #BA5455: hue angle of 359.41º 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 #BA5455 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 85 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.27 |
| HSL | 359.41º | 0.43% | 0.53% | - |
| HSV(B) | 359.41º | 0.55% | 0.73% | - |
| XYZ | 25.06 | 17.44 | 10.64 | - |
| YUV | 114.61 | 111.29 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 85 | 0 | 0.55 | 0.54 | 0.27 | 359.41 | 0.43 | 0.53 |
| Hex | BA | 54 | 55 | 0 | 37 | 36 | 1B | 167 | 2A | 35 |
| Octal | 272 | 124 | 125 | 0 | 67 | 66 | 33 | 547 | 52 | 65 |
| Binary | 10111010 | 1010100 | 1010101 | 0 | 110111 | 110110 | 11011 | 101100111 | 101010 | 110101 |
Color Harmonies of #BA5455
Complementary color
Monochromatic Colors of #BA5455
Black with #BA5455
Text Example
Text Example
White with #BA5455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5455; }
p { color: rgb(186,84,85); }
H1.HeaderClassName
{
color: #BA5455;
}
.AnyTagClassName
{
color: #BA5455;
}
</style>
background-color css
<style>
a { background-color: #BA5455; }
a { background-color: rgb(186,84,85); }
div.DivClassName
{
background-color: #BA5455;
}
.BgClassName
{
background-color: #BA5455;
}
</style>
border-color css
<style>
span { border-color: #BA5455; }
span { border-color: rgb(186,84,85); }
td.TdClassName
{
border-color: #BA5455;
}
.TagClassName
{
border-color: #BA5455;
}
</style>