Shades of Mahogany #BB2E31
Tints of Mahogany #BB2E31
RGB
CMYK
RGB Variations
Color information
#BB2E31 (or 0xBB2E31) is known color: Mahogany. HEX triplet: BB, 2E and 31. RGB value is (187,46,49). Sum of RGB (Red+Green+Blue) = 187+46+49=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2E31 is #44D1CE. Grayscale: #585858. Windows color (decimal): -4510159 or 3223227. OLE color: 3223227.
HSL color Cylindrical-coordinate representation of color #BB2E31: hue angle of 358.72º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB2E31 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 46 | 49 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.27 |
| HSL | 358.72º | 0.61% | 0.46% | - |
| HSV(B) | 358.72º | 0.75% | 0.73% | - |
| XYZ | 22.02 | 12.74 | 4.2 | - |
| YUV | 88.5 | 105.71 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 46 | 49 | 0 | 0.75 | 0.74 | 0.27 | 358.72 | 0.61 | 0.46 |
| Hex | BB | 2E | 31 | 0 | 4B | 4A | 1B | 167 | 3D | 2E |
| Octal | 273 | 56 | 61 | 0 | 113 | 112 | 33 | 547 | 75 | 56 |
| Binary | 10111011 | 101110 | 110001 | 0 | 1001011 | 1001010 | 11011 | 101100111 | 111101 | 101110 |
Color Harmonies of #BB2E31
Complementary color
Monochromatic Colors of #BB2E31
Black with #BB2E31
Text Example
Text Example
White with #BB2E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2E31; }
p { color: rgb(187,46,49); }
H1.HeaderClassName
{
color: #BB2E31;
}
.AnyTagClassName
{
color: #BB2E31;
}
</style>
background-color css
<style>
a { background-color: #BB2E31; }
a { background-color: rgb(187,46,49); }
div.DivClassName
{
background-color: #BB2E31;
}
.BgClassName
{
background-color: #BB2E31;
}
</style>
border-color css
<style>
span { border-color: #BB2E31; }
span { border-color: rgb(187,46,49); }
td.TdClassName
{
border-color: #BB2E31;
}
.TagClassName
{
border-color: #BB2E31;
}
</style>