Shades of Mahogany #BE2D36
Tints of Mahogany #BE2D36
RGB
CMYK
RGB Variations
Color information
#BE2D36 (or 0xBE2D36) is known color: Mahogany. HEX triplet: BE, 2D and 36. RGB value is (190,45,54). Sum of RGB (Red+Green+Blue) = 190+45+54=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D36 is #41D2C9. Grayscale: #595959. Windows color (decimal): -4313802 or 3550654. OLE color: 3550654.
HSL color Cylindrical-coordinate representation of color #BE2D36: hue angle of 356.28º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2D36 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 54 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.25 |
| HSL | 356.28º | 0.62% | 0.46% | - |
| HSV(B) | 356.28º | 0.76% | 0.75% | - |
| XYZ | 22.84 | 13.09 | 4.81 | - |
| YUV | 89.38 | 108.04 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 54 | 0 | 0.76 | 0.72 | 0.25 | 356.28 | 0.62 | 0.46 |
| Hex | BE | 2D | 36 | 0 | 4C | 48 | 19 | 164 | 3E | 2E |
| Octal | 276 | 55 | 66 | 0 | 114 | 110 | 31 | 544 | 76 | 56 |
| Binary | 10111110 | 101101 | 110110 | 0 | 1001100 | 1001000 | 11001 | 101100100 | 111110 | 101110 |
Color Harmonies of #BE2D36
Complementary color
Monochromatic Colors of #BE2D36
Black with #BE2D36
Text Example
Text Example
White with #BE2D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D36; }
p { color: rgb(190,45,54); }
H1.HeaderClassName
{
color: #BE2D36;
}
.AnyTagClassName
{
color: #BE2D36;
}
</style>
background-color css
<style>
a { background-color: #BE2D36; }
a { background-color: rgb(190,45,54); }
div.DivClassName
{
background-color: #BE2D36;
}
.BgClassName
{
background-color: #BE2D36;
}
</style>
border-color css
<style>
span { border-color: #BE2D36; }
span { border-color: rgb(190,45,54); }
td.TdClassName
{
border-color: #BE2D36;
}
.TagClassName
{
border-color: #BE2D36;
}
</style>