Shades of Mahogany #BC3E41
Tints of Mahogany #BC3E41
RGB
CMYK
RGB Variations
Color information
#BC3E41 (or 0xBC3E41) is known color: Mahogany. HEX triplet: BC, 3E and 41. RGB value is (188,62,65). Sum of RGB (Red+Green+Blue) = 188+62+65=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E41 is #43C1BE. Grayscale: #646464. Windows color (decimal): -4440511 or 4275900. OLE color: 4275900.
HSL color Cylindrical-coordinate representation of color #BC3E41: hue angle of 358.57º 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 #BC3E41 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 65 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.26 |
| HSL | 358.57º | 0.5% | 0.49% | - |
| HSV(B) | 358.57º | 0.67% | 0.74% | - |
| XYZ | 23.42 | 14.52 | 6.57 | - |
| YUV | 100.02 | 108.24 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 65 | 0 | 0.67 | 0.65 | 0.26 | 358.57 | 0.5 | 0.49 |
| Hex | BC | 3E | 41 | 0 | 43 | 41 | 1A | 167 | 32 | 31 |
| Octal | 274 | 76 | 101 | 0 | 103 | 101 | 32 | 547 | 62 | 61 |
| Binary | 10111100 | 111110 | 1000001 | 0 | 1000011 | 1000001 | 11010 | 101100111 | 110010 | 110001 |
Color Harmonies of #BC3E41
Complementary color
Monochromatic Colors of #BC3E41
Black with #BC3E41
Text Example
Text Example
White with #BC3E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E41; }
p { color: rgb(188,62,65); }
H1.HeaderClassName
{
color: #BC3E41;
}
.AnyTagClassName
{
color: #BC3E41;
}
</style>
background-color css
<style>
a { background-color: #BC3E41; }
a { background-color: rgb(188,62,65); }
div.DivClassName
{
background-color: #BC3E41;
}
.BgClassName
{
background-color: #BC3E41;
}
</style>
border-color css
<style>
span { border-color: #BC3E41; }
span { border-color: rgb(188,62,65); }
td.TdClassName
{
border-color: #BC3E41;
}
.TagClassName
{
border-color: #BC3E41;
}
</style>