Shades of Mahogany #BB2D2E
Tints of Mahogany #BB2D2E
RGB
CMYK
RGB Variations
Color information
#BB2D2E (or 0xBB2D2E) is known color: Mahogany. HEX triplet: BB, 2D and 2E. RGB value is (187,45,46). Sum of RGB (Red+Green+Blue) = 187+45+46=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2D2E is #44D2D1. Grayscale: #575757. Windows color (decimal): -4510418 or 3026363. OLE color: 3026363.
HSL color Cylindrical-coordinate representation of color #BB2D2E: hue angle of 359.58º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB2D2E is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 45 | 46 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.27 |
| HSL | 359.58º | 0.61% | 0.45% | - |
| HSV(B) | 359.58º | 0.76% | 0.73% | - |
| XYZ | 21.93 | 12.64 | 3.87 | - |
| YUV | 87.57 | 104.54 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 45 | 46 | 0 | 0.76 | 0.75 | 0.27 | 359.58 | 0.61 | 0.45 |
| Hex | BB | 2D | 2E | 0 | 4C | 4B | 1B | 168 | 3D | 2D |
| Octal | 273 | 55 | 56 | 0 | 114 | 113 | 33 | 550 | 75 | 55 |
| Binary | 10111011 | 101101 | 101110 | 0 | 1001100 | 1001011 | 11011 | 101101000 | 111101 | 101101 |
Color Harmonies of #BB2D2E
Complementary color
Monochromatic Colors of #BB2D2E
Black with #BB2D2E
Text Example
Text Example
White with #BB2D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2D2E; }
p { color: rgb(187,45,46); }
H1.HeaderClassName
{
color: #BB2D2E;
}
.AnyTagClassName
{
color: #BB2D2E;
}
</style>
background-color css
<style>
a { background-color: #BB2D2E; }
a { background-color: rgb(187,45,46); }
div.DivClassName
{
background-color: #BB2D2E;
}
.BgClassName
{
background-color: #BB2D2E;
}
</style>
border-color css
<style>
span { border-color: #BB2D2E; }
span { border-color: rgb(187,45,46); }
td.TdClassName
{
border-color: #BB2D2E;
}
.TagClassName
{
border-color: #BB2D2E;
}
</style>