Shades of Mahogany #BE2C32
Tints of Mahogany #BE2C32
RGB
CMYK
RGB Variations
Color information
#BE2C32 (or 0xBE2C32) is known color: Mahogany. HEX triplet: BE, 2C and 32. RGB value is (190,44,50). Sum of RGB (Red+Green+Blue) = 190+44+50=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2C32 is #41D3CD. Grayscale: #585858. Windows color (decimal): -4314062 or 3288254. OLE color: 3288254.
HSL color Cylindrical-coordinate representation of color #BE2C32: hue angle of 357.53º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2C32 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 44 | 50 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.25 |
| HSL | 357.53º | 0.62% | 0.46% | - |
| HSV(B) | 357.53º | 0.77% | 0.75% | - |
| XYZ | 22.71 | 12.98 | 4.33 | - |
| YUV | 88.34 | 106.37 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 50 | 0 | 0.77 | 0.74 | 0.25 | 357.53 | 0.62 | 0.46 |
| Hex | BE | 2C | 32 | 0 | 4D | 4A | 19 | 166 | 3E | 2E |
| Octal | 276 | 54 | 62 | 0 | 115 | 112 | 31 | 546 | 76 | 56 |
| Binary | 10111110 | 101100 | 110010 | 0 | 1001101 | 1001010 | 11001 | 101100110 | 111110 | 101110 |
Color Harmonies of #BE2C32
Complementary color
Monochromatic Colors of #BE2C32
Black with #BE2C32
Text Example
Text Example
White with #BE2C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2C32; }
p { color: rgb(190,44,50); }
H1.HeaderClassName
{
color: #BE2C32;
}
.AnyTagClassName
{
color: #BE2C32;
}
</style>
background-color css
<style>
a { background-color: #BE2C32; }
a { background-color: rgb(190,44,50); }
div.DivClassName
{
background-color: #BE2C32;
}
.BgClassName
{
background-color: #BE2C32;
}
</style>
border-color css
<style>
span { border-color: #BE2C32; }
span { border-color: rgb(190,44,50); }
td.TdClassName
{
border-color: #BE2C32;
}
.TagClassName
{
border-color: #BE2C32;
}
</style>