Shades of Mahogany #BE3D3E
Tints of Mahogany #BE3D3E
RGB
CMYK
RGB Variations
Color information
#BE3D3E (or 0xBE3D3E) is known color: Mahogany. HEX triplet: BE, 3D and 3E. RGB value is (190,61,62). Sum of RGB (Red+Green+Blue) = 190+61+62=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3D3E is #41C2C1. Grayscale: #636363. Windows color (decimal): -4309698 or 4079038. OLE color: 4079038.
HSL color Cylindrical-coordinate representation of color #BE3D3E: hue angle of 359.53º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3D3E is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 61 | 62 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.25 |
| HSL | 359.53º | 0.51% | 0.49% | - |
| HSV(B) | 359.53º | 0.68% | 0.75% | - |
| XYZ | 23.77 | 14.63 | 6.13 | - |
| YUV | 99.69 | 106.74 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 62 | 0 | 0.68 | 0.67 | 0.25 | 359.53 | 0.51 | 0.49 |
| Hex | BE | 3D | 3E | 0 | 44 | 43 | 19 | 168 | 33 | 31 |
| Octal | 276 | 75 | 76 | 0 | 104 | 103 | 31 | 550 | 63 | 61 |
| Binary | 10111110 | 111101 | 111110 | 0 | 1000100 | 1000011 | 11001 | 101101000 | 110011 | 110001 |
Color Harmonies of #BE3D3E
Complementary color
Monochromatic Colors of #BE3D3E
Black with #BE3D3E
Text Example
Text Example
White with #BE3D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3D3E; }
p { color: rgb(190,61,62); }
H1.HeaderClassName
{
color: #BE3D3E;
}
.AnyTagClassName
{
color: #BE3D3E;
}
</style>
background-color css
<style>
a { background-color: #BE3D3E; }
a { background-color: rgb(190,61,62); }
div.DivClassName
{
background-color: #BE3D3E;
}
.BgClassName
{
background-color: #BE3D3E;
}
</style>
border-color css
<style>
span { border-color: #BE3D3E; }
span { border-color: rgb(190,61,62); }
td.TdClassName
{
border-color: #BE3D3E;
}
.TagClassName
{
border-color: #BE3D3E;
}
</style>