Shades of Mahogany #BB3839
Tints of Mahogany #BB3839
RGB
CMYK
RGB Variations
Color information
#BB3839 (or 0xBB3839) is known color: Mahogany. HEX triplet: BB, 38 and 39. RGB value is (187,56,57). Sum of RGB (Red+Green+Blue) = 187+56+57=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3839 is #44C7C6. Grayscale: #5F5F5F. Windows color (decimal): -4507591 or 3750075. OLE color: 3750075.
HSL color Cylindrical-coordinate representation of color #BB3839: hue angle of 359.54º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3839 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 56 | 57 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.27 |
| HSL | 359.54º | 0.54% | 0.48% | - |
| HSV(B) | 359.54º | 0.7% | 0.73% | - |
| XYZ | 22.65 | 13.69 | 5.32 | - |
| YUV | 95.28 | 106.4 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 56 | 57 | 0 | 0.70 | 0.70 | 0.27 | 359.54 | 0.54 | 0.48 |
| Hex | BB | 38 | 39 | 0 | 46 | 46 | 1B | 168 | 36 | 30 |
| Octal | 273 | 70 | 71 | 0 | 106 | 106 | 33 | 550 | 66 | 60 |
| Binary | 10111011 | 111000 | 111001 | 0 | 1000110 | 1000110 | 11011 | 101101000 | 110110 | 110000 |
Color Harmonies of #BB3839
Complementary color
Monochromatic Colors of #BB3839
Black with #BB3839
Text Example
Text Example
White with #BB3839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3839; }
p { color: rgb(187,56,57); }
H1.HeaderClassName
{
color: #BB3839;
}
.AnyTagClassName
{
color: #BB3839;
}
</style>
background-color css
<style>
a { background-color: #BB3839; }
a { background-color: rgb(187,56,57); }
div.DivClassName
{
background-color: #BB3839;
}
.BgClassName
{
background-color: #BB3839;
}
</style>
border-color css
<style>
span { border-color: #BB3839; }
span { border-color: rgb(187,56,57); }
td.TdClassName
{
border-color: #BB3839;
}
.TagClassName
{
border-color: #BB3839;
}
</style>