Shades of Mahogany #BA3D3E
Tints of Mahogany #BA3D3E
RGB
CMYK
RGB Variations
Color information
#BA3D3E (or 0xBA3D3E) is known color: Mahogany. HEX triplet: BA, 3D and 3E. RGB value is (186,61,62). Sum of RGB (Red+Green+Blue) = 186+61+62=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D3E is #45C2C1. Grayscale: #626262. Windows color (decimal): -4571842 or 4079034. OLE color: 4079034.
HSL color Cylindrical-coordinate representation of color #BA3D3E: hue angle of 359.52º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3D3E is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 62 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.27 |
| HSL | 359.52º | 0.51% | 0.48% | - |
| HSV(B) | 359.52º | 0.67% | 0.73% | - |
| XYZ | 22.79 | 14.12 | 6.08 | - |
| YUV | 98.49 | 107.41 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 62 | 0 | 0.67 | 0.67 | 0.27 | 359.52 | 0.51 | 0.48 |
| Hex | BA | 3D | 3E | 0 | 43 | 43 | 1B | 168 | 33 | 30 |
| Octal | 272 | 75 | 76 | 0 | 103 | 103 | 33 | 550 | 63 | 60 |
| Binary | 10111010 | 111101 | 111110 | 0 | 1000011 | 1000011 | 11011 | 101101000 | 110011 | 110000 |
Color Harmonies of #BA3D3E
Complementary color
Monochromatic Colors of #BA3D3E
Black with #BA3D3E
Text Example
Text Example
White with #BA3D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D3E; }
p { color: rgb(186,61,62); }
H1.HeaderClassName
{
color: #BA3D3E;
}
.AnyTagClassName
{
color: #BA3D3E;
}
</style>
background-color css
<style>
a { background-color: #BA3D3E; }
a { background-color: rgb(186,61,62); }
div.DivClassName
{
background-color: #BA3D3E;
}
.BgClassName
{
background-color: #BA3D3E;
}
</style>
border-color css
<style>
span { border-color: #BA3D3E; }
span { border-color: rgb(186,61,62); }
td.TdClassName
{
border-color: #BA3D3E;
}
.TagClassName
{
border-color: #BA3D3E;
}
</style>