Shades of Mahogany #BC3739
Tints of Mahogany #BC3739
RGB
CMYK
RGB Variations
Color information
#BC3739 (or 0xBC3739) is known color: Mahogany. HEX triplet: BC, 37 and 39. RGB value is (188,55,57). Sum of RGB (Red+Green+Blue) = 188+55+57=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3739 is #43C8C6. Grayscale: #5F5F5F. Windows color (decimal): -4442311 or 3749820. OLE color: 3749820.
HSL color Cylindrical-coordinate representation of color #BC3739: hue angle of 359.1º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC3739 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 57 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.26 |
| HSL | 359.1º | 0.55% | 0.48% | - |
| HSV(B) | 359.1º | 0.71% | 0.74% | - |
| XYZ | 22.84 | 13.72 | 5.31 | - |
| YUV | 95 | 106.56 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 57 | 0 | 0.71 | 0.70 | 0.26 | 359.1 | 0.55 | 0.48 |
| Hex | BC | 37 | 39 | 0 | 47 | 46 | 1A | 167 | 37 | 30 |
| Octal | 274 | 67 | 71 | 0 | 107 | 106 | 32 | 547 | 67 | 60 |
| Binary | 10111100 | 110111 | 111001 | 0 | 1000111 | 1000110 | 11010 | 101100111 | 110111 | 110000 |
Color Harmonies of #BC3739
Complementary color
Monochromatic Colors of #BC3739
Black with #BC3739
Text Example
Text Example
White with #BC3739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3739; }
p { color: rgb(188,55,57); }
H1.HeaderClassName
{
color: #BC3739;
}
.AnyTagClassName
{
color: #BC3739;
}
</style>
background-color css
<style>
a { background-color: #BC3739; }
a { background-color: rgb(188,55,57); }
div.DivClassName
{
background-color: #BC3739;
}
.BgClassName
{
background-color: #BC3739;
}
</style>
border-color css
<style>
span { border-color: #BC3739; }
span { border-color: rgb(188,55,57); }
td.TdClassName
{
border-color: #BC3739;
}
.TagClassName
{
border-color: #BC3739;
}
</style>