Shades of Mahogany #BB4445
Tints of Mahogany #BB4445
RGB
CMYK
RGB Variations
Color information
#BB4445 (or 0xBB4445) is known color: Mahogany. HEX triplet: BB, 44 and 45. RGB value is (187,68,69). Sum of RGB (Red+Green+Blue) = 187+68+69=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4445 is #44BBBA. Grayscale: #676767. Windows color (decimal): -4504507 or 4539579. OLE color: 4539579.
HSL color Cylindrical-coordinate representation of color #BB4445: hue angle of 359.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4445 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 69 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.27 |
| HSL | 359.5º | 0.47% | 0.5% | - |
| HSV(B) | 359.5º | 0.64% | 0.73% | - |
| XYZ | 23.63 | 15.13 | 7.3 | - |
| YUV | 103.7 | 108.42 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 69 | 0 | 0.64 | 0.63 | 0.27 | 359.5 | 0.47 | 0.5 |
| Hex | BB | 44 | 45 | 0 | 40 | 3F | 1B | 167 | 2F | 32 |
| Octal | 273 | 104 | 105 | 0 | 100 | 77 | 33 | 547 | 57 | 62 |
| Binary | 10111011 | 1000100 | 1000101 | 0 | 1000000 | 111111 | 11011 | 101100111 | 101111 | 110010 |
Color Harmonies of #BB4445
Complementary color
Monochromatic Colors of #BB4445
Black with #BB4445
Text Example
Text Example
White with #BB4445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4445; }
p { color: rgb(187,68,69); }
H1.HeaderClassName
{
color: #BB4445;
}
.AnyTagClassName
{
color: #BB4445;
}
</style>
background-color css
<style>
a { background-color: #BB4445; }
a { background-color: rgb(187,68,69); }
div.DivClassName
{
background-color: #BB4445;
}
.BgClassName
{
background-color: #BB4445;
}
</style>
border-color css
<style>
span { border-color: #BB4445; }
span { border-color: rgb(187,68,69); }
td.TdClassName
{
border-color: #BB4445;
}
.TagClassName
{
border-color: #BB4445;
}
</style>