Shades of Mahogany #BE3B3E
Tints of Mahogany #BE3B3E
RGB
CMYK
RGB Variations
Color information
#BE3B3E (or 0xBE3B3E) is known color: Mahogany. HEX triplet: BE, 3B and 3E. RGB value is (190,59,62). Sum of RGB (Red+Green+Blue) = 190+59+62=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3B3E is #41C4C1. Grayscale: #626262. Windows color (decimal): -4310210 or 4078526. OLE color: 4078526.
HSL color Cylindrical-coordinate representation of color #BE3B3E: hue angle of 358.63º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3B3E is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 59 | 62 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.25 |
| HSL | 358.63º | 0.53% | 0.49% | - |
| HSV(B) | 358.63º | 0.69% | 0.75% | - |
| XYZ | 23.67 | 14.42 | 6.09 | - |
| YUV | 98.51 | 107.4 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 59 | 62 | 0 | 0.69 | 0.67 | 0.25 | 358.63 | 0.53 | 0.49 |
| Hex | BE | 3B | 3E | 0 | 45 | 43 | 19 | 167 | 35 | 31 |
| Octal | 276 | 73 | 76 | 0 | 105 | 103 | 31 | 547 | 65 | 61 |
| Binary | 10111110 | 111011 | 111110 | 0 | 1000101 | 1000011 | 11001 | 101100111 | 110101 | 110001 |
Color Harmonies of #BE3B3E
Complementary color
Monochromatic Colors of #BE3B3E
Black with #BE3B3E
Text Example
Text Example
White with #BE3B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3B3E; }
p { color: rgb(190,59,62); }
H1.HeaderClassName
{
color: #BE3B3E;
}
.AnyTagClassName
{
color: #BE3B3E;
}
</style>
background-color css
<style>
a { background-color: #BE3B3E; }
a { background-color: rgb(190,59,62); }
div.DivClassName
{
background-color: #BE3B3E;
}
.BgClassName
{
background-color: #BE3B3E;
}
</style>
border-color css
<style>
span { border-color: #BE3B3E; }
span { border-color: rgb(190,59,62); }
td.TdClassName
{
border-color: #BE3B3E;
}
.TagClassName
{
border-color: #BE3B3E;
}
</style>