Shades of Mahogany #BE4041
Tints of Mahogany #BE4041
RGB
CMYK
RGB Variations
Color information
#BE4041 (or 0xBE4041) is known color: Mahogany. HEX triplet: BE, 40 and 41. RGB value is (190,64,65). Sum of RGB (Red+Green+Blue) = 190+64+65=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4041 is #41BFBE. Grayscale: #656565. Windows color (decimal): -4308927 or 4276414. OLE color: 4276414.
HSL color Cylindrical-coordinate representation of color #BE4041: hue angle of 359.52º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4041 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 65 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.25 |
| HSL | 359.52º | 0.5% | 0.5% | - |
| HSV(B) | 359.52º | 0.66% | 0.75% | - |
| XYZ | 24.02 | 15 | 6.63 | - |
| YUV | 101.79 | 107.24 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 65 | 0 | 0.66 | 0.66 | 0.25 | 359.52 | 0.5 | 0.5 |
| Hex | BE | 40 | 41 | 0 | 42 | 42 | 19 | 168 | 32 | 32 |
| Octal | 276 | 100 | 101 | 0 | 102 | 102 | 31 | 550 | 62 | 62 |
| Binary | 10111110 | 1000000 | 1000001 | 0 | 1000010 | 1000010 | 11001 | 101101000 | 110010 | 110010 |
Color Harmonies of #BE4041
Complementary color
Monochromatic Colors of #BE4041
Black with #BE4041
Text Example
Text Example
White with #BE4041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4041; }
p { color: rgb(190,64,65); }
H1.HeaderClassName
{
color: #BE4041;
}
.AnyTagClassName
{
color: #BE4041;
}
</style>
background-color css
<style>
a { background-color: #BE4041; }
a { background-color: rgb(190,64,65); }
div.DivClassName
{
background-color: #BE4041;
}
.BgClassName
{
background-color: #BE4041;
}
</style>
border-color css
<style>
span { border-color: #BE4041; }
span { border-color: rgb(190,64,65); }
td.TdClassName
{
border-color: #BE4041;
}
.TagClassName
{
border-color: #BE4041;
}
</style>