Shades of Mahogany #BE353B
Tints of Mahogany #BE353B
RGB
CMYK
RGB Variations
Color information
#BE353B (or 0xBE353B) is known color: Mahogany. HEX triplet: BE, 35 and 3B. RGB value is (190,53,59). Sum of RGB (Red+Green+Blue) = 190+53+59=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE353B is #41CAC4. Grayscale: #5E5E5E. Windows color (decimal): -4311749 or 3880382. OLE color: 3880382.
HSL color Cylindrical-coordinate representation of color #BE353B: hue angle of 357.37º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE353B is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 53 | 59 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.25 |
| HSL | 357.37º | 0.56% | 0.48% | - |
| HSV(B) | 357.37º | 0.72% | 0.75% | - |
| XYZ | 23.3 | 13.81 | 5.58 | - |
| YUV | 94.65 | 107.89 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 53 | 59 | 0 | 0.72 | 0.69 | 0.25 | 357.37 | 0.56 | 0.48 |
| Hex | BE | 35 | 3B | 0 | 48 | 45 | 19 | 165 | 38 | 30 |
| Octal | 276 | 65 | 73 | 0 | 110 | 105 | 31 | 545 | 70 | 60 |
| Binary | 10111110 | 110101 | 111011 | 0 | 1001000 | 1000101 | 11001 | 101100101 | 111000 | 110000 |
Color Harmonies of #BE353B
Complementary color
Monochromatic Colors of #BE353B
Black with #BE353B
Text Example
Text Example
White with #BE353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE353B; }
p { color: rgb(190,53,59); }
H1.HeaderClassName
{
color: #BE353B;
}
.AnyTagClassName
{
color: #BE353B;
}
</style>
background-color css
<style>
a { background-color: #BE353B; }
a { background-color: rgb(190,53,59); }
div.DivClassName
{
background-color: #BE353B;
}
.BgClassName
{
background-color: #BE353B;
}
</style>
border-color css
<style>
span { border-color: #BE353B; }
span { border-color: rgb(190,53,59); }
td.TdClassName
{
border-color: #BE353B;
}
.TagClassName
{
border-color: #BE353B;
}
</style>