Shades of Mandy #BA5155
Tints of Mandy #BA5155
RGB
CMYK
RGB Variations
Color information
#BA5155 (or 0xBA5155) is known color: Mandy. HEX triplet: BA, 51 and 55. RGB value is (186,81,85). Sum of RGB (Red+Green+Blue) = 186+81+85=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5155 is #45AEAA. Grayscale: #707070. Windows color (decimal): -4566699 or 5591482. OLE color: 5591482.
HSL color Cylindrical-coordinate representation of color #BA5155: hue angle of 357.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5155 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 85 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.27 |
| HSL | 357.71º | 0.43% | 0.52% | - |
| HSV(B) | 357.71º | 0.56% | 0.73% | - |
| XYZ | 24.83 | 16.98 | 10.56 | - |
| YUV | 112.85 | 112.29 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 85 | 0 | 0.56 | 0.54 | 0.27 | 357.71 | 0.43 | 0.52 |
| Hex | BA | 51 | 55 | 0 | 38 | 36 | 1B | 166 | 2B | 34 |
| Octal | 272 | 121 | 125 | 0 | 70 | 66 | 33 | 546 | 53 | 64 |
| Binary | 10111010 | 1010001 | 1010101 | 0 | 111000 | 110110 | 11011 | 101100110 | 101011 | 110100 |
Color Harmonies of #BA5155
Complementary color
Monochromatic Colors of #BA5155
Black with #BA5155
Text Example
Text Example
White with #BA5155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5155; }
p { color: rgb(186,81,85); }
H1.HeaderClassName
{
color: #BA5155;
}
.AnyTagClassName
{
color: #BA5155;
}
</style>
background-color css
<style>
a { background-color: #BA5155; }
a { background-color: rgb(186,81,85); }
div.DivClassName
{
background-color: #BA5155;
}
.BgClassName
{
background-color: #BA5155;
}
</style>
border-color css
<style>
span { border-color: #BA5155; }
span { border-color: rgb(186,81,85); }
td.TdClassName
{
border-color: #BA5155;
}
.TagClassName
{
border-color: #BA5155;
}
</style>