Shades of Mahogany #BB3438
Tints of Mahogany #BB3438
RGB
CMYK
RGB Variations
Color information
#BB3438 (or 0xBB3438) is known color: Mahogany. HEX triplet: BB, 34 and 38. RGB value is (187,52,56). Sum of RGB (Red+Green+Blue) = 187+52+56=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3438 is #44CBC7. Grayscale: #5C5C5C. Windows color (decimal): -4508616 or 3683515. OLE color: 3683515.
HSL color Cylindrical-coordinate representation of color #BB3438: hue angle of 358.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3438 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 56 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.27 |
| HSL | 358.22º | 0.56% | 0.47% | - |
| HSV(B) | 358.22º | 0.72% | 0.73% | - |
| XYZ | 22.44 | 13.31 | 5.13 | - |
| YUV | 92.82 | 107.23 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 56 | 0 | 0.72 | 0.70 | 0.27 | 358.22 | 0.56 | 0.47 |
| Hex | BB | 34 | 38 | 0 | 48 | 46 | 1B | 166 | 38 | 2F |
| Octal | 273 | 64 | 70 | 0 | 110 | 106 | 33 | 546 | 70 | 57 |
| Binary | 10111011 | 110100 | 111000 | 0 | 1001000 | 1000110 | 11011 | 101100110 | 111000 | 101111 |
Color Harmonies of #BB3438
Complementary color
Monochromatic Colors of #BB3438
Black with #BB3438
Text Example
Text Example
White with #BB3438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3438; }
p { color: rgb(187,52,56); }
H1.HeaderClassName
{
color: #BB3438;
}
.AnyTagClassName
{
color: #BB3438;
}
</style>
background-color css
<style>
a { background-color: #BB3438; }
a { background-color: rgb(187,52,56); }
div.DivClassName
{
background-color: #BB3438;
}
.BgClassName
{
background-color: #BB3438;
}
</style>
border-color css
<style>
span { border-color: #BB3438; }
span { border-color: rgb(187,52,56); }
td.TdClassName
{
border-color: #BB3438;
}
.TagClassName
{
border-color: #BB3438;
}
</style>