Shades of Mahogany #BC3134
Tints of Mahogany #BC3134
RGB
CMYK
RGB Variations
Color information
#BC3134 (or 0xBC3134) is known color: Mahogany. HEX triplet: BC, 31 and 34. RGB value is (188,49,52). Sum of RGB (Red+Green+Blue) = 188+49+52=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3134 is #43CECB. Grayscale: #5B5B5B. Windows color (decimal): -4443852 or 3420604. OLE color: 3420604.
HSL color Cylindrical-coordinate representation of color #BC3134: hue angle of 358.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3134 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 52 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.26 |
| HSL | 358.71º | 0.59% | 0.46% | - |
| HSV(B) | 358.71º | 0.74% | 0.74% | - |
| XYZ | 22.46 | 13.14 | 4.6 | - |
| YUV | 90.9 | 106.05 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 52 | 0 | 0.74 | 0.72 | 0.26 | 358.71 | 0.59 | 0.46 |
| Hex | BC | 31 | 34 | 0 | 4A | 48 | 1A | 167 | 3B | 2E |
| Octal | 274 | 61 | 64 | 0 | 112 | 110 | 32 | 547 | 73 | 56 |
| Binary | 10111100 | 110001 | 110100 | 0 | 1001010 | 1001000 | 11010 | 101100111 | 111011 | 101110 |
Color Harmonies of #BC3134
Complementary color
Monochromatic Colors of #BC3134
Black with #BC3134
Text Example
Text Example
White with #BC3134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3134; }
p { color: rgb(188,49,52); }
H1.HeaderClassName
{
color: #BC3134;
}
.AnyTagClassName
{
color: #BC3134;
}
</style>
background-color css
<style>
a { background-color: #BC3134; }
a { background-color: rgb(188,49,52); }
div.DivClassName
{
background-color: #BC3134;
}
.BgClassName
{
background-color: #BC3134;
}
</style>
border-color css
<style>
span { border-color: #BC3134; }
span { border-color: rgb(188,49,52); }
td.TdClassName
{
border-color: #BC3134;
}
.TagClassName
{
border-color: #BC3134;
}
</style>