Shades of Mahogany #BC3238
Tints of Mahogany #BC3238
RGB
CMYK
RGB Variations
Color information
#BC3238 (or 0xBC3238) is known color: Mahogany. HEX triplet: BC, 32 and 38. RGB value is (188,50,56). Sum of RGB (Red+Green+Blue) = 188+50+56=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3238 is #43CDC7. Grayscale: #5C5C5C. Windows color (decimal): -4443592 or 3683004. OLE color: 3683004.
HSL color Cylindrical-coordinate representation of color #BC3238: hue angle of 357.39º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3238 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 56 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.26 |
| HSL | 357.39º | 0.58% | 0.47% | - |
| HSV(B) | 357.39º | 0.73% | 0.74% | - |
| XYZ | 22.59 | 13.26 | 5.11 | - |
| YUV | 91.95 | 107.72 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 56 | 0 | 0.73 | 0.70 | 0.26 | 357.39 | 0.58 | 0.47 |
| Hex | BC | 32 | 38 | 0 | 49 | 46 | 1A | 165 | 3A | 2F |
| Octal | 274 | 62 | 70 | 0 | 111 | 106 | 32 | 545 | 72 | 57 |
| Binary | 10111100 | 110010 | 111000 | 0 | 1001001 | 1000110 | 11010 | 101100101 | 111010 | 101111 |
Color Harmonies of #BC3238
Complementary color
Monochromatic Colors of #BC3238
Black with #BC3238
Text Example
Text Example
White with #BC3238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3238; }
p { color: rgb(188,50,56); }
H1.HeaderClassName
{
color: #BC3238;
}
.AnyTagClassName
{
color: #BC3238;
}
</style>
background-color css
<style>
a { background-color: #BC3238; }
a { background-color: rgb(188,50,56); }
div.DivClassName
{
background-color: #BC3238;
}
.BgClassName
{
background-color: #BC3238;
}
</style>
border-color css
<style>
span { border-color: #BC3238; }
span { border-color: rgb(188,50,56); }
td.TdClassName
{
border-color: #BC3238;
}
.TagClassName
{
border-color: #BC3238;
}
</style>