Shades of Mahogany #BC4546
Tints of Mahogany #BC4546
RGB
CMYK
RGB Variations
Color information
#BC4546 (or 0xBC4546) is known color: Mahogany. HEX triplet: BC, 45 and 46. RGB value is (188,69,70). Sum of RGB (Red+Green+Blue) = 188+69+70=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4546 is #43BAB9. Grayscale: #686868. Windows color (decimal): -4438714 or 4605372. OLE color: 4605372.
HSL color Cylindrical-coordinate representation of color #BC4546: hue angle of 359.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4546 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 70 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.26 |
| HSL | 359.5º | 0.47% | 0.5% | - |
| HSV(B) | 359.5º | 0.63% | 0.74% | - |
| XYZ | 23.97 | 15.39 | 7.5 | - |
| YUV | 104.7 | 108.42 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 70 | 0 | 0.63 | 0.63 | 0.26 | 359.5 | 0.47 | 0.5 |
| Hex | BC | 45 | 46 | 0 | 3F | 3F | 1A | 167 | 2F | 32 |
| Octal | 274 | 105 | 106 | 0 | 77 | 77 | 32 | 547 | 57 | 62 |
| Binary | 10111100 | 1000101 | 1000110 | 0 | 111111 | 111111 | 11010 | 101100111 | 101111 | 110010 |
Color Harmonies of #BC4546
Complementary color
Monochromatic Colors of #BC4546
Black with #BC4546
Text Example
Text Example
White with #BC4546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4546; }
p { color: rgb(188,69,70); }
H1.HeaderClassName
{
color: #BC4546;
}
.AnyTagClassName
{
color: #BC4546;
}
</style>
background-color css
<style>
a { background-color: #BC4546; }
a { background-color: rgb(188,69,70); }
div.DivClassName
{
background-color: #BC4546;
}
.BgClassName
{
background-color: #BC4546;
}
</style>
border-color css
<style>
span { border-color: #BC4546; }
span { border-color: rgb(188,69,70); }
td.TdClassName
{
border-color: #BC4546;
}
.TagClassName
{
border-color: #BC4546;
}
</style>