Shades of Mahogany #BC2E37
Tints of Mahogany #BC2E37
RGB
CMYK
RGB Variations
Color information
#BC2E37 (or 0xBC2E37) is known color: Mahogany. HEX triplet: BC, 2E and 37. RGB value is (188,46,55). Sum of RGB (Red+Green+Blue) = 188+46+55=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2E37 is #43D1C8. Grayscale: #595959. Windows color (decimal): -4444617 or 3616444. OLE color: 3616444.
HSL color Cylindrical-coordinate representation of color #BC2E37: hue angle of 356.2º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2E37 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 55 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.26 |
| HSL | 356.2º | 0.61% | 0.46% | - |
| HSV(B) | 356.2º | 0.76% | 0.74% | - |
| XYZ | 22.41 | 12.92 | 4.93 | - |
| YUV | 89.48 | 108.54 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 55 | 0 | 0.76 | 0.71 | 0.26 | 356.2 | 0.61 | 0.46 |
| Hex | BC | 2E | 37 | 0 | 4C | 47 | 1A | 164 | 3D | 2E |
| Octal | 274 | 56 | 67 | 0 | 114 | 107 | 32 | 544 | 75 | 56 |
| Binary | 10111100 | 101110 | 110111 | 0 | 1001100 | 1000111 | 11010 | 101100100 | 111101 | 101110 |
Color Harmonies of #BC2E37
Complementary color
Monochromatic Colors of #BC2E37
Black with #BC2E37
Text Example
Text Example
White with #BC2E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2E37; }
p { color: rgb(188,46,55); }
H1.HeaderClassName
{
color: #BC2E37;
}
.AnyTagClassName
{
color: #BC2E37;
}
</style>
background-color css
<style>
a { background-color: #BC2E37; }
a { background-color: rgb(188,46,55); }
div.DivClassName
{
background-color: #BC2E37;
}
.BgClassName
{
background-color: #BC2E37;
}
</style>
border-color css
<style>
span { border-color: #BC2E37; }
span { border-color: rgb(188,46,55); }
td.TdClassName
{
border-color: #BC2E37;
}
.TagClassName
{
border-color: #BC2E37;
}
</style>