Shades of Mahogany #BB393D
Tints of Mahogany #BB393D
RGB
CMYK
RGB Variations
Color information
#BB393D (or 0xBB393D) is known color: Mahogany. HEX triplet: BB, 39 and 3D. RGB value is (187,57,61). Sum of RGB (Red+Green+Blue) = 187+57+61=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB393D is #44C6C2. Grayscale: #606060. Windows color (decimal): -4507331 or 4012475. OLE color: 4012475.
HSL color Cylindrical-coordinate representation of color #BB393D: hue angle of 358.15º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB393D is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 61 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.27 |
| HSL | 358.15º | 0.53% | 0.48% | - |
| HSV(B) | 358.15º | 0.7% | 0.73% | - |
| XYZ | 22.8 | 13.83 | 5.88 | - |
| YUV | 96.33 | 108.07 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 61 | 0 | 0.70 | 0.67 | 0.27 | 358.15 | 0.53 | 0.48 |
| Hex | BB | 39 | 3D | 0 | 46 | 43 | 1B | 166 | 35 | 30 |
| Octal | 273 | 71 | 75 | 0 | 106 | 103 | 33 | 546 | 65 | 60 |
| Binary | 10111011 | 111001 | 111101 | 0 | 1000110 | 1000011 | 11011 | 101100110 | 110101 | 110000 |
Color Harmonies of #BB393D
Complementary color
Monochromatic Colors of #BB393D
Black with #BB393D
Text Example
Text Example
White with #BB393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB393D; }
p { color: rgb(187,57,61); }
H1.HeaderClassName
{
color: #BB393D;
}
.AnyTagClassName
{
color: #BB393D;
}
</style>
background-color css
<style>
a { background-color: #BB393D; }
a { background-color: rgb(187,57,61); }
div.DivClassName
{
background-color: #BB393D;
}
.BgClassName
{
background-color: #BB393D;
}
</style>
border-color css
<style>
span { border-color: #BB393D; }
span { border-color: rgb(187,57,61); }
td.TdClassName
{
border-color: #BB393D;
}
.TagClassName
{
border-color: #BB393D;
}
</style>