Shades of Mahogany #BC3D3E
Tints of Mahogany #BC3D3E
RGB
CMYK
RGB Variations
Color information
#BC3D3E (or 0xBC3D3E) is known color: Mahogany. HEX triplet: BC, 3D and 3E. RGB value is (188,61,62). Sum of RGB (Red+Green+Blue) = 188+61+62=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3D3E is #43C2C1. Grayscale: #636363. Windows color (decimal): -4440770 or 4079036. OLE color: 4079036.
HSL color Cylindrical-coordinate representation of color #BC3D3E: hue angle of 359.53º degrees, saturation: 0.51, 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 #BC3D3E is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 61 | 62 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.26 |
| HSL | 359.53º | 0.51% | 0.49% | - |
| HSV(B) | 359.53º | 0.68% | 0.74% | - |
| XYZ | 23.28 | 14.38 | 6.11 | - |
| YUV | 99.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 62 | 0 | 0.68 | 0.67 | 0.26 | 359.53 | 0.51 | 0.49 |
| Hex | BC | 3D | 3E | 0 | 44 | 43 | 1A | 168 | 33 | 31 |
| Octal | 274 | 75 | 76 | 0 | 104 | 103 | 32 | 550 | 63 | 61 |
| Binary | 10111100 | 111101 | 111110 | 0 | 1000100 | 1000011 | 11010 | 101101000 | 110011 | 110001 |
Color Harmonies of #BC3D3E
Complementary color
Monochromatic Colors of #BC3D3E
Black with #BC3D3E
Text Example
Text Example
White with #BC3D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3D3E; }
p { color: rgb(188,61,62); }
H1.HeaderClassName
{
color: #BC3D3E;
}
.AnyTagClassName
{
color: #BC3D3E;
}
</style>
background-color css
<style>
a { background-color: #BC3D3E; }
a { background-color: rgb(188,61,62); }
div.DivClassName
{
background-color: #BC3D3E;
}
.BgClassName
{
background-color: #BC3D3E;
}
</style>
border-color css
<style>
span { border-color: #BC3D3E; }
span { border-color: rgb(188,61,62); }
td.TdClassName
{
border-color: #BC3D3E;
}
.TagClassName
{
border-color: #BC3D3E;
}
</style>