Shades of Mahogany #BA2F32
Tints of Mahogany #BA2F32
RGB
CMYK
RGB Variations
Color information
#BA2F32 (or 0xBA2F32) is known color: Mahogany. HEX triplet: BA, 2F and 32. RGB value is (186,47,50). Sum of RGB (Red+Green+Blue) = 186+47+50=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F32 is #45D0CD. Grayscale: #595959. Windows color (decimal): -4575438 or 3289018. OLE color: 3289018.
HSL color Cylindrical-coordinate representation of color #BA2F32: hue angle of 358.71º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2F32 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 50 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.27 |
| HSL | 358.71º | 0.6% | 0.46% | - |
| HSV(B) | 358.71º | 0.75% | 0.73% | - |
| XYZ | 21.84 | 12.7 | 4.32 | - |
| YUV | 88.9 | 106.05 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 50 | 0 | 0.75 | 0.73 | 0.27 | 358.71 | 0.6 | 0.46 |
| Hex | BA | 2F | 32 | 0 | 4B | 49 | 1B | 167 | 3C | 2E |
| Octal | 272 | 57 | 62 | 0 | 113 | 111 | 33 | 547 | 74 | 56 |
| Binary | 10111010 | 101111 | 110010 | 0 | 1001011 | 1001001 | 11011 | 101100111 | 111100 | 101110 |
Color Harmonies of #BA2F32
Complementary color
Monochromatic Colors of #BA2F32
Black with #BA2F32
Text Example
Text Example
White with #BA2F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F32; }
p { color: rgb(186,47,50); }
H1.HeaderClassName
{
color: #BA2F32;
}
.AnyTagClassName
{
color: #BA2F32;
}
</style>
background-color css
<style>
a { background-color: #BA2F32; }
a { background-color: rgb(186,47,50); }
div.DivClassName
{
background-color: #BA2F32;
}
.BgClassName
{
background-color: #BA2F32;
}
</style>
border-color css
<style>
span { border-color: #BA2F32; }
span { border-color: rgb(186,47,50); }
td.TdClassName
{
border-color: #BA2F32;
}
.TagClassName
{
border-color: #BA2F32;
}
</style>