Shades of Mahogany #B82D32
Tints of Mahogany #B82D32
RGB
CMYK
RGB Variations
Color information
#B82D32 (or 0xB82D32) is known color: Mahogany. HEX triplet: B8, 2D and 32. RGB value is (184,45,50). Sum of RGB (Red+Green+Blue) = 184+45+50=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82D32 is #47D2CD. Grayscale: #575757. Windows color (decimal): -4707022 or 3288504. OLE color: 3288504.
HSL color Cylindrical-coordinate representation of color #B82D32: hue angle of 357.84º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82D32 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 50 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.28 |
| HSL | 357.84º | 0.61% | 0.45% | - |
| HSV(B) | 357.84º | 0.76% | 0.72% | - |
| XYZ | 21.28 | 12.3 | 4.27 | - |
| YUV | 87.13 | 107.05 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 50 | 0 | 0.76 | 0.73 | 0.28 | 357.84 | 0.61 | 0.45 |
| Hex | B8 | 2D | 32 | 0 | 4C | 49 | 1C | 166 | 3D | 2D |
| Octal | 270 | 55 | 62 | 0 | 114 | 111 | 34 | 546 | 75 | 55 |
| Binary | 10111000 | 101101 | 110010 | 0 | 1001100 | 1001001 | 11100 | 101100110 | 111101 | 101101 |
Color Harmonies of #B82D32
Complementary color
Monochromatic Colors of #B82D32
Black with #B82D32
Text Example
Text Example
White with #B82D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82D32; }
p { color: rgb(184,45,50); }
H1.HeaderClassName
{
color: #B82D32;
}
.AnyTagClassName
{
color: #B82D32;
}
</style>
background-color css
<style>
a { background-color: #B82D32; }
a { background-color: rgb(184,45,50); }
div.DivClassName
{
background-color: #B82D32;
}
.BgClassName
{
background-color: #B82D32;
}
</style>
border-color css
<style>
span { border-color: #B82D32; }
span { border-color: rgb(184,45,50); }
td.TdClassName
{
border-color: #B82D32;
}
.TagClassName
{
border-color: #B82D32;
}
</style>