Shades of Mahogany #BB3138
Tints of Mahogany #BB3138
RGB
CMYK
RGB Variations
Color information
#BB3138 (or 0xBB3138) is known color: Mahogany. HEX triplet: BB, 31 and 38. RGB value is (187,49,56). Sum of RGB (Red+Green+Blue) = 187+49+56=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3138 is #44CEC7. Grayscale: #5B5B5B. Windows color (decimal): -4509384 or 3682747. OLE color: 3682747.
HSL color Cylindrical-coordinate representation of color #BB3138: hue angle of 356.96º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3138 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 56 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.27 |
| HSL | 356.96º | 0.58% | 0.46% | - |
| HSV(B) | 356.96º | 0.74% | 0.73% | - |
| XYZ | 22.31 | 13.05 | 5.08 | - |
| YUV | 91.06 | 108.22 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 56 | 0 | 0.74 | 0.70 | 0.27 | 356.96 | 0.58 | 0.46 |
| Hex | BB | 31 | 38 | 0 | 4A | 46 | 1B | 165 | 3A | 2E |
| Octal | 273 | 61 | 70 | 0 | 112 | 106 | 33 | 545 | 72 | 56 |
| Binary | 10111011 | 110001 | 111000 | 0 | 1001010 | 1000110 | 11011 | 101100101 | 111010 | 101110 |
Color Harmonies of #BB3138
Complementary color
Monochromatic Colors of #BB3138
Black with #BB3138
Text Example
Text Example
White with #BB3138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3138; }
p { color: rgb(187,49,56); }
H1.HeaderClassName
{
color: #BB3138;
}
.AnyTagClassName
{
color: #BB3138;
}
</style>
background-color css
<style>
a { background-color: #BB3138; }
a { background-color: rgb(187,49,56); }
div.DivClassName
{
background-color: #BB3138;
}
.BgClassName
{
background-color: #BB3138;
}
</style>
border-color css
<style>
span { border-color: #BB3138; }
span { border-color: rgb(187,49,56); }
td.TdClassName
{
border-color: #BB3138;
}
.TagClassName
{
border-color: #BB3138;
}
</style>