Shades of Mahogany #BF3B3E
Tints of Mahogany #BF3B3E
RGB
CMYK
RGB Variations
Color information
#BF3B3E (or 0xBF3B3E) is known color: Mahogany. HEX triplet: BF, 3B and 3E. RGB value is (191,59,62). Sum of RGB (Red+Green+Blue) = 191+59+62=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3B3E is #40C4C1. Grayscale: #626262. Windows color (decimal): -4244674 or 4078527. OLE color: 4078527.
HSL color Cylindrical-coordinate representation of color #BF3B3E: hue angle of 358.64º 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 #BF3B3E is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 59 | 62 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.25 |
| HSL | 358.64º | 0.53% | 0.49% | - |
| HSV(B) | 358.64º | 0.69% | 0.75% | - |
| XYZ | 23.92 | 14.55 | 6.11 | - |
| YUV | 98.81 | 107.23 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 59 | 62 | 0 | 0.69 | 0.68 | 0.25 | 358.64 | 0.53 | 0.49 |
| Hex | BF | 3B | 3E | 0 | 45 | 44 | 19 | 167 | 35 | 31 |
| Octal | 277 | 73 | 76 | 0 | 105 | 104 | 31 | 547 | 65 | 61 |
| Binary | 10111111 | 111011 | 111110 | 0 | 1000101 | 1000100 | 11001 | 101100111 | 110101 | 110001 |
Color Harmonies of #BF3B3E
Complementary color
Monochromatic Colors of #BF3B3E
Black with #BF3B3E
Text Example
Text Example
White with #BF3B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3B3E; }
p { color: rgb(191,59,62); }
H1.HeaderClassName
{
color: #BF3B3E;
}
.AnyTagClassName
{
color: #BF3B3E;
}
</style>
background-color css
<style>
a { background-color: #BF3B3E; }
a { background-color: rgb(191,59,62); }
div.DivClassName
{
background-color: #BF3B3E;
}
.BgClassName
{
background-color: #BF3B3E;
}
</style>
border-color css
<style>
span { border-color: #BF3B3E; }
span { border-color: rgb(191,59,62); }
td.TdClassName
{
border-color: #BF3B3E;
}
.TagClassName
{
border-color: #BF3B3E;
}
</style>