Shades of Mahogany #BC383B
Tints of Mahogany #BC383B
RGB
CMYK
RGB Variations
Color information
#BC383B (or 0xBC383B) is known color: Mahogany. HEX triplet: BC, 38 and 3B. RGB value is (188,56,59). Sum of RGB (Red+Green+Blue) = 188+56+59=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC383B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC383B is #43C7C4. Grayscale: #5F5F5F. Windows color (decimal): -4442053 or 3881148. OLE color: 3881148.
HSL color Cylindrical-coordinate representation of color #BC383B: hue angle of 358.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC383B is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 59 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.26 |
| HSL | 358.64º | 0.54% | 0.48% | - |
| HSV(B) | 358.64º | 0.7% | 0.74% | - |
| XYZ | 22.94 | 13.84 | 5.6 | - |
| YUV | 95.81 | 107.23 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 59 | 0 | 0.70 | 0.69 | 0.26 | 358.64 | 0.54 | 0.48 |
| Hex | BC | 38 | 3B | 0 | 46 | 45 | 1A | 167 | 36 | 30 |
| Octal | 274 | 70 | 73 | 0 | 106 | 105 | 32 | 547 | 66 | 60 |
| Binary | 10111100 | 111000 | 111011 | 0 | 1000110 | 1000101 | 11010 | 101100111 | 110110 | 110000 |
Color Harmonies of #BC383B
Complementary color
Monochromatic Colors of #BC383B
Black with #BC383B
Text Example
Text Example
White with #BC383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC383B; }
p { color: rgb(188,56,59); }
H1.HeaderClassName
{
color: #BC383B;
}
.AnyTagClassName
{
color: #BC383B;
}
</style>
background-color css
<style>
a { background-color: #BC383B; }
a { background-color: rgb(188,56,59); }
div.DivClassName
{
background-color: #BC383B;
}
.BgClassName
{
background-color: #BC383B;
}
</style>
border-color css
<style>
span { border-color: #BC383B; }
span { border-color: rgb(188,56,59); }
td.TdClassName
{
border-color: #BC383B;
}
.TagClassName
{
border-color: #BC383B;
}
</style>