Shades of Mahogany #BA4143
Tints of Mahogany #BA4143
RGB
CMYK
RGB Variations
Color information
#BA4143 (or 0xBA4143) is known color: Mahogany. HEX triplet: BA, 41 and 43. RGB value is (186,65,67). Sum of RGB (Red+Green+Blue) = 186+65+67=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4143 is #45BEBC. Grayscale: #656565. Windows color (decimal): -4570813 or 4407738. OLE color: 4407738.
HSL color Cylindrical-coordinate representation of color #BA4143: hue angle of 359.01º 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 #BA4143 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 67 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.27 |
| HSL | 359.01º | 0.48% | 0.49% | - |
| HSV(B) | 359.01º | 0.65% | 0.73% | - |
| XYZ | 23.15 | 14.62 | 6.91 | - |
| YUV | 101.41 | 108.59 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 67 | 0 | 0.65 | 0.64 | 0.27 | 359.01 | 0.48 | 0.49 |
| Hex | BA | 41 | 43 | 0 | 41 | 40 | 1B | 167 | 30 | 31 |
| Octal | 272 | 101 | 103 | 0 | 101 | 100 | 33 | 547 | 60 | 61 |
| Binary | 10111010 | 1000001 | 1000011 | 0 | 1000001 | 1000000 | 11011 | 101100111 | 110000 | 110001 |
Color Harmonies of #BA4143
Complementary color
Monochromatic Colors of #BA4143
Black with #BA4143
Text Example
Text Example
White with #BA4143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4143; }
p { color: rgb(186,65,67); }
H1.HeaderClassName
{
color: #BA4143;
}
.AnyTagClassName
{
color: #BA4143;
}
</style>
background-color css
<style>
a { background-color: #BA4143; }
a { background-color: rgb(186,65,67); }
div.DivClassName
{
background-color: #BA4143;
}
.BgClassName
{
background-color: #BA4143;
}
</style>
border-color css
<style>
span { border-color: #BA4143; }
span { border-color: rgb(186,65,67); }
td.TdClassName
{
border-color: #BA4143;
}
.TagClassName
{
border-color: #BA4143;
}
</style>