Shades of Mahogany #BC3E3F
Tints of Mahogany #BC3E3F
RGB
CMYK
RGB Variations
Color information
#BC3E3F (or 0xBC3E3F) is known color: Mahogany. HEX triplet: BC, 3E and 3F. RGB value is (188,62,63). Sum of RGB (Red+Green+Blue) = 188+62+63=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E3F is #43C1C0. Grayscale: #636363. Windows color (decimal): -4440513 or 4144828. OLE color: 4144828.
HSL color Cylindrical-coordinate representation of color #BC3E3F: hue angle of 359.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC3E3F is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 63 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.26 |
| HSL | 359.52º | 0.5% | 0.49% | - |
| HSV(B) | 359.52º | 0.67% | 0.74% | - |
| XYZ | 23.36 | 14.5 | 6.27 | - |
| YUV | 99.79 | 107.24 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 63 | 0 | 0.67 | 0.66 | 0.26 | 359.52 | 0.5 | 0.49 |
| Hex | BC | 3E | 3F | 0 | 43 | 42 | 1A | 168 | 32 | 31 |
| Octal | 274 | 76 | 77 | 0 | 103 | 102 | 32 | 550 | 62 | 61 |
| Binary | 10111100 | 111110 | 111111 | 0 | 1000011 | 1000010 | 11010 | 101101000 | 110010 | 110001 |
Color Harmonies of #BC3E3F
Complementary color
Monochromatic Colors of #BC3E3F
Black with #BC3E3F
Text Example
Text Example
White with #BC3E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E3F; }
p { color: rgb(188,62,63); }
H1.HeaderClassName
{
color: #BC3E3F;
}
.AnyTagClassName
{
color: #BC3E3F;
}
</style>
background-color css
<style>
a { background-color: #BC3E3F; }
a { background-color: rgb(188,62,63); }
div.DivClassName
{
background-color: #BC3E3F;
}
.BgClassName
{
background-color: #BC3E3F;
}
</style>
border-color css
<style>
span { border-color: #BC3E3F; }
span { border-color: rgb(188,62,63); }
td.TdClassName
{
border-color: #BC3E3F;
}
.TagClassName
{
border-color: #BC3E3F;
}
</style>