Shades of Mahogany #BA3238
Tints of Mahogany #BA3238
RGB
CMYK
RGB Variations
Color information
#BA3238 (or 0xBA3238) is known color: Mahogany. HEX triplet: BA, 32 and 38. RGB value is (186,50,56). Sum of RGB (Red+Green+Blue) = 186+50+56=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3238 is #45CDC7. Grayscale: #5B5B5B. Windows color (decimal): -4574664 or 3683002. OLE color: 3683002.
HSL color Cylindrical-coordinate representation of color #BA3238: hue angle of 357.35º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3238 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 56 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.27 |
| HSL | 357.35º | 0.58% | 0.46% | - |
| HSV(B) | 357.35º | 0.73% | 0.73% | - |
| XYZ | 22.1 | 13.01 | 5.09 | - |
| YUV | 91.35 | 108.06 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 56 | 0 | 0.73 | 0.70 | 0.27 | 357.35 | 0.58 | 0.46 |
| Hex | BA | 32 | 38 | 0 | 49 | 46 | 1B | 165 | 3A | 2E |
| Octal | 272 | 62 | 70 | 0 | 111 | 106 | 33 | 545 | 72 | 56 |
| Binary | 10111010 | 110010 | 111000 | 0 | 1001001 | 1000110 | 11011 | 101100101 | 111010 | 101110 |
Color Harmonies of #BA3238
Complementary color
Monochromatic Colors of #BA3238
Black with #BA3238
Text Example
Text Example
White with #BA3238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3238; }
p { color: rgb(186,50,56); }
H1.HeaderClassName
{
color: #BA3238;
}
.AnyTagClassName
{
color: #BA3238;
}
</style>
background-color css
<style>
a { background-color: #BA3238; }
a { background-color: rgb(186,50,56); }
div.DivClassName
{
background-color: #BA3238;
}
.BgClassName
{
background-color: #BA3238;
}
</style>
border-color css
<style>
span { border-color: #BA3238; }
span { border-color: rgb(186,50,56); }
td.TdClassName
{
border-color: #BA3238;
}
.TagClassName
{
border-color: #BA3238;
}
</style>