Shades of Mahogany #BC3B3E
Tints of Mahogany #BC3B3E
RGB
CMYK
RGB Variations
Color information
#BC3B3E (or 0xBC3B3E) is known color: Mahogany. HEX triplet: BC, 3B and 3E. RGB value is (188,59,62). Sum of RGB (Red+Green+Blue) = 188+59+62=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3B3E is #43C4C1. Grayscale: #626262. Windows color (decimal): -4441282 or 4078524. OLE color: 4078524.
HSL color Cylindrical-coordinate representation of color #BC3B3E: hue angle of 358.6º 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 #BC3B3E is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 59 | 62 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.26 |
| HSL | 358.6º | 0.52% | 0.48% | - |
| HSV(B) | 358.6º | 0.69% | 0.74% | - |
| XYZ | 23.17 | 14.17 | 6.07 | - |
| YUV | 97.91 | 107.74 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 62 | 0 | 0.69 | 0.67 | 0.26 | 358.6 | 0.52 | 0.48 |
| Hex | BC | 3B | 3E | 0 | 45 | 43 | 1A | 167 | 34 | 30 |
| Octal | 274 | 73 | 76 | 0 | 105 | 103 | 32 | 547 | 64 | 60 |
| Binary | 10111100 | 111011 | 111110 | 0 | 1000101 | 1000011 | 11010 | 101100111 | 110100 | 110000 |
Color Harmonies of #BC3B3E
Complementary color
Monochromatic Colors of #BC3B3E
Black with #BC3B3E
Text Example
Text Example
White with #BC3B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3B3E; }
p { color: rgb(188,59,62); }
H1.HeaderClassName
{
color: #BC3B3E;
}
.AnyTagClassName
{
color: #BC3B3E;
}
</style>
background-color css
<style>
a { background-color: #BC3B3E; }
a { background-color: rgb(188,59,62); }
div.DivClassName
{
background-color: #BC3B3E;
}
.BgClassName
{
background-color: #BC3B3E;
}
</style>
border-color css
<style>
span { border-color: #BC3B3E; }
span { border-color: rgb(188,59,62); }
td.TdClassName
{
border-color: #BC3B3E;
}
.TagClassName
{
border-color: #BC3B3E;
}
</style>