Shades of Mahogany #BC3C3F
Tints of Mahogany #BC3C3F
RGB
CMYK
RGB Variations
Color information
#BC3C3F (or 0xBC3C3F) is known color: Mahogany. HEX triplet: BC, 3C and 3F. RGB value is (188,60,63). Sum of RGB (Red+Green+Blue) = 188+60+63=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3C3F is #43C3C0. Grayscale: #626262. Windows color (decimal): -4441025 or 4144316. OLE color: 4144316.
HSL color Cylindrical-coordinate representation of color #BC3C3F: hue angle of 358.59º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3C3F is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 63 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.26 |
| HSL | 358.59º | 0.52% | 0.49% | - |
| HSV(B) | 358.59º | 0.68% | 0.74% | - |
| XYZ | 23.25 | 14.28 | 6.23 | - |
| YUV | 98.61 | 107.91 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 63 | 0 | 0.68 | 0.66 | 0.26 | 358.59 | 0.52 | 0.49 |
| Hex | BC | 3C | 3F | 0 | 44 | 42 | 1A | 167 | 34 | 31 |
| Octal | 274 | 74 | 77 | 0 | 104 | 102 | 32 | 547 | 64 | 61 |
| Binary | 10111100 | 111100 | 111111 | 0 | 1000100 | 1000010 | 11010 | 101100111 | 110100 | 110001 |
Color Harmonies of #BC3C3F
Complementary color
Monochromatic Colors of #BC3C3F
Black with #BC3C3F
Text Example
Text Example
White with #BC3C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3C3F; }
p { color: rgb(188,60,63); }
H1.HeaderClassName
{
color: #BC3C3F;
}
.AnyTagClassName
{
color: #BC3C3F;
}
</style>
background-color css
<style>
a { background-color: #BC3C3F; }
a { background-color: rgb(188,60,63); }
div.DivClassName
{
background-color: #BC3C3F;
}
.BgClassName
{
background-color: #BC3C3F;
}
</style>
border-color css
<style>
span { border-color: #BC3C3F; }
span { border-color: rgb(188,60,63); }
td.TdClassName
{
border-color: #BC3C3F;
}
.TagClassName
{
border-color: #BC3C3F;
}
</style>