Shades of Mahogany #B9363B
Tints of Mahogany #B9363B
RGB
CMYK
RGB Variations
Color information
#B9363B (or 0xB9363B) is known color: Mahogany. HEX triplet: B9, 36 and 3B. RGB value is (185,54,59). Sum of RGB (Red+Green+Blue) = 185+54+59=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B9363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9363B is #46C9C4. Grayscale: #5D5D5D. Windows color (decimal): -4639173 or 3880633. OLE color: 3880633.
HSL color Cylindrical-coordinate representation of color #B9363B: hue angle of 357.71º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9363B is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 54 | 59 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.27 |
| HSL | 357.71º | 0.55% | 0.47% | - |
| HSV(B) | 357.71º | 0.71% | 0.73% | - |
| XYZ | 22.12 | 13.27 | 5.53 | - |
| YUV | 93.74 | 108.4 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 59 | 0 | 0.71 | 0.68 | 0.27 | 357.71 | 0.55 | 0.47 |
| Hex | B9 | 36 | 3B | 0 | 47 | 44 | 1B | 166 | 37 | 2F |
| Octal | 271 | 66 | 73 | 0 | 107 | 104 | 33 | 546 | 67 | 57 |
| Binary | 10111001 | 110110 | 111011 | 0 | 1000111 | 1000100 | 11011 | 101100110 | 110111 | 101111 |
Color Harmonies of #B9363B
Complementary color
Monochromatic Colors of #B9363B
Black with #B9363B
Text Example
Text Example
White with #B9363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9363B; }
p { color: rgb(185,54,59); }
H1.HeaderClassName
{
color: #B9363B;
}
.AnyTagClassName
{
color: #B9363B;
}
</style>
background-color css
<style>
a { background-color: #B9363B; }
a { background-color: rgb(185,54,59); }
div.DivClassName
{
background-color: #B9363B;
}
.BgClassName
{
background-color: #B9363B;
}
</style>
border-color css
<style>
span { border-color: #B9363B; }
span { border-color: rgb(185,54,59); }
td.TdClassName
{
border-color: #B9363B;
}
.TagClassName
{
border-color: #B9363B;
}
</style>