Shades of Mahogany #BC2D32
Tints of Mahogany #BC2D32
RGB
CMYK
RGB Variations
Color information
#BC2D32 (or 0xBC2D32) is known color: Mahogany. HEX triplet: BC, 2D and 32. RGB value is (188,45,50). Sum of RGB (Red+Green+Blue) = 188+45+50=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D32 is #43D2CD. Grayscale: #585858. Windows color (decimal): -4444878 or 3288508. OLE color: 3288508.
HSL color Cylindrical-coordinate representation of color #BC2D32: hue angle of 357.9º 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 #BC2D32 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 50 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.26 |
| HSL | 357.9º | 0.61% | 0.46% | - |
| HSV(B) | 357.9º | 0.76% | 0.74% | - |
| XYZ | 22.25 | 12.8 | 4.32 | - |
| YUV | 88.33 | 106.38 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 50 | 0 | 0.76 | 0.73 | 0.26 | 357.9 | 0.61 | 0.46 |
| Hex | BC | 2D | 32 | 0 | 4C | 49 | 1A | 166 | 3D | 2E |
| Octal | 274 | 55 | 62 | 0 | 114 | 111 | 32 | 546 | 75 | 56 |
| Binary | 10111100 | 101101 | 110010 | 0 | 1001100 | 1001001 | 11010 | 101100110 | 111101 | 101110 |
Color Harmonies of #BC2D32
Complementary color
Monochromatic Colors of #BC2D32
Black with #BC2D32
Text Example
Text Example
White with #BC2D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D32; }
p { color: rgb(188,45,50); }
H1.HeaderClassName
{
color: #BC2D32;
}
.AnyTagClassName
{
color: #BC2D32;
}
</style>
background-color css
<style>
a { background-color: #BC2D32; }
a { background-color: rgb(188,45,50); }
div.DivClassName
{
background-color: #BC2D32;
}
.BgClassName
{
background-color: #BC2D32;
}
</style>
border-color css
<style>
span { border-color: #BC2D32; }
span { border-color: rgb(188,45,50); }
td.TdClassName
{
border-color: #BC2D32;
}
.TagClassName
{
border-color: #BC2D32;
}
</style>