Shades of Mandy #BA4D53
Tints of Mandy #BA4D53
RGB
CMYK
RGB Variations
Color information
#BA4D53 (or 0xBA4D53) is known color: Mandy. HEX triplet: BA, 4D and 53. RGB value is (186,77,83). Sum of RGB (Red+Green+Blue) = 186+77+83=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4D53 is #45B2AC. Grayscale: #6E6E6E. Windows color (decimal): -4567725 or 5459386. OLE color: 5459386.
HSL color Cylindrical-coordinate representation of color #BA4D53: hue angle of 356.7º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4D53 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 83 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.27 |
| HSL | 356.7º | 0.44% | 0.52% | - |
| HSV(B) | 356.7º | 0.59% | 0.73% | - |
| XYZ | 24.46 | 16.37 | 10.05 | - |
| YUV | 110.28 | 112.61 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 83 | 0 | 0.59 | 0.55 | 0.27 | 356.7 | 0.44 | 0.52 |
| Hex | BA | 4D | 53 | 0 | 3B | 37 | 1B | 165 | 2C | 34 |
| Octal | 272 | 115 | 123 | 0 | 73 | 67 | 33 | 545 | 54 | 64 |
| Binary | 10111010 | 1001101 | 1010011 | 0 | 111011 | 110111 | 11011 | 101100101 | 101100 | 110100 |
Color Harmonies of #BA4D53
Complementary color
Monochromatic Colors of #BA4D53
Black with #BA4D53
Text Example
Text Example
White with #BA4D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4D53; }
p { color: rgb(186,77,83); }
H1.HeaderClassName
{
color: #BA4D53;
}
.AnyTagClassName
{
color: #BA4D53;
}
</style>
background-color css
<style>
a { background-color: #BA4D53; }
a { background-color: rgb(186,77,83); }
div.DivClassName
{
background-color: #BA4D53;
}
.BgClassName
{
background-color: #BA4D53;
}
</style>
border-color css
<style>
span { border-color: #BA4D53; }
span { border-color: rgb(186,77,83); }
td.TdClassName
{
border-color: #BA4D53;
}
.TagClassName
{
border-color: #BA4D53;
}
</style>