Shades of Mahogany #BB3239
Tints of Mahogany #BB3239
RGB
CMYK
RGB Variations
Color information
#BB3239 (or 0xBB3239) is known color: Mahogany. HEX triplet: BB, 32 and 39. RGB value is (187,50,57). Sum of RGB (Red+Green+Blue) = 187+50+57=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3239 is #44CDC6. Grayscale: #5B5B5B. Windows color (decimal): -4509127 or 3748539. OLE color: 3748539.
HSL color Cylindrical-coordinate representation of color #BB3239: hue angle of 356.93º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3239 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 57 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.27 |
| HSL | 356.93º | 0.58% | 0.46% | - |
| HSV(B) | 356.93º | 0.73% | 0.73% | - |
| XYZ | 22.37 | 13.14 | 5.23 | - |
| YUV | 91.76 | 108.39 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 57 | 0 | 0.73 | 0.70 | 0.27 | 356.93 | 0.58 | 0.46 |
| Hex | BB | 32 | 39 | 0 | 49 | 46 | 1B | 165 | 3A | 2E |
| Octal | 273 | 62 | 71 | 0 | 111 | 106 | 33 | 545 | 72 | 56 |
| Binary | 10111011 | 110010 | 111001 | 0 | 1001001 | 1000110 | 11011 | 101100101 | 111010 | 101110 |
Color Harmonies of #BB3239
Complementary color
Monochromatic Colors of #BB3239
Black with #BB3239
Text Example
Text Example
White with #BB3239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3239; }
p { color: rgb(187,50,57); }
H1.HeaderClassName
{
color: #BB3239;
}
.AnyTagClassName
{
color: #BB3239;
}
</style>
background-color css
<style>
a { background-color: #BB3239; }
a { background-color: rgb(187,50,57); }
div.DivClassName
{
background-color: #BB3239;
}
.BgClassName
{
background-color: #BB3239;
}
</style>
border-color css
<style>
span { border-color: #BB3239; }
span { border-color: rgb(187,50,57); }
td.TdClassName
{
border-color: #BB3239;
}
.TagClassName
{
border-color: #BB3239;
}
</style>