Shades of Mahogany #BA2E32
Tints of Mahogany #BA2E32
RGB
CMYK
RGB Variations
Color information
#BA2E32 (or 0xBA2E32) is known color: Mahogany. HEX triplet: BA, 2E and 32. RGB value is (186,46,50). Sum of RGB (Red+Green+Blue) = 186+46+50=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E32 is #45D1CD. Grayscale: #585858. Windows color (decimal): -4575694 or 3288762. OLE color: 3288762.
HSL color Cylindrical-coordinate representation of color #BA2E32: hue angle of 358.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2E32 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 50 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.27 |
| HSL | 358.29º | 0.6% | 0.45% | - |
| HSV(B) | 358.29º | 0.75% | 0.73% | - |
| XYZ | 21.8 | 12.62 | 4.31 | - |
| YUV | 88.32 | 106.38 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 50 | 0 | 0.75 | 0.73 | 0.27 | 358.29 | 0.6 | 0.45 |
| Hex | BA | 2E | 32 | 0 | 4B | 49 | 1B | 166 | 3C | 2D |
| Octal | 272 | 56 | 62 | 0 | 113 | 111 | 33 | 546 | 74 | 55 |
| Binary | 10111010 | 101110 | 110010 | 0 | 1001011 | 1001001 | 11011 | 101100110 | 111100 | 101101 |
Color Harmonies of #BA2E32
Complementary color
Monochromatic Colors of #BA2E32
Black with #BA2E32
Text Example
Text Example
White with #BA2E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E32; }
p { color: rgb(186,46,50); }
H1.HeaderClassName
{
color: #BA2E32;
}
.AnyTagClassName
{
color: #BA2E32;
}
</style>
background-color css
<style>
a { background-color: #BA2E32; }
a { background-color: rgb(186,46,50); }
div.DivClassName
{
background-color: #BA2E32;
}
.BgClassName
{
background-color: #BA2E32;
}
</style>
border-color css
<style>
span { border-color: #BA2E32; }
span { border-color: rgb(186,46,50); }
td.TdClassName
{
border-color: #BA2E32;
}
.TagClassName
{
border-color: #BA2E32;
}
</style>