Shades of Mahogany #BB2B2D
Tints of Mahogany #BB2B2D
RGB
CMYK
RGB Variations
Color information
#BB2B2D (or 0xBB2B2D) is known color: Mahogany. HEX triplet: BB, 2B and 2D. RGB value is (187,43,45). Sum of RGB (Red+Green+Blue) = 187+43+45=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2B2D is #44D4D2. Grayscale: #565656. Windows color (decimal): -4510931 or 2960315. OLE color: 2960315.
HSL color Cylindrical-coordinate representation of color #BB2B2D: hue angle of 359.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB2B2D is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 43 | 45 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.27 |
| HSL | 359.17º | 0.63% | 0.45% | - |
| HSV(B) | 359.17º | 0.77% | 0.73% | - |
| XYZ | 21.83 | 12.48 | 3.74 | - |
| YUV | 86.28 | 104.71 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 43 | 45 | 0 | 0.77 | 0.76 | 0.27 | 359.17 | 0.63 | 0.45 |
| Hex | BB | 2B | 2D | 0 | 4D | 4C | 1B | 167 | 3F | 2D |
| Octal | 273 | 53 | 55 | 0 | 115 | 114 | 33 | 547 | 77 | 55 |
| Binary | 10111011 | 101011 | 101101 | 0 | 1001101 | 1001100 | 11011 | 101100111 | 111111 | 101101 |
Color Harmonies of #BB2B2D
Complementary color
Monochromatic Colors of #BB2B2D
Black with #BB2B2D
Text Example
Text Example
White with #BB2B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2B2D; }
p { color: rgb(187,43,45); }
H1.HeaderClassName
{
color: #BB2B2D;
}
.AnyTagClassName
{
color: #BB2B2D;
}
</style>
background-color css
<style>
a { background-color: #BB2B2D; }
a { background-color: rgb(187,43,45); }
div.DivClassName
{
background-color: #BB2B2D;
}
.BgClassName
{
background-color: #BB2B2D;
}
</style>
border-color css
<style>
span { border-color: #BB2B2D; }
span { border-color: rgb(187,43,45); }
td.TdClassName
{
border-color: #BB2B2D;
}
.TagClassName
{
border-color: #BB2B2D;
}
</style>