Shades of Mahogany #BE3E42
Tints of Mahogany #BE3E42
RGB
CMYK
RGB Variations
Color information
#BE3E42 (or 0xBE3E42) is known color: Mahogany. HEX triplet: BE, 3E and 42. RGB value is (190,62,66). Sum of RGB (Red+Green+Blue) = 190+62+66=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3E42 is #41C1BD. Grayscale: #646464. Windows color (decimal): -4309438 or 4341438. OLE color: 4341438.
HSL color Cylindrical-coordinate representation of color #BE3E42: hue angle of 358.12º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3E42 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 66 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.25 |
| HSL | 358.13º | 0.51% | 0.49% | - |
| HSV(B) | 358.13º | 0.67% | 0.75% | - |
| XYZ | 23.94 | 14.79 | 6.75 | - |
| YUV | 100.73 | 108.41 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 66 | 0 | 0.67 | 0.65 | 0.25 | 358.13 | 0.51 | 0.49 |
| Hex | BE | 3E | 42 | 0 | 43 | 41 | 19 | 166 | 33 | 31 |
| Octal | 276 | 76 | 102 | 0 | 103 | 101 | 31 | 546 | 63 | 61 |
| Binary | 10111110 | 111110 | 1000010 | 0 | 1000011 | 1000001 | 11001 | 101100110 | 110011 | 110001 |
Color Harmonies of #BE3E42
Complementary color
Monochromatic Colors of #BE3E42
Black with #BE3E42
Text Example
Text Example
White with #BE3E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E42; }
p { color: rgb(190,62,66); }
H1.HeaderClassName
{
color: #BE3E42;
}
.AnyTagClassName
{
color: #BE3E42;
}
</style>
background-color css
<style>
a { background-color: #BE3E42; }
a { background-color: rgb(190,62,66); }
div.DivClassName
{
background-color: #BE3E42;
}
.BgClassName
{
background-color: #BE3E42;
}
</style>
border-color css
<style>
span { border-color: #BE3E42; }
span { border-color: rgb(190,62,66); }
td.TdClassName
{
border-color: #BE3E42;
}
.TagClassName
{
border-color: #BE3E42;
}
</style>