Shades of Mahogany #BE2F38
Tints of Mahogany #BE2F38
RGB
CMYK
RGB Variations
Color information
#BE2F38 (or 0xBE2F38) is known color: Mahogany. HEX triplet: BE, 2F and 38. RGB value is (190,47,56). Sum of RGB (Red+Green+Blue) = 190+47+56=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2F38 is #41D0C7. Grayscale: #5A5A5A. Windows color (decimal): -4313288 or 3682238. OLE color: 3682238.
HSL color Cylindrical-coordinate representation of color #BE2F38: hue angle of 356.22º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE2F38 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 47 | 56 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.25 |
| HSL | 356.22º | 0.6% | 0.46% | - |
| HSV(B) | 356.22º | 0.75% | 0.75% | - |
| XYZ | 22.97 | 13.27 | 5.09 | - |
| YUV | 90.78 | 108.38 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 47 | 56 | 0 | 0.75 | 0.71 | 0.25 | 356.22 | 0.6 | 0.46 |
| Hex | BE | 2F | 38 | 0 | 4B | 47 | 19 | 164 | 3C | 2E |
| Octal | 276 | 57 | 70 | 0 | 113 | 107 | 31 | 544 | 74 | 56 |
| Binary | 10111110 | 101111 | 111000 | 0 | 1001011 | 1000111 | 11001 | 101100100 | 111100 | 101110 |
Color Harmonies of #BE2F38
Complementary color
Monochromatic Colors of #BE2F38
Black with #BE2F38
Text Example
Text Example
White with #BE2F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2F38; }
p { color: rgb(190,47,56); }
H1.HeaderClassName
{
color: #BE2F38;
}
.AnyTagClassName
{
color: #BE2F38;
}
</style>
background-color css
<style>
a { background-color: #BE2F38; }
a { background-color: rgb(190,47,56); }
div.DivClassName
{
background-color: #BE2F38;
}
.BgClassName
{
background-color: #BE2F38;
}
</style>
border-color css
<style>
span { border-color: #BE2F38; }
span { border-color: rgb(190,47,56); }
td.TdClassName
{
border-color: #BE2F38;
}
.TagClassName
{
border-color: #BE2F38;
}
</style>