Shades of Mahogany #BA4345
Tints of Mahogany #BA4345
RGB
CMYK
RGB Variations
Color information
#BA4345 (or 0xBA4345) is known color: Mahogany. HEX triplet: BA, 43 and 45. RGB value is (186,67,69). Sum of RGB (Red+Green+Blue) = 186+67+69=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4345 is #45BCBA. Grayscale: #666666. Windows color (decimal): -4570299 or 4539322. OLE color: 4539322.
HSL color Cylindrical-coordinate representation of color #BA4345: hue angle of 358.99º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4345 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 69 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.27 |
| HSL | 358.99º | 0.47% | 0.5% | - |
| HSV(B) | 358.99º | 0.64% | 0.73% | - |
| XYZ | 23.33 | 14.88 | 7.27 | - |
| YUV | 102.81 | 108.92 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 69 | 0 | 0.64 | 0.63 | 0.27 | 358.99 | 0.47 | 0.5 |
| Hex | BA | 43 | 45 | 0 | 40 | 3F | 1B | 167 | 2F | 32 |
| Octal | 272 | 103 | 105 | 0 | 100 | 77 | 33 | 547 | 57 | 62 |
| Binary | 10111010 | 1000011 | 1000101 | 0 | 1000000 | 111111 | 11011 | 101100111 | 101111 | 110010 |
Color Harmonies of #BA4345
Complementary color
Monochromatic Colors of #BA4345
Black with #BA4345
Text Example
Text Example
White with #BA4345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4345; }
p { color: rgb(186,67,69); }
H1.HeaderClassName
{
color: #BA4345;
}
.AnyTagClassName
{
color: #BA4345;
}
</style>
background-color css
<style>
a { background-color: #BA4345; }
a { background-color: rgb(186,67,69); }
div.DivClassName
{
background-color: #BA4345;
}
.BgClassName
{
background-color: #BA4345;
}
</style>
border-color css
<style>
span { border-color: #BA4345; }
span { border-color: rgb(186,67,69); }
td.TdClassName
{
border-color: #BA4345;
}
.TagClassName
{
border-color: #BA4345;
}
</style>