Shades of Mahogany #BA4546
Tints of Mahogany #BA4546
RGB
CMYK
RGB Variations
Color information
#BA4546 (or 0xBA4546) is known color: Mahogany. HEX triplet: BA, 45 and 46. RGB value is (186,69,70). Sum of RGB (Red+Green+Blue) = 186+69+70=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4546 is #45BAB9. Grayscale: #686868. Windows color (decimal): -4569786 or 4605370. OLE color: 4605370.
HSL color Cylindrical-coordinate representation of color #BA4546: hue angle of 359.49º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4546 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 70 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.27 |
| HSL | 359.49º | 0.46% | 0.5% | - |
| HSV(B) | 359.49º | 0.63% | 0.73% | - |
| XYZ | 23.48 | 15.14 | 7.48 | - |
| YUV | 104.1 | 108.76 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 70 | 0 | 0.63 | 0.62 | 0.27 | 359.49 | 0.46 | 0.5 |
| Hex | BA | 45 | 46 | 0 | 3F | 3E | 1B | 167 | 2E | 32 |
| Octal | 272 | 105 | 106 | 0 | 77 | 76 | 33 | 547 | 56 | 62 |
| Binary | 10111010 | 1000101 | 1000110 | 0 | 111111 | 111110 | 11011 | 101100111 | 101110 | 110010 |
Color Harmonies of #BA4546
Complementary color
Monochromatic Colors of #BA4546
Black with #BA4546
Text Example
Text Example
White with #BA4546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4546; }
p { color: rgb(186,69,70); }
H1.HeaderClassName
{
color: #BA4546;
}
.AnyTagClassName
{
color: #BA4546;
}
</style>
background-color css
<style>
a { background-color: #BA4546; }
a { background-color: rgb(186,69,70); }
div.DivClassName
{
background-color: #BA4546;
}
.BgClassName
{
background-color: #BA4546;
}
</style>
border-color css
<style>
span { border-color: #BA4546; }
span { border-color: rgb(186,69,70); }
td.TdClassName
{
border-color: #BA4546;
}
.TagClassName
{
border-color: #BA4546;
}
</style>