Shades of Mandy #BA5051
Tints of Mandy #BA5051
RGB
CMYK
RGB Variations
Color information
#BA5051 (or 0xBA5051) is known color: Mandy. HEX triplet: BA, 50 and 51. RGB value is (186,80,81). Sum of RGB (Red+Green+Blue) = 186+80+81=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5051 is #45AFAE. Grayscale: #6F6F6F. Windows color (decimal): -4566959 or 5329082. OLE color: 5329082.
HSL color Cylindrical-coordinate representation of color #BA5051: hue angle of 359.43º 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 #BA5051 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 81 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.27 |
| HSL | 359.43º | 0.43% | 0.52% | - |
| HSV(B) | 359.43º | 0.57% | 0.73% | - |
| XYZ | 24.6 | 16.77 | 9.72 | - |
| YUV | 111.81 | 110.62 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 81 | 0 | 0.57 | 0.56 | 0.27 | 359.43 | 0.43 | 0.52 |
| Hex | BA | 50 | 51 | 0 | 39 | 38 | 1B | 167 | 2B | 34 |
| Octal | 272 | 120 | 121 | 0 | 71 | 70 | 33 | 547 | 53 | 64 |
| Binary | 10111010 | 1010000 | 1010001 | 0 | 111001 | 111000 | 11011 | 101100111 | 101011 | 110100 |
Color Harmonies of #BA5051
Complementary color
Monochromatic Colors of #BA5051
Black with #BA5051
Text Example
Text Example
White with #BA5051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5051; }
p { color: rgb(186,80,81); }
H1.HeaderClassName
{
color: #BA5051;
}
.AnyTagClassName
{
color: #BA5051;
}
</style>
background-color css
<style>
a { background-color: #BA5051; }
a { background-color: rgb(186,80,81); }
div.DivClassName
{
background-color: #BA5051;
}
.BgClassName
{
background-color: #BA5051;
}
</style>
border-color css
<style>
span { border-color: #BA5051; }
span { border-color: rgb(186,80,81); }
td.TdClassName
{
border-color: #BA5051;
}
.TagClassName
{
border-color: #BA5051;
}
</style>