Shades of Mahogany #BB4043
Tints of Mahogany #BB4043
RGB
CMYK
RGB Variations
Color information
#BB4043 (or 0xBB4043) is known color: Mahogany. HEX triplet: BB, 40 and 43. RGB value is (187,64,67). Sum of RGB (Red+Green+Blue) = 187+64+67=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4043 is #44BFBC. Grayscale: #656565. Windows color (decimal): -4505533 or 4407483. OLE color: 4407483.
HSL color Cylindrical-coordinate representation of color #BB4043: hue angle of 358.54º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4043 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 67 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.27 |
| HSL | 358.54º | 0.49% | 0.49% | - |
| HSV(B) | 358.54º | 0.66% | 0.73% | - |
| XYZ | 23.34 | 14.64 | 6.91 | - |
| YUV | 101.12 | 108.75 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 67 | 0 | 0.66 | 0.64 | 0.27 | 358.54 | 0.49 | 0.49 |
| Hex | BB | 40 | 43 | 0 | 42 | 40 | 1B | 167 | 31 | 31 |
| Octal | 273 | 100 | 103 | 0 | 102 | 100 | 33 | 547 | 61 | 61 |
| Binary | 10111011 | 1000000 | 1000011 | 0 | 1000010 | 1000000 | 11011 | 101100111 | 110001 | 110001 |
Color Harmonies of #BB4043
Complementary color
Monochromatic Colors of #BB4043
Black with #BB4043
Text Example
Text Example
White with #BB4043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4043; }
p { color: rgb(187,64,67); }
H1.HeaderClassName
{
color: #BB4043;
}
.AnyTagClassName
{
color: #BB4043;
}
</style>
background-color css
<style>
a { background-color: #BB4043; }
a { background-color: rgb(187,64,67); }
div.DivClassName
{
background-color: #BB4043;
}
.BgClassName
{
background-color: #BB4043;
}
</style>
border-color css
<style>
span { border-color: #BB4043; }
span { border-color: rgb(187,64,67); }
td.TdClassName
{
border-color: #BB4043;
}
.TagClassName
{
border-color: #BB4043;
}
</style>