Shades of Mahogany #BB2A32
Tints of Mahogany #BB2A32
RGB
CMYK
RGB Variations
Color information
#BB2A32 (or 0xBB2A32) is known color: Mahogany. HEX triplet: BB, 2A and 32. RGB value is (187,42,50). Sum of RGB (Red+Green+Blue) = 187+42+50=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2A32 is #44D5CD. Grayscale: #565656. Windows color (decimal): -4511182 or 3287739. OLE color: 3287739.
HSL color Cylindrical-coordinate representation of color #BB2A32: hue angle of 356.69º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2A32 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 42 | 50 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.27 |
| HSL | 356.69º | 0.63% | 0.45% | - |
| HSV(B) | 356.69º | 0.78% | 0.73% | - |
| XYZ | 21.9 | 12.45 | 4.27 | - |
| YUV | 86.27 | 107.54 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 50 | 0 | 0.78 | 0.73 | 0.27 | 356.69 | 0.63 | 0.45 |
| Hex | BB | 2A | 32 | 0 | 4E | 49 | 1B | 165 | 3F | 2D |
| Octal | 273 | 52 | 62 | 0 | 116 | 111 | 33 | 545 | 77 | 55 |
| Binary | 10111011 | 101010 | 110010 | 0 | 1001110 | 1001001 | 11011 | 101100101 | 111111 | 101101 |
Color Harmonies of #BB2A32
Complementary color
Monochromatic Colors of #BB2A32
Black with #BB2A32
Text Example
Text Example
White with #BB2A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2A32; }
p { color: rgb(187,42,50); }
H1.HeaderClassName
{
color: #BB2A32;
}
.AnyTagClassName
{
color: #BB2A32;
}
</style>
background-color css
<style>
a { background-color: #BB2A32; }
a { background-color: rgb(187,42,50); }
div.DivClassName
{
background-color: #BB2A32;
}
.BgClassName
{
background-color: #BB2A32;
}
</style>
border-color css
<style>
span { border-color: #BB2A32; }
span { border-color: rgb(187,42,50); }
td.TdClassName
{
border-color: #BB2A32;
}
.TagClassName
{
border-color: #BB2A32;
}
</style>