Shades of Mahogany #BE3C3E
Tints of Mahogany #BE3C3E
RGB
CMYK
RGB Variations
Color information
#BE3C3E (or 0xBE3C3E) is known color: Mahogany. HEX triplet: BE, 3C and 3E. RGB value is (190,60,62). Sum of RGB (Red+Green+Blue) = 190+60+62=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3C3E is #41C3C1. Grayscale: #636363. Windows color (decimal): -4309954 or 4078782. OLE color: 4078782.
HSL color Cylindrical-coordinate representation of color #BE3C3E: hue angle of 359.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3C3E is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 60 | 62 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.25 |
| HSL | 359.08º | 0.52% | 0.49% | - |
| HSV(B) | 359.08º | 0.68% | 0.75% | - |
| XYZ | 23.72 | 14.53 | 6.11 | - |
| YUV | 99.1 | 107.07 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 62 | 0 | 0.68 | 0.67 | 0.25 | 359.08 | 0.52 | 0.49 |
| Hex | BE | 3C | 3E | 0 | 44 | 43 | 19 | 167 | 34 | 31 |
| Octal | 276 | 74 | 76 | 0 | 104 | 103 | 31 | 547 | 64 | 61 |
| Binary | 10111110 | 111100 | 111110 | 0 | 1000100 | 1000011 | 11001 | 101100111 | 110100 | 110001 |
Color Harmonies of #BE3C3E
Complementary color
Monochromatic Colors of #BE3C3E
Black with #BE3C3E
Text Example
Text Example
White with #BE3C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3C3E; }
p { color: rgb(190,60,62); }
H1.HeaderClassName
{
color: #BE3C3E;
}
.AnyTagClassName
{
color: #BE3C3E;
}
</style>
background-color css
<style>
a { background-color: #BE3C3E; }
a { background-color: rgb(190,60,62); }
div.DivClassName
{
background-color: #BE3C3E;
}
.BgClassName
{
background-color: #BE3C3E;
}
</style>
border-color css
<style>
span { border-color: #BE3C3E; }
span { border-color: rgb(190,60,62); }
td.TdClassName
{
border-color: #BE3C3E;
}
.TagClassName
{
border-color: #BE3C3E;
}
</style>