Shades of Mahogany #BA373B
Tints of Mahogany #BA373B
RGB
CMYK
RGB Variations
Color information
#BA373B (or 0xBA373B) is known color: Mahogany. HEX triplet: BA, 37 and 3B. RGB value is (186,55,59). Sum of RGB (Red+Green+Blue) = 186+55+59=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA373B is #45C8C4. Grayscale: #5E5E5E. Windows color (decimal): -4573381 or 3880890. OLE color: 3880890.
HSL color Cylindrical-coordinate representation of color #BA373B: hue angle of 358.17º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA373B is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 59 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.27 |
| HSL | 358.17º | 0.54% | 0.47% | - |
| HSV(B) | 358.17º | 0.7% | 0.73% | - |
| XYZ | 22.41 | 13.49 | 5.56 | - |
| YUV | 94.63 | 107.9 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 59 | 0 | 0.70 | 0.68 | 0.27 | 358.17 | 0.54 | 0.47 |
| Hex | BA | 37 | 3B | 0 | 46 | 44 | 1B | 166 | 36 | 2F |
| Octal | 272 | 67 | 73 | 0 | 106 | 104 | 33 | 546 | 66 | 57 |
| Binary | 10111010 | 110111 | 111011 | 0 | 1000110 | 1000100 | 11011 | 101100110 | 110110 | 101111 |
Color Harmonies of #BA373B
Complementary color
Monochromatic Colors of #BA373B
Black with #BA373B
Text Example
Text Example
White with #BA373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA373B; }
p { color: rgb(186,55,59); }
H1.HeaderClassName
{
color: #BA373B;
}
.AnyTagClassName
{
color: #BA373B;
}
</style>
background-color css
<style>
a { background-color: #BA373B; }
a { background-color: rgb(186,55,59); }
div.DivClassName
{
background-color: #BA373B;
}
.BgClassName
{
background-color: #BA373B;
}
</style>
border-color css
<style>
span { border-color: #BA373B; }
span { border-color: rgb(186,55,59); }
td.TdClassName
{
border-color: #BA373B;
}
.TagClassName
{
border-color: #BA373B;
}
</style>