Shades of Mahogany #BC2D34
Tints of Mahogany #BC2D34
RGB
CMYK
RGB Variations
Color information
#BC2D34 (or 0xBC2D34) is known color: Mahogany. HEX triplet: BC, 2D and 34. RGB value is (188,45,52). Sum of RGB (Red+Green+Blue) = 188+45+52=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D34 is #43D2CB. Grayscale: #585858. Windows color (decimal): -4444876 or 3419580. OLE color: 3419580.
HSL color Cylindrical-coordinate representation of color #BC2D34: hue angle of 357.06º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2D34 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 52 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.26 |
| HSL | 357.06º | 0.61% | 0.46% | - |
| HSV(B) | 357.06º | 0.76% | 0.74% | - |
| XYZ | 22.3 | 12.82 | 4.55 | - |
| YUV | 88.56 | 107.38 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 52 | 0 | 0.76 | 0.72 | 0.26 | 357.06 | 0.61 | 0.46 |
| Hex | BC | 2D | 34 | 0 | 4C | 48 | 1A | 165 | 3D | 2E |
| Octal | 274 | 55 | 64 | 0 | 114 | 110 | 32 | 545 | 75 | 56 |
| Binary | 10111100 | 101101 | 110100 | 0 | 1001100 | 1001000 | 11010 | 101100101 | 111101 | 101110 |
Color Harmonies of #BC2D34
Complementary color
Monochromatic Colors of #BC2D34
Black with #BC2D34
Text Example
Text Example
White with #BC2D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D34; }
p { color: rgb(188,45,52); }
H1.HeaderClassName
{
color: #BC2D34;
}
.AnyTagClassName
{
color: #BC2D34;
}
</style>
background-color css
<style>
a { background-color: #BC2D34; }
a { background-color: rgb(188,45,52); }
div.DivClassName
{
background-color: #BC2D34;
}
.BgClassName
{
background-color: #BC2D34;
}
</style>
border-color css
<style>
span { border-color: #BC2D34; }
span { border-color: rgb(188,45,52); }
td.TdClassName
{
border-color: #BC2D34;
}
.TagClassName
{
border-color: #BC2D34;
}
</style>