Shades of Mahogany #B82C2F
Tints of Mahogany #B82C2F
RGB
CMYK
RGB Variations
Color information
#B82C2F (or 0xB82C2F) is known color: Mahogany. HEX triplet: B8, 2C and 2F. RGB value is (184,44,47). Sum of RGB (Red+Green+Blue) = 184+44+47=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82C2F is #47D3D0. Grayscale: #565656. Windows color (decimal): -4707281 or 3091640. OLE color: 3091640.
HSL color Cylindrical-coordinate representation of color #B82C2F: hue angle of 358.71º 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 #B82C2F is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 44 | 47 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.28 |
| HSL | 358.71º | 0.61% | 0.45% | - |
| HSV(B) | 358.71º | 0.76% | 0.72% | - |
| XYZ | 21.18 | 12.2 | 3.93 | - |
| YUV | 86.2 | 105.88 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 47 | 0 | 0.76 | 0.74 | 0.28 | 358.71 | 0.61 | 0.45 |
| Hex | B8 | 2C | 2F | 0 | 4C | 4A | 1C | 167 | 3D | 2D |
| Octal | 270 | 54 | 57 | 0 | 114 | 112 | 34 | 547 | 75 | 55 |
| Binary | 10111000 | 101100 | 101111 | 0 | 1001100 | 1001010 | 11100 | 101100111 | 111101 | 101101 |
Color Harmonies of #B82C2F
Complementary color
Monochromatic Colors of #B82C2F
Black with #B82C2F
Text Example
Text Example
White with #B82C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82C2F; }
p { color: rgb(184,44,47); }
H1.HeaderClassName
{
color: #B82C2F;
}
.AnyTagClassName
{
color: #B82C2F;
}
</style>
background-color css
<style>
a { background-color: #B82C2F; }
a { background-color: rgb(184,44,47); }
div.DivClassName
{
background-color: #B82C2F;
}
.BgClassName
{
background-color: #B82C2F;
}
</style>
border-color css
<style>
span { border-color: #B82C2F; }
span { border-color: rgb(184,44,47); }
td.TdClassName
{
border-color: #B82C2F;
}
.TagClassName
{
border-color: #B82C2F;
}
</style>