Shades of Mahogany #B92A32
Tints of Mahogany #B92A32
RGB
CMYK
RGB Variations
Color information
#B92A32 (or 0xB92A32) is known color: Mahogany. HEX triplet: B9, 2A and 32. RGB value is (185,42,50). Sum of RGB (Red+Green+Blue) = 185+42+50=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92A32 is #46D5CD. Grayscale: #555555. Windows color (decimal): -4642254 or 3287737. OLE color: 3287737.
HSL color Cylindrical-coordinate representation of color #B92A32: hue angle of 356.64º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B92A32 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 42 | 50 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.27 |
| HSL | 356.64º | 0.63% | 0.45% | - |
| HSV(B) | 356.64º | 0.77% | 0.73% | - |
| XYZ | 21.41 | 12.2 | 4.24 | - |
| YUV | 85.67 | 107.88 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 42 | 50 | 0 | 0.77 | 0.73 | 0.27 | 356.64 | 0.63 | 0.45 |
| Hex | B9 | 2A | 32 | 0 | 4D | 49 | 1B | 165 | 3F | 2D |
| Octal | 271 | 52 | 62 | 0 | 115 | 111 | 33 | 545 | 77 | 55 |
| Binary | 10111001 | 101010 | 110010 | 0 | 1001101 | 1001001 | 11011 | 101100101 | 111111 | 101101 |
Color Harmonies of #B92A32
Complementary color
Monochromatic Colors of #B92A32
Black with #B92A32
Text Example
Text Example
White with #B92A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92A32; }
p { color: rgb(185,42,50); }
H1.HeaderClassName
{
color: #B92A32;
}
.AnyTagClassName
{
color: #B92A32;
}
</style>
background-color css
<style>
a { background-color: #B92A32; }
a { background-color: rgb(185,42,50); }
div.DivClassName
{
background-color: #B92A32;
}
.BgClassName
{
background-color: #B92A32;
}
</style>
border-color css
<style>
span { border-color: #B92A32; }
span { border-color: rgb(185,42,50); }
td.TdClassName
{
border-color: #B92A32;
}
.TagClassName
{
border-color: #B92A32;
}
</style>