Shades of Mahogany #B9393C
Tints of Mahogany #B9393C
RGB
CMYK
RGB Variations
Color information
#B9393C (or 0xB9393C) is known color: Mahogany. HEX triplet: B9, 39 and 3C. RGB value is (185,57,60). Sum of RGB (Red+Green+Blue) = 185+57+60=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B9393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9393C is #46C6C3. Grayscale: #5F5F5F. Windows color (decimal): -4638404 or 3946937. OLE color: 3946937.
HSL color Cylindrical-coordinate representation of color #B9393C: hue angle of 358.59º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9393C is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 57 | 60 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.27 |
| HSL | 358.59º | 0.53% | 0.47% | - |
| HSV(B) | 358.59º | 0.69% | 0.73% | - |
| XYZ | 22.29 | 13.57 | 5.72 | - |
| YUV | 95.61 | 107.91 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 60 | 0 | 0.69 | 0.68 | 0.27 | 358.59 | 0.53 | 0.47 |
| Hex | B9 | 39 | 3C | 0 | 45 | 44 | 1B | 167 | 35 | 2F |
| Octal | 271 | 71 | 74 | 0 | 105 | 104 | 33 | 547 | 65 | 57 |
| Binary | 10111001 | 111001 | 111100 | 0 | 1000101 | 1000100 | 11011 | 101100111 | 110101 | 101111 |
Color Harmonies of #B9393C
Complementary color
Monochromatic Colors of #B9393C
Black with #B9393C
Text Example
Text Example
White with #B9393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9393C; }
p { color: rgb(185,57,60); }
H1.HeaderClassName
{
color: #B9393C;
}
.AnyTagClassName
{
color: #B9393C;
}
</style>
background-color css
<style>
a { background-color: #B9393C; }
a { background-color: rgb(185,57,60); }
div.DivClassName
{
background-color: #B9393C;
}
.BgClassName
{
background-color: #B9393C;
}
</style>
border-color css
<style>
span { border-color: #B9393C; }
span { border-color: rgb(185,57,60); }
td.TdClassName
{
border-color: #B9393C;
}
.TagClassName
{
border-color: #B9393C;
}
</style>