Shades of Mahogany #BB393C
Tints of Mahogany #BB393C
RGB
CMYK
RGB Variations
Color information
#BB393C (or 0xBB393C) is known color: Mahogany. HEX triplet: BB, 39 and 3C. RGB value is (187,57,60). Sum of RGB (Red+Green+Blue) = 187+57+60=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB393C is #44C6C3. Grayscale: #606060. Windows color (decimal): -4507332 or 3946939. OLE color: 3946939.
HSL color Cylindrical-coordinate representation of color #BB393C: hue angle of 358.62º 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 #BB393C is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 60 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.27 |
| HSL | 358.62º | 0.53% | 0.48% | - |
| HSV(B) | 358.62º | 0.7% | 0.73% | - |
| XYZ | 22.77 | 13.82 | 5.74 | - |
| YUV | 96.21 | 107.57 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 60 | 0 | 0.70 | 0.68 | 0.27 | 358.62 | 0.53 | 0.48 |
| Hex | BB | 39 | 3C | 0 | 46 | 44 | 1B | 167 | 35 | 30 |
| Octal | 273 | 71 | 74 | 0 | 106 | 104 | 33 | 547 | 65 | 60 |
| Binary | 10111011 | 111001 | 111100 | 0 | 1000110 | 1000100 | 11011 | 101100111 | 110101 | 110000 |
Color Harmonies of #BB393C
Complementary color
Monochromatic Colors of #BB393C
Black with #BB393C
Text Example
Text Example
White with #BB393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB393C; }
p { color: rgb(187,57,60); }
H1.HeaderClassName
{
color: #BB393C;
}
.AnyTagClassName
{
color: #BB393C;
}
</style>
background-color css
<style>
a { background-color: #BB393C; }
a { background-color: rgb(187,57,60); }
div.DivClassName
{
background-color: #BB393C;
}
.BgClassName
{
background-color: #BB393C;
}
</style>
border-color css
<style>
span { border-color: #BB393C; }
span { border-color: rgb(187,57,60); }
td.TdClassName
{
border-color: #BB393C;
}
.TagClassName
{
border-color: #BB393C;
}
</style>