Shades of Mahogany #BA4042
Tints of Mahogany #BA4042
RGB
CMYK
RGB Variations
Color information
#BA4042 (or 0xBA4042) is known color: Mahogany. HEX triplet: BA, 40 and 42. RGB value is (186,64,66). Sum of RGB (Red+Green+Blue) = 186+64+66=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4042 is #45BFBD. Grayscale: #646464. Windows color (decimal): -4571070 or 4341946. OLE color: 4341946.
HSL color Cylindrical-coordinate representation of color #BA4042: hue angle of 359.02º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4042 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 66 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.27 |
| HSL | 359.02º | 0.49% | 0.49% | - |
| HSV(B) | 359.02º | 0.66% | 0.73% | - |
| XYZ | 23.07 | 14.5 | 6.74 | - |
| YUV | 100.71 | 108.42 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 66 | 0 | 0.66 | 0.65 | 0.27 | 359.02 | 0.49 | 0.49 |
| Hex | BA | 40 | 42 | 0 | 42 | 41 | 1B | 167 | 31 | 31 |
| Octal | 272 | 100 | 102 | 0 | 102 | 101 | 33 | 547 | 61 | 61 |
| Binary | 10111010 | 1000000 | 1000010 | 0 | 1000010 | 1000001 | 11011 | 101100111 | 110001 | 110001 |
Color Harmonies of #BA4042
Complementary color
Monochromatic Colors of #BA4042
Black with #BA4042
Text Example
Text Example
White with #BA4042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4042; }
p { color: rgb(186,64,66); }
H1.HeaderClassName
{
color: #BA4042;
}
.AnyTagClassName
{
color: #BA4042;
}
</style>
background-color css
<style>
a { background-color: #BA4042; }
a { background-color: rgb(186,64,66); }
div.DivClassName
{
background-color: #BA4042;
}
.BgClassName
{
background-color: #BA4042;
}
</style>
border-color css
<style>
span { border-color: #BA4042; }
span { border-color: rgb(186,64,66); }
td.TdClassName
{
border-color: #BA4042;
}
.TagClassName
{
border-color: #BA4042;
}
</style>