Shades of Mahogany #BA4142
Tints of Mahogany #BA4142
RGB
CMYK
RGB Variations
Color information
#BA4142 (or 0xBA4142) is known color: Mahogany. HEX triplet: BA, 41 and 42. RGB value is (186,65,66). Sum of RGB (Red+Green+Blue) = 186+65+66=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4142 is #45BEBD. Grayscale: #656565. Windows color (decimal): -4570814 or 4342202. OLE color: 4342202.
HSL color Cylindrical-coordinate representation of color #BA4142: hue angle of 359.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4142 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 66 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.27 |
| HSL | 359.5º | 0.48% | 0.49% | - |
| HSV(B) | 359.5º | 0.65% | 0.73% | - |
| XYZ | 23.12 | 14.61 | 6.76 | - |
| YUV | 101.29 | 108.09 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 66 | 0 | 0.65 | 0.65 | 0.27 | 359.5 | 0.48 | 0.49 |
| Hex | BA | 41 | 42 | 0 | 41 | 41 | 1B | 168 | 30 | 31 |
| Octal | 272 | 101 | 102 | 0 | 101 | 101 | 33 | 550 | 60 | 61 |
| Binary | 10111010 | 1000001 | 1000010 | 0 | 1000001 | 1000001 | 11011 | 101101000 | 110000 | 110001 |
Color Harmonies of #BA4142
Complementary color
Monochromatic Colors of #BA4142
Black with #BA4142
Text Example
Text Example
White with #BA4142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4142; }
p { color: rgb(186,65,66); }
H1.HeaderClassName
{
color: #BA4142;
}
.AnyTagClassName
{
color: #BA4142;
}
</style>
background-color css
<style>
a { background-color: #BA4142; }
a { background-color: rgb(186,65,66); }
div.DivClassName
{
background-color: #BA4142;
}
.BgClassName
{
background-color: #BA4142;
}
</style>
border-color css
<style>
span { border-color: #BA4142; }
span { border-color: rgb(186,65,66); }
td.TdClassName
{
border-color: #BA4142;
}
.TagClassName
{
border-color: #BA4142;
}
</style>