Shades of Mahogany #B94546
Tints of Mahogany #B94546
RGB
CMYK
RGB Variations
Color information
#B94546 (or 0xB94546) is known color: Mahogany. HEX triplet: B9, 45 and 46. RGB value is (185,69,70). Sum of RGB (Red+Green+Blue) = 185+69+70=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B94546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94546 is #46BAB9. Grayscale: #676767. Windows color (decimal): -4635322 or 4605369. OLE color: 4605369.
HSL color Cylindrical-coordinate representation of color #B94546: hue angle of 359.48º 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 #B94546 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 70 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.27 |
| HSL | 359.48º | 0.46% | 0.5% | - |
| HSV(B) | 359.48º | 0.63% | 0.73% | - |
| XYZ | 23.24 | 15.01 | 7.47 | - |
| YUV | 103.8 | 108.93 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 70 | 0 | 0.63 | 0.62 | 0.27 | 359.48 | 0.46 | 0.5 |
| Hex | B9 | 45 | 46 | 0 | 3F | 3E | 1B | 167 | 2E | 32 |
| Octal | 271 | 105 | 106 | 0 | 77 | 76 | 33 | 547 | 56 | 62 |
| Binary | 10111001 | 1000101 | 1000110 | 0 | 111111 | 111110 | 11011 | 101100111 | 101110 | 110010 |
Color Harmonies of #B94546
Complementary color
Monochromatic Colors of #B94546
Black with #B94546
Text Example
Text Example
White with #B94546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94546; }
p { color: rgb(185,69,70); }
H1.HeaderClassName
{
color: #B94546;
}
.AnyTagClassName
{
color: #B94546;
}
</style>
background-color css
<style>
a { background-color: #B94546; }
a { background-color: rgb(185,69,70); }
div.DivClassName
{
background-color: #B94546;
}
.BgClassName
{
background-color: #B94546;
}
</style>
border-color css
<style>
span { border-color: #B94546; }
span { border-color: rgb(185,69,70); }
td.TdClassName
{
border-color: #B94546;
}
.TagClassName
{
border-color: #B94546;
}
</style>