Shades of Mandy #BA5456
Tints of Mandy #BA5456
RGB
CMYK
RGB Variations
Color information
#BA5456 (or 0xBA5456) is known color: Mandy. HEX triplet: BA, 54 and 56. RGB value is (186,84,86). Sum of RGB (Red+Green+Blue) = 186+84+86=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5456 is #45ABA9. Grayscale: #727272. Windows color (decimal): -4565930 or 5657786. OLE color: 5657786.
HSL color Cylindrical-coordinate representation of color #BA5456: hue angle of 358.82º 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 #BA5456 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 86 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.27 |
| HSL | 358.82º | 0.43% | 0.53% | - |
| HSV(B) | 358.82º | 0.55% | 0.73% | - |
| XYZ | 25.1 | 17.45 | 10.85 | - |
| YUV | 114.73 | 111.79 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 86 | 0 | 0.55 | 0.54 | 0.27 | 358.82 | 0.43 | 0.53 |
| Hex | BA | 54 | 56 | 0 | 37 | 36 | 1B | 167 | 2A | 35 |
| Octal | 272 | 124 | 126 | 0 | 67 | 66 | 33 | 547 | 52 | 65 |
| Binary | 10111010 | 1010100 | 1010110 | 0 | 110111 | 110110 | 11011 | 101100111 | 101010 | 110101 |
Color Harmonies of #BA5456
Complementary color
Monochromatic Colors of #BA5456
Black with #BA5456
Text Example
Text Example
White with #BA5456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5456; }
p { color: rgb(186,84,86); }
H1.HeaderClassName
{
color: #BA5456;
}
.AnyTagClassName
{
color: #BA5456;
}
</style>
background-color css
<style>
a { background-color: #BA5456; }
a { background-color: rgb(186,84,86); }
div.DivClassName
{
background-color: #BA5456;
}
.BgClassName
{
background-color: #BA5456;
}
</style>
border-color css
<style>
span { border-color: #BA5456; }
span { border-color: rgb(186,84,86); }
td.TdClassName
{
border-color: #BA5456;
}
.TagClassName
{
border-color: #BA5456;
}
</style>