Shades of Mahogany #BB4345
Tints of Mahogany #BB4345
RGB
CMYK
RGB Variations
Color information
#BB4345 (or 0xBB4345) is known color: Mahogany. HEX triplet: BB, 43 and 45. RGB value is (187,67,69). Sum of RGB (Red+Green+Blue) = 187+67+69=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4345 is #44BCBA. Grayscale: #676767. Windows color (decimal): -4504763 or 4539323. OLE color: 4539323.
HSL color Cylindrical-coordinate representation of color #BB4345: hue angle of 359º 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 #BB4345 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 67 | 69 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.27 |
| HSL | 359º | 0.47% | 0.5% | - |
| HSV(B) | 359º | 0.64% | 0.73% | - |
| XYZ | 23.57 | 15.01 | 7.28 | - |
| YUV | 103.11 | 108.76 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 69 | 0 | 0.64 | 0.63 | 0.27 | 359 | 0.47 | 0.5 |
| Hex | BB | 43 | 45 | 0 | 40 | 3F | 1B | 167 | 2F | 32 |
| Octal | 273 | 103 | 105 | 0 | 100 | 77 | 33 | 547 | 57 | 62 |
| Binary | 10111011 | 1000011 | 1000101 | 0 | 1000000 | 111111 | 11011 | 101100111 | 101111 | 110010 |
Color Harmonies of #BB4345
Complementary color
Monochromatic Colors of #BB4345
Black with #BB4345
Text Example
Text Example
White with #BB4345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4345; }
p { color: rgb(187,67,69); }
H1.HeaderClassName
{
color: #BB4345;
}
.AnyTagClassName
{
color: #BB4345;
}
</style>
background-color css
<style>
a { background-color: #BB4345; }
a { background-color: rgb(187,67,69); }
div.DivClassName
{
background-color: #BB4345;
}
.BgClassName
{
background-color: #BB4345;
}
</style>
border-color css
<style>
span { border-color: #BB4345; }
span { border-color: rgb(187,67,69); }
td.TdClassName
{
border-color: #BB4345;
}
.TagClassName
{
border-color: #BB4345;
}
</style>