Shades of Mahogany #B94445
Tints of Mahogany #B94445
RGB
CMYK
RGB Variations
Color information
#B94445 (or 0xB94445) is known color: Mahogany. HEX triplet: B9, 44 and 45. RGB value is (185,68,69). Sum of RGB (Red+Green+Blue) = 185+68+69=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B94445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94445 is #46BBBA. Grayscale: #676767. Windows color (decimal): -4635579 or 4539577. OLE color: 4539577.
HSL color Cylindrical-coordinate representation of color #B94445: hue angle of 359.49º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94445 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 68 | 69 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.27 |
| HSL | 359.49º | 0.46% | 0.5% | - |
| HSV(B) | 359.49º | 0.63% | 0.73% | - |
| XYZ | 23.15 | 14.88 | 7.28 | - |
| YUV | 103.1 | 108.76 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 69 | 0 | 0.63 | 0.63 | 0.27 | 359.49 | 0.46 | 0.5 |
| Hex | B9 | 44 | 45 | 0 | 3F | 3F | 1B | 167 | 2E | 32 |
| Octal | 271 | 104 | 105 | 0 | 77 | 77 | 33 | 547 | 56 | 62 |
| Binary | 10111001 | 1000100 | 1000101 | 0 | 111111 | 111111 | 11011 | 101100111 | 101110 | 110010 |
Color Harmonies of #B94445
Complementary color
Monochromatic Colors of #B94445
Black with #B94445
Text Example
Text Example
White with #B94445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94445; }
p { color: rgb(185,68,69); }
H1.HeaderClassName
{
color: #B94445;
}
.AnyTagClassName
{
color: #B94445;
}
</style>
background-color css
<style>
a { background-color: #B94445; }
a { background-color: rgb(185,68,69); }
div.DivClassName
{
background-color: #B94445;
}
.BgClassName
{
background-color: #B94445;
}
</style>
border-color css
<style>
span { border-color: #B94445; }
span { border-color: rgb(185,68,69); }
td.TdClassName
{
border-color: #B94445;
}
.TagClassName
{
border-color: #B94445;
}
</style>