Shades of Mahogany #BF4245
Tints of Mahogany #BF4245
RGB
CMYK
RGB Variations
Color information
#BF4245 (or 0xBF4245) is known color: Mahogany. HEX triplet: BF, 42 and 45. RGB value is (191,66,69). Sum of RGB (Red+Green+Blue) = 191+66+69=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4245 is #40BDBA. Grayscale: #676767. Windows color (decimal): -4242875 or 4539071. OLE color: 4539071.
HSL color Cylindrical-coordinate representation of color #BF4245: hue angle of 358.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4245 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 69 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.25 |
| HSL | 358.56º | 0.49% | 0.5% | - |
| HSV(B) | 358.56º | 0.65% | 0.75% | - |
| XYZ | 24.51 | 15.4 | 7.31 | - |
| YUV | 103.72 | 108.41 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 69 | 0 | 0.65 | 0.64 | 0.25 | 358.56 | 0.49 | 0.5 |
| Hex | BF | 42 | 45 | 0 | 41 | 40 | 19 | 167 | 31 | 32 |
| Octal | 277 | 102 | 105 | 0 | 101 | 100 | 31 | 547 | 61 | 62 |
| Binary | 10111111 | 1000010 | 1000101 | 0 | 1000001 | 1000000 | 11001 | 101100111 | 110001 | 110010 |
Color Harmonies of #BF4245
Complementary color
Monochromatic Colors of #BF4245
Black with #BF4245
Text Example
Text Example
White with #BF4245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4245; }
p { color: rgb(191,66,69); }
H1.HeaderClassName
{
color: #BF4245;
}
.AnyTagClassName
{
color: #BF4245;
}
</style>
background-color css
<style>
a { background-color: #BF4245; }
a { background-color: rgb(191,66,69); }
div.DivClassName
{
background-color: #BF4245;
}
.BgClassName
{
background-color: #BF4245;
}
</style>
border-color css
<style>
span { border-color: #BF4245; }
span { border-color: rgb(191,66,69); }
td.TdClassName
{
border-color: #BF4245;
}
.TagClassName
{
border-color: #BF4245;
}
</style>