Shades of Mahogany #B82A2E
Tints of Mahogany #B82A2E
RGB
CMYK
RGB Variations
Color information
#B82A2E (or 0xB82A2E) is known color: Mahogany. HEX triplet: B8, 2A and 2E. RGB value is (184,42,46). Sum of RGB (Red+Green+Blue) = 184+42+46=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82A2E is #47D5D1. Grayscale: #555555. Windows color (decimal): -4707794 or 3025592. OLE color: 3025592.
HSL color Cylindrical-coordinate representation of color #B82A2E: hue angle of 358.31º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82A2E is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 42 | 46 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.28 |
| HSL | 358.31º | 0.63% | 0.44% | - |
| HSV(B) | 358.31º | 0.77% | 0.72% | - |
| XYZ | 21.09 | 12.04 | 3.8 | - |
| YUV | 84.91 | 106.04 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 46 | 0 | 0.77 | 0.75 | 0.28 | 358.31 | 0.63 | 0.44 |
| Hex | B8 | 2A | 2E | 0 | 4D | 4B | 1C | 166 | 3F | 2C |
| Octal | 270 | 52 | 56 | 0 | 115 | 113 | 34 | 546 | 77 | 54 |
| Binary | 10111000 | 101010 | 101110 | 0 | 1001101 | 1001011 | 11100 | 101100110 | 111111 | 101100 |
Color Harmonies of #B82A2E
Complementary color
Monochromatic Colors of #B82A2E
Black with #B82A2E
Text Example
Text Example
White with #B82A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82A2E; }
p { color: rgb(184,42,46); }
H1.HeaderClassName
{
color: #B82A2E;
}
.AnyTagClassName
{
color: #B82A2E;
}
</style>
background-color css
<style>
a { background-color: #B82A2E; }
a { background-color: rgb(184,42,46); }
div.DivClassName
{
background-color: #B82A2E;
}
.BgClassName
{
background-color: #B82A2E;
}
</style>
border-color css
<style>
span { border-color: #B82A2E; }
span { border-color: rgb(184,42,46); }
td.TdClassName
{
border-color: #B82A2E;
}
.TagClassName
{
border-color: #B82A2E;
}
</style>