Shades of Mahogany #BC2D2E
Tints of Mahogany #BC2D2E
RGB
CMYK
RGB Variations
Color information
#BC2D2E (or 0xBC2D2E) is known color: Mahogany. HEX triplet: BC, 2D and 2E. RGB value is (188,45,46). Sum of RGB (Red+Green+Blue) = 188+45+46=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D2E is #43D2D1. Grayscale: #585858. Windows color (decimal): -4444882 or 3026364. OLE color: 3026364.
HSL color Cylindrical-coordinate representation of color #BC2D2E: hue angle of 359.58º 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 #BC2D2E is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 46 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.26 |
| HSL | 359.58º | 0.61% | 0.46% | - |
| HSV(B) | 359.58º | 0.76% | 0.74% | - |
| XYZ | 22.17 | 12.77 | 3.88 | - |
| YUV | 87.87 | 104.38 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 46 | 0 | 0.76 | 0.76 | 0.26 | 359.58 | 0.61 | 0.46 |
| Hex | BC | 2D | 2E | 0 | 4C | 4C | 1A | 168 | 3D | 2E |
| Octal | 274 | 55 | 56 | 0 | 114 | 114 | 32 | 550 | 75 | 56 |
| Binary | 10111100 | 101101 | 101110 | 0 | 1001100 | 1001100 | 11010 | 101101000 | 111101 | 101110 |
Color Harmonies of #BC2D2E
Complementary color
Monochromatic Colors of #BC2D2E
Black with #BC2D2E
Text Example
Text Example
White with #BC2D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D2E; }
p { color: rgb(188,45,46); }
H1.HeaderClassName
{
color: #BC2D2E;
}
.AnyTagClassName
{
color: #BC2D2E;
}
</style>
background-color css
<style>
a { background-color: #BC2D2E; }
a { background-color: rgb(188,45,46); }
div.DivClassName
{
background-color: #BC2D2E;
}
.BgClassName
{
background-color: #BC2D2E;
}
</style>
border-color css
<style>
span { border-color: #BC2D2E; }
span { border-color: rgb(188,45,46); }
td.TdClassName
{
border-color: #BC2D2E;
}
.TagClassName
{
border-color: #BC2D2E;
}
</style>