Shades of Mahogany #BE343B
Tints of Mahogany #BE343B
RGB
CMYK
RGB Variations
Color information
#BE343B (or 0xBE343B) is known color: Mahogany. HEX triplet: BE, 34 and 3B. RGB value is (190,52,59). Sum of RGB (Red+Green+Blue) = 190+52+59=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE343B is #41CBC4. Grayscale: #5E5E5E. Windows color (decimal): -4312005 or 3880126. OLE color: 3880126.
HSL color Cylindrical-coordinate representation of color #BE343B: hue angle of 356.96º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE343B is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 52 | 59 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.25 |
| HSL | 356.96º | 0.57% | 0.47% | - |
| HSV(B) | 356.96º | 0.73% | 0.75% | - |
| XYZ | 23.25 | 13.72 | 5.56 | - |
| YUV | 94.06 | 108.22 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 52 | 59 | 0 | 0.73 | 0.69 | 0.25 | 356.96 | 0.57 | 0.47 |
| Hex | BE | 34 | 3B | 0 | 49 | 45 | 19 | 165 | 39 | 2F |
| Octal | 276 | 64 | 73 | 0 | 111 | 105 | 31 | 545 | 71 | 57 |
| Binary | 10111110 | 110100 | 111011 | 0 | 1001001 | 1000101 | 11001 | 101100101 | 111001 | 101111 |
Color Harmonies of #BE343B
Complementary color
Monochromatic Colors of #BE343B
Black with #BE343B
Text Example
Text Example
White with #BE343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE343B; }
p { color: rgb(190,52,59); }
H1.HeaderClassName
{
color: #BE343B;
}
.AnyTagClassName
{
color: #BE343B;
}
</style>
background-color css
<style>
a { background-color: #BE343B; }
a { background-color: rgb(190,52,59); }
div.DivClassName
{
background-color: #BE343B;
}
.BgClassName
{
background-color: #BE343B;
}
</style>
border-color css
<style>
span { border-color: #BE343B; }
span { border-color: rgb(190,52,59); }
td.TdClassName
{
border-color: #BE343B;
}
.TagClassName
{
border-color: #BE343B;
}
</style>