Shades of Mahogany #BC2D33
Tints of Mahogany #BC2D33
RGB
CMYK
RGB Variations
Color information
#BC2D33 (or 0xBC2D33) is known color: Mahogany. HEX triplet: BC, 2D and 33. RGB value is (188,45,51). Sum of RGB (Red+Green+Blue) = 188+45+51=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D33 is #43D2CC. Grayscale: #585858. Windows color (decimal): -4444877 or 3354044. OLE color: 3354044.
HSL color Cylindrical-coordinate representation of color #BC2D33: hue angle of 357.48º 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 #BC2D33 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 51 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.26 |
| HSL | 357.48º | 0.61% | 0.46% | - |
| HSV(B) | 357.48º | 0.76% | 0.74% | - |
| XYZ | 22.27 | 12.81 | 4.43 | - |
| YUV | 88.44 | 106.88 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 51 | 0 | 0.76 | 0.73 | 0.26 | 357.48 | 0.61 | 0.46 |
| Hex | BC | 2D | 33 | 0 | 4C | 49 | 1A | 165 | 3D | 2E |
| Octal | 274 | 55 | 63 | 0 | 114 | 111 | 32 | 545 | 75 | 56 |
| Binary | 10111100 | 101101 | 110011 | 0 | 1001100 | 1001001 | 11010 | 101100101 | 111101 | 101110 |
Color Harmonies of #BC2D33
Complementary color
Monochromatic Colors of #BC2D33
Black with #BC2D33
Text Example
Text Example
White with #BC2D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D33; }
p { color: rgb(188,45,51); }
H1.HeaderClassName
{
color: #BC2D33;
}
.AnyTagClassName
{
color: #BC2D33;
}
</style>
background-color css
<style>
a { background-color: #BC2D33; }
a { background-color: rgb(188,45,51); }
div.DivClassName
{
background-color: #BC2D33;
}
.BgClassName
{
background-color: #BC2D33;
}
</style>
border-color css
<style>
span { border-color: #BC2D33; }
span { border-color: rgb(188,45,51); }
td.TdClassName
{
border-color: #BC2D33;
}
.TagClassName
{
border-color: #BC2D33;
}
</style>