Shades of Mahogany #BE4143
Tints of Mahogany #BE4143
RGB
CMYK
RGB Variations
Color information
#BE4143 (or 0xBE4143) is known color: Mahogany. HEX triplet: BE, 41 and 43. RGB value is (190,65,67). Sum of RGB (Red+Green+Blue) = 190+65+67=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4143 is #41BEBC. Grayscale: #666666. Windows color (decimal): -4308669 or 4407742. OLE color: 4407742.
HSL color Cylindrical-coordinate representation of color #BE4143: hue angle of 359.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4143 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 67 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.25 |
| HSL | 359.04º | 0.49% | 0.5% | - |
| HSV(B) | 359.04º | 0.66% | 0.75% | - |
| XYZ | 24.14 | 15.13 | 6.96 | - |
| YUV | 102.6 | 107.91 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 67 | 0 | 0.66 | 0.65 | 0.25 | 359.04 | 0.49 | 0.5 |
| Hex | BE | 41 | 43 | 0 | 42 | 41 | 19 | 167 | 31 | 32 |
| Octal | 276 | 101 | 103 | 0 | 102 | 101 | 31 | 547 | 61 | 62 |
| Binary | 10111110 | 1000001 | 1000011 | 0 | 1000010 | 1000001 | 11001 | 101100111 | 110001 | 110010 |
Color Harmonies of #BE4143
Complementary color
Monochromatic Colors of #BE4143
Black with #BE4143
Text Example
Text Example
White with #BE4143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4143; }
p { color: rgb(190,65,67); }
H1.HeaderClassName
{
color: #BE4143;
}
.AnyTagClassName
{
color: #BE4143;
}
</style>
background-color css
<style>
a { background-color: #BE4143; }
a { background-color: rgb(190,65,67); }
div.DivClassName
{
background-color: #BE4143;
}
.BgClassName
{
background-color: #BE4143;
}
</style>
border-color css
<style>
span { border-color: #BE4143; }
span { border-color: rgb(190,65,67); }
td.TdClassName
{
border-color: #BE4143;
}
.TagClassName
{
border-color: #BE4143;
}
</style>