Shades of Mahogany #BC2F32
Tints of Mahogany #BC2F32
RGB
CMYK
RGB Variations
Color information
#BC2F32 (or 0xBC2F32) is known color: Mahogany. HEX triplet: BC, 2F and 32. RGB value is (188,47,50). Sum of RGB (Red+Green+Blue) = 188+47+50=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F32 is #43D0CD. Grayscale: #595959. Windows color (decimal): -4444366 or 3289020. OLE color: 3289020.
HSL color Cylindrical-coordinate representation of color #BC2F32: hue angle of 358.72º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2F32 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 50 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.26 |
| HSL | 358.72º | 0.6% | 0.46% | - |
| HSV(B) | 358.72º | 0.75% | 0.74% | - |
| XYZ | 22.33 | 12.95 | 4.34 | - |
| YUV | 89.5 | 105.71 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 50 | 0 | 0.75 | 0.73 | 0.26 | 358.72 | 0.6 | 0.46 |
| Hex | BC | 2F | 32 | 0 | 4B | 49 | 1A | 167 | 3C | 2E |
| Octal | 274 | 57 | 62 | 0 | 113 | 111 | 32 | 547 | 74 | 56 |
| Binary | 10111100 | 101111 | 110010 | 0 | 1001011 | 1001001 | 11010 | 101100111 | 111100 | 101110 |
Color Harmonies of #BC2F32
Complementary color
Monochromatic Colors of #BC2F32
Black with #BC2F32
Text Example
Text Example
White with #BC2F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F32; }
p { color: rgb(188,47,50); }
H1.HeaderClassName
{
color: #BC2F32;
}
.AnyTagClassName
{
color: #BC2F32;
}
</style>
background-color css
<style>
a { background-color: #BC2F32; }
a { background-color: rgb(188,47,50); }
div.DivClassName
{
background-color: #BC2F32;
}
.BgClassName
{
background-color: #BC2F32;
}
</style>
border-color css
<style>
span { border-color: #BC2F32; }
span { border-color: rgb(188,47,50); }
td.TdClassName
{
border-color: #BC2F32;
}
.TagClassName
{
border-color: #BC2F32;
}
</style>