Shades of Mandy #BA5355
Tints of Mandy #BA5355
RGB
CMYK
RGB Variations
Color information
#BA5355 (or 0xBA5355) is known color: Mandy. HEX triplet: BA, 53 and 55. RGB value is (186,83,85). Sum of RGB (Red+Green+Blue) = 186+83+85=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5355 is #45ACAA. Grayscale: #727272. Windows color (decimal): -4566187 or 5591994. OLE color: 5591994.
HSL color Cylindrical-coordinate representation of color #BA5355: 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 #BA5355 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 85 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.27 |
| HSL | 358.84º | 0.43% | 0.53% | - |
| HSV(B) | 358.84º | 0.55% | 0.73% | - |
| XYZ | 24.98 | 17.28 | 10.61 | - |
| YUV | 114.03 | 111.62 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 85 | 0 | 0.55 | 0.54 | 0.27 | 358.84 | 0.43 | 0.53 |
| Hex | BA | 53 | 55 | 0 | 37 | 36 | 1B | 167 | 2B | 35 |
| Octal | 272 | 123 | 125 | 0 | 67 | 66 | 33 | 547 | 53 | 65 |
| Binary | 10111010 | 1010011 | 1010101 | 0 | 110111 | 110110 | 11011 | 101100111 | 101011 | 110101 |
Color Harmonies of #BA5355
Complementary color
Monochromatic Colors of #BA5355
Black with #BA5355
Text Example
Text Example
White with #BA5355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5355; }
p { color: rgb(186,83,85); }
H1.HeaderClassName
{
color: #BA5355;
}
.AnyTagClassName
{
color: #BA5355;
}
</style>
background-color css
<style>
a { background-color: #BA5355; }
a { background-color: rgb(186,83,85); }
div.DivClassName
{
background-color: #BA5355;
}
.BgClassName
{
background-color: #BA5355;
}
</style>
border-color css
<style>
span { border-color: #BA5355; }
span { border-color: rgb(186,83,85); }
td.TdClassName
{
border-color: #BA5355;
}
.TagClassName
{
border-color: #BA5355;
}
</style>