Shades of Mandy #BA5058
Tints of Mandy #BA5058
RGB
CMYK
RGB Variations
Color information
#BA5058 (or 0xBA5058) is known color: Mandy. HEX triplet: BA, 50 and 58. RGB value is (186,80,88). Sum of RGB (Red+Green+Blue) = 186+80+88=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5058 is #45AFA7. Grayscale: #707070. Windows color (decimal): -4566952 or 5787834. OLE color: 5787834.
HSL color Cylindrical-coordinate representation of color #BA5058: hue angle of 355.47º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5058 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 88 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.27 |
| HSL | 355.47º | 0.43% | 0.52% | - |
| HSV(B) | 355.47º | 0.57% | 0.73% | - |
| XYZ | 24.88 | 16.88 | 11.18 | - |
| YUV | 112.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 88 | 0 | 0.57 | 0.53 | 0.27 | 355.47 | 0.43 | 0.52 |
| Hex | BA | 50 | 58 | 0 | 39 | 35 | 1B | 163 | 2B | 34 |
| Octal | 272 | 120 | 130 | 0 | 71 | 65 | 33 | 543 | 53 | 64 |
| Binary | 10111010 | 1010000 | 1011000 | 0 | 111001 | 110101 | 11011 | 101100011 | 101011 | 110100 |
Color Harmonies of #BA5058
Complementary color
Monochromatic Colors of #BA5058
Black with #BA5058
Text Example
Text Example
White with #BA5058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5058; }
p { color: rgb(186,80,88); }
H1.HeaderClassName
{
color: #BA5058;
}
.AnyTagClassName
{
color: #BA5058;
}
</style>
background-color css
<style>
a { background-color: #BA5058; }
a { background-color: rgb(186,80,88); }
div.DivClassName
{
background-color: #BA5058;
}
.BgClassName
{
background-color: #BA5058;
}
</style>
border-color css
<style>
span { border-color: #BA5058; }
span { border-color: rgb(186,80,88); }
td.TdClassName
{
border-color: #BA5058;
}
.TagClassName
{
border-color: #BA5058;
}
</style>