Shades of Mandy #BA4F50
Tints of Mandy #BA4F50
RGB
CMYK
RGB Variations
Color information
#BA4F50 (or 0xBA4F50) is known color: Mandy. HEX triplet: BA, 4F and 50. RGB value is (186,79,80). Sum of RGB (Red+Green+Blue) = 186+79+80=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4F50 is #45B0AF. Grayscale: #6F6F6F. Windows color (decimal): -4567216 or 5263290. OLE color: 5263290.
HSL color Cylindrical-coordinate representation of color #BA4F50: hue angle of 359.44º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4F50 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 80 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.27 |
| HSL | 359.44º | 0.44% | 0.52% | - |
| HSV(B) | 359.44º | 0.58% | 0.73% | - |
| XYZ | 24.49 | 16.61 | 9.5 | - |
| YUV | 111.11 | 110.45 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 80 | 0 | 0.58 | 0.57 | 0.27 | 359.44 | 0.44 | 0.52 |
| Hex | BA | 4F | 50 | 0 | 3A | 39 | 1B | 167 | 2C | 34 |
| Octal | 272 | 117 | 120 | 0 | 72 | 71 | 33 | 547 | 54 | 64 |
| Binary | 10111010 | 1001111 | 1010000 | 0 | 111010 | 111001 | 11011 | 101100111 | 101100 | 110100 |
Color Harmonies of #BA4F50
Complementary color
Monochromatic Colors of #BA4F50
Black with #BA4F50
Text Example
Text Example
White with #BA4F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4F50; }
p { color: rgb(186,79,80); }
H1.HeaderClassName
{
color: #BA4F50;
}
.AnyTagClassName
{
color: #BA4F50;
}
</style>
background-color css
<style>
a { background-color: #BA4F50; }
a { background-color: rgb(186,79,80); }
div.DivClassName
{
background-color: #BA4F50;
}
.BgClassName
{
background-color: #BA4F50;
}
</style>
border-color css
<style>
span { border-color: #BA4F50; }
span { border-color: rgb(186,79,80); }
td.TdClassName
{
border-color: #BA4F50;
}
.TagClassName
{
border-color: #BA4F50;
}
</style>