Shades of Mahogany #BC3B3F
Tints of Mahogany #BC3B3F
RGB
CMYK
RGB Variations
Color information
#BC3B3F (or 0xBC3B3F) is known color: Mahogany. HEX triplet: BC, 3B and 3F. RGB value is (188,59,63). Sum of RGB (Red+Green+Blue) = 188+59+63=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3B3F is #43C4C0. Grayscale: #626262. Windows color (decimal): -4441281 or 4144060. OLE color: 4144060.
HSL color Cylindrical-coordinate representation of color #BC3B3F: hue angle of 358.14º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3B3F is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 59 | 63 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.26 |
| HSL | 358.14º | 0.52% | 0.48% | - |
| HSV(B) | 358.14º | 0.69% | 0.74% | - |
| XYZ | 23.2 | 14.18 | 6.22 | - |
| YUV | 98.03 | 108.24 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 63 | 0 | 0.69 | 0.66 | 0.26 | 358.14 | 0.52 | 0.48 |
| Hex | BC | 3B | 3F | 0 | 45 | 42 | 1A | 166 | 34 | 30 |
| Octal | 274 | 73 | 77 | 0 | 105 | 102 | 32 | 546 | 64 | 60 |
| Binary | 10111100 | 111011 | 111111 | 0 | 1000101 | 1000010 | 11010 | 101100110 | 110100 | 110000 |
Color Harmonies of #BC3B3F
Complementary color
Monochromatic Colors of #BC3B3F
Black with #BC3B3F
Text Example
Text Example
White with #BC3B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3B3F; }
p { color: rgb(188,59,63); }
H1.HeaderClassName
{
color: #BC3B3F;
}
.AnyTagClassName
{
color: #BC3B3F;
}
</style>
background-color css
<style>
a { background-color: #BC3B3F; }
a { background-color: rgb(188,59,63); }
div.DivClassName
{
background-color: #BC3B3F;
}
.BgClassName
{
background-color: #BC3B3F;
}
</style>
border-color css
<style>
span { border-color: #BC3B3F; }
span { border-color: rgb(188,59,63); }
td.TdClassName
{
border-color: #BC3B3F;
}
.TagClassName
{
border-color: #BC3B3F;
}
</style>