Shades of Mandy #BA494B
Tints of Mandy #BA494B
RGB
CMYK
RGB Variations
Color information
#BA494B (or 0xBA494B) is known color: Mandy. HEX triplet: BA, 49 and 4B. RGB value is (186,73,75). Sum of RGB (Red+Green+Blue) = 186+73+75=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA494B is #45B6B4. Grayscale: #6B6B6B. Windows color (decimal): -4568757 or 4934074. OLE color: 4934074.
HSL color Cylindrical-coordinate representation of color #BA494B: hue angle of 358.94º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA494B is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 75 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.27 |
| HSL | 358.94º | 0.45% | 0.51% | - |
| HSV(B) | 358.94º | 0.61% | 0.73% | - |
| XYZ | 23.9 | 15.71 | 8.43 | - |
| YUV | 107.02 | 109.94 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 75 | 0 | 0.61 | 0.60 | 0.27 | 358.94 | 0.45 | 0.51 |
| Hex | BA | 49 | 4B | 0 | 3D | 3C | 1B | 167 | 2D | 33 |
| Octal | 272 | 111 | 113 | 0 | 75 | 74 | 33 | 547 | 55 | 63 |
| Binary | 10111010 | 1001001 | 1001011 | 0 | 111101 | 111100 | 11011 | 101100111 | 101101 | 110011 |
Color Harmonies of #BA494B
Complementary color
Monochromatic Colors of #BA494B
Black with #BA494B
Text Example
Text Example
White with #BA494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA494B; }
p { color: rgb(186,73,75); }
H1.HeaderClassName
{
color: #BA494B;
}
.AnyTagClassName
{
color: #BA494B;
}
</style>
background-color css
<style>
a { background-color: #BA494B; }
a { background-color: rgb(186,73,75); }
div.DivClassName
{
background-color: #BA494B;
}
.BgClassName
{
background-color: #BA494B;
}
</style>
border-color css
<style>
span { border-color: #BA494B; }
span { border-color: rgb(186,73,75); }
td.TdClassName
{
border-color: #BA494B;
}
.TagClassName
{
border-color: #BA494B;
}
</style>