Shades of Mahogany #BA3638
Tints of Mahogany #BA3638
RGB
CMYK
RGB Variations
Color information
#BA3638 (or 0xBA3638) is known color: Mahogany. HEX triplet: BA, 36 and 38. RGB value is (186,54,56). Sum of RGB (Red+Green+Blue) = 186+54+56=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3638 is #45C9C7. Grayscale: #5D5D5D. Windows color (decimal): -4573640 or 3684026. OLE color: 3684026.
HSL color Cylindrical-coordinate representation of color #BA3638: hue angle of 359.09º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3638 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 56 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.27 |
| HSL | 359.09º | 0.55% | 0.47% | - |
| HSV(B) | 359.09º | 0.71% | 0.73% | - |
| XYZ | 22.28 | 13.36 | 5.15 | - |
| YUV | 93.7 | 106.73 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 56 | 0 | 0.71 | 0.70 | 0.27 | 359.09 | 0.55 | 0.47 |
| Hex | BA | 36 | 38 | 0 | 47 | 46 | 1B | 167 | 37 | 2F |
| Octal | 272 | 66 | 70 | 0 | 107 | 106 | 33 | 547 | 67 | 57 |
| Binary | 10111010 | 110110 | 111000 | 0 | 1000111 | 1000110 | 11011 | 101100111 | 110111 | 101111 |
Color Harmonies of #BA3638
Complementary color
Monochromatic Colors of #BA3638
Black with #BA3638
Text Example
Text Example
White with #BA3638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3638; }
p { color: rgb(186,54,56); }
H1.HeaderClassName
{
color: #BA3638;
}
.AnyTagClassName
{
color: #BA3638;
}
</style>
background-color css
<style>
a { background-color: #BA3638; }
a { background-color: rgb(186,54,56); }
div.DivClassName
{
background-color: #BA3638;
}
.BgClassName
{
background-color: #BA3638;
}
</style>
border-color css
<style>
span { border-color: #BA3638; }
span { border-color: rgb(186,54,56); }
td.TdClassName
{
border-color: #BA3638;
}
.TagClassName
{
border-color: #BA3638;
}
</style>