Shades of Mahogany #BA4647
Tints of Mahogany #BA4647
RGB
CMYK
RGB Variations
Color information
#BA4647 (or 0xBA4647) is known color: Mahogany. HEX triplet: BA, 46 and 47. RGB value is (186,70,71). Sum of RGB (Red+Green+Blue) = 186+70+71=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4647 is #45B9B8. Grayscale: #686868. Windows color (decimal): -4569529 or 4671162. OLE color: 4671162.
HSL color Cylindrical-coordinate representation of color #BA4647: hue angle of 359.48º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4647 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 71 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.27 |
| HSL | 359.48º | 0.46% | 0.5% | - |
| HSV(B) | 359.48º | 0.62% | 0.73% | - |
| XYZ | 23.58 | 15.27 | 7.67 | - |
| YUV | 104.8 | 108.93 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 71 | 0 | 0.62 | 0.62 | 0.27 | 359.48 | 0.46 | 0.5 |
| Hex | BA | 46 | 47 | 0 | 3E | 3E | 1B | 167 | 2E | 32 |
| Octal | 272 | 106 | 107 | 0 | 76 | 76 | 33 | 547 | 56 | 62 |
| Binary | 10111010 | 1000110 | 1000111 | 0 | 111110 | 111110 | 11011 | 101100111 | 101110 | 110010 |
Color Harmonies of #BA4647
Complementary color
Monochromatic Colors of #BA4647
Black with #BA4647
Text Example
Text Example
White with #BA4647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4647; }
p { color: rgb(186,70,71); }
H1.HeaderClassName
{
color: #BA4647;
}
.AnyTagClassName
{
color: #BA4647;
}
</style>
background-color css
<style>
a { background-color: #BA4647; }
a { background-color: rgb(186,70,71); }
div.DivClassName
{
background-color: #BA4647;
}
.BgClassName
{
background-color: #BA4647;
}
</style>
border-color css
<style>
span { border-color: #BA4647; }
span { border-color: rgb(186,70,71); }
td.TdClassName
{
border-color: #BA4647;
}
.TagClassName
{
border-color: #BA4647;
}
</style>