Shades of Mahogany #B92F36
Tints of Mahogany #B92F36
RGB
CMYK
RGB Variations
Color information
#B92F36 (or 0xB92F36) is known color: Mahogany. HEX triplet: B9, 2F and 36. RGB value is (185,47,54). Sum of RGB (Red+Green+Blue) = 185+47+54=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92F36 is #46D0C9. Grayscale: #595959. Windows color (decimal): -4640970 or 3551161. OLE color: 3551161.
HSL color Cylindrical-coordinate representation of color #B92F36: hue angle of 356.96º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B92F36 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 47 | 54 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.27 |
| HSL | 356.96º | 0.59% | 0.45% | - |
| HSV(B) | 356.96º | 0.75% | 0.73% | - |
| XYZ | 21.69 | 12.61 | 4.78 | - |
| YUV | 89.06 | 108.22 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 54 | 0 | 0.75 | 0.71 | 0.27 | 356.96 | 0.59 | 0.45 |
| Hex | B9 | 2F | 36 | 0 | 4B | 47 | 1B | 165 | 3B | 2D |
| Octal | 271 | 57 | 66 | 0 | 113 | 107 | 33 | 545 | 73 | 55 |
| Binary | 10111001 | 101111 | 110110 | 0 | 1001011 | 1000111 | 11011 | 101100101 | 111011 | 101101 |
Color Harmonies of #B92F36
Complementary color
Monochromatic Colors of #B92F36
Black with #B92F36
Text Example
Text Example
White with #B92F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92F36; }
p { color: rgb(185,47,54); }
H1.HeaderClassName
{
color: #B92F36;
}
.AnyTagClassName
{
color: #B92F36;
}
</style>
background-color css
<style>
a { background-color: #B92F36; }
a { background-color: rgb(185,47,54); }
div.DivClassName
{
background-color: #B92F36;
}
.BgClassName
{
background-color: #B92F36;
}
</style>
border-color css
<style>
span { border-color: #B92F36; }
span { border-color: rgb(185,47,54); }
td.TdClassName
{
border-color: #B92F36;
}
.TagClassName
{
border-color: #B92F36;
}
</style>