Shades of Mahogany #BB3C40
Tints of Mahogany #BB3C40
RGB
CMYK
RGB Variations
Color information
#BB3C40 (or 0xBB3C40) is known color: Mahogany. HEX triplet: BB, 3C and 40. RGB value is (187,60,64). Sum of RGB (Red+Green+Blue) = 187+60+64=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3C40 is #44C3BF. Grayscale: #626262. Windows color (decimal): -4506560 or 4209851. OLE color: 4209851.
HSL color Cylindrical-coordinate representation of color #BB3C40: hue angle of 358.11º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB3C40 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 60 | 64 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.27 |
| HSL | 358.11º | 0.51% | 0.48% | - |
| HSV(B) | 358.11º | 0.68% | 0.73% | - |
| XYZ | 23.03 | 14.17 | 6.37 | - |
| YUV | 98.43 | 108.58 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 60 | 64 | 0 | 0.68 | 0.66 | 0.27 | 358.11 | 0.51 | 0.48 |
| Hex | BB | 3C | 40 | 0 | 44 | 42 | 1B | 166 | 33 | 30 |
| Octal | 273 | 74 | 100 | 0 | 104 | 102 | 33 | 546 | 63 | 60 |
| Binary | 10111011 | 111100 | 1000000 | 0 | 1000100 | 1000010 | 11011 | 101100110 | 110011 | 110000 |
Color Harmonies of #BB3C40
Complementary color
Monochromatic Colors of #BB3C40
Black with #BB3C40
Text Example
Text Example
White with #BB3C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3C40; }
p { color: rgb(187,60,64); }
H1.HeaderClassName
{
color: #BB3C40;
}
.AnyTagClassName
{
color: #BB3C40;
}
</style>
background-color css
<style>
a { background-color: #BB3C40; }
a { background-color: rgb(187,60,64); }
div.DivClassName
{
background-color: #BB3C40;
}
.BgClassName
{
background-color: #BB3C40;
}
</style>
border-color css
<style>
span { border-color: #BB3C40; }
span { border-color: rgb(187,60,64); }
td.TdClassName
{
border-color: #BB3C40;
}
.TagClassName
{
border-color: #BB3C40;
}
</style>