Shades of Mahogany #BF2B2E
Tints of Mahogany #BF2B2E
RGB
CMYK
RGB Variations
Color information
#BF2B2E (or 0xBF2B2E) is known color: Mahogany. HEX triplet: BF, 2B and 2E. RGB value is (191,43,46). Sum of RGB (Red+Green+Blue) = 191+43+46=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2B2E is #40D4D1. Grayscale: #575757. Windows color (decimal): -4248786 or 3025855. OLE color: 3025855.
HSL color Cylindrical-coordinate representation of color #BF2B2E: hue angle of 358.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2B2E is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 43 | 46 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.25 |
| HSL | 358.78º | 0.63% | 0.46% | - |
| HSV(B) | 358.78º | 0.77% | 0.75% | - |
| XYZ | 22.84 | 13 | 3.89 | - |
| YUV | 87.59 | 104.53 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 43 | 46 | 0 | 0.77 | 0.76 | 0.25 | 358.78 | 0.63 | 0.46 |
| Hex | BF | 2B | 2E | 0 | 4D | 4C | 19 | 167 | 3F | 2E |
| Octal | 277 | 53 | 56 | 0 | 115 | 114 | 31 | 547 | 77 | 56 |
| Binary | 10111111 | 101011 | 101110 | 0 | 1001101 | 1001100 | 11001 | 101100111 | 111111 | 101110 |
Color Harmonies of #BF2B2E
Complementary color
Monochromatic Colors of #BF2B2E
Black with #BF2B2E
Text Example
Text Example
White with #BF2B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2B2E; }
p { color: rgb(191,43,46); }
H1.HeaderClassName
{
color: #BF2B2E;
}
.AnyTagClassName
{
color: #BF2B2E;
}
</style>
background-color css
<style>
a { background-color: #BF2B2E; }
a { background-color: rgb(191,43,46); }
div.DivClassName
{
background-color: #BF2B2E;
}
.BgClassName
{
background-color: #BF2B2E;
}
</style>
border-color css
<style>
span { border-color: #BF2B2E; }
span { border-color: rgb(191,43,46); }
td.TdClassName
{
border-color: #BF2B2E;
}
.TagClassName
{
border-color: #BF2B2E;
}
</style>