Shades of Mahogany #BB2F32
Tints of Mahogany #BB2F32
RGB
CMYK
RGB Variations
Color information
#BB2F32 (or 0xBB2F32) is known color: Mahogany. HEX triplet: BB, 2F and 32. RGB value is (187,47,50). Sum of RGB (Red+Green+Blue) = 187+47+50=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2F32 is #44D0CD. Grayscale: #595959. Windows color (decimal): -4509902 or 3289019. OLE color: 3289019.
HSL color Cylindrical-coordinate representation of color #BB2F32: hue angle of 358.71º degrees, saturation: 0.6, 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 #BB2F32 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 47 | 50 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.27 |
| HSL | 358.71º | 0.6% | 0.46% | - |
| HSV(B) | 358.71º | 0.75% | 0.73% | - |
| XYZ | 22.09 | 12.83 | 4.33 | - |
| YUV | 89.2 | 105.88 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 47 | 50 | 0 | 0.75 | 0.73 | 0.27 | 358.71 | 0.6 | 0.46 |
| Hex | BB | 2F | 32 | 0 | 4B | 49 | 1B | 167 | 3C | 2E |
| Octal | 273 | 57 | 62 | 0 | 113 | 111 | 33 | 547 | 74 | 56 |
| Binary | 10111011 | 101111 | 110010 | 0 | 1001011 | 1001001 | 11011 | 101100111 | 111100 | 101110 |
Color Harmonies of #BB2F32
Complementary color
Monochromatic Colors of #BB2F32
Black with #BB2F32
Text Example
Text Example
White with #BB2F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2F32; }
p { color: rgb(187,47,50); }
H1.HeaderClassName
{
color: #BB2F32;
}
.AnyTagClassName
{
color: #BB2F32;
}
</style>
background-color css
<style>
a { background-color: #BB2F32; }
a { background-color: rgb(187,47,50); }
div.DivClassName
{
background-color: #BB2F32;
}
.BgClassName
{
background-color: #BB2F32;
}
</style>
border-color css
<style>
span { border-color: #BB2F32; }
span { border-color: rgb(187,47,50); }
td.TdClassName
{
border-color: #BB2F32;
}
.TagClassName
{
border-color: #BB2F32;
}
</style>