Shades of Mahogany #BC2629
Tints of Mahogany #BC2629
RGB
CMYK
RGB Variations
Color information
#BC2629 (or 0xBC2629) is known color: Mahogany. HEX triplet: BC, 26 and 29. RGB value is (188,38,41). Sum of RGB (Red+Green+Blue) = 188+38+41=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2629 is #43D9D6. Grayscale: #535353. Windows color (decimal): -4446679 or 2696892. OLE color: 2696892.
HSL color Cylindrical-coordinate representation of color #BC2629: hue angle of 358.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2629 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 41 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.26 |
| HSL | 358.8º | 0.66% | 0.44% | - |
| HSV(B) | 358.8º | 0.8% | 0.74% | - |
| XYZ | 21.83 | 12.24 | 3.31 | - |
| YUV | 83.19 | 104.2 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 41 | 0 | 0.80 | 0.78 | 0.26 | 358.8 | 0.66 | 0.44 |
| Hex | BC | 26 | 29 | 0 | 50 | 4E | 1A | 167 | 42 | 2C |
| Octal | 274 | 46 | 51 | 0 | 120 | 116 | 32 | 547 | 102 | 54 |
| Binary | 10111100 | 100110 | 101001 | 0 | 1010000 | 1001110 | 11010 | 101100111 | 1000010 | 101100 |
Color Harmonies of #BC2629
Complementary color
Monochromatic Colors of #BC2629
Black with #BC2629
Text Example
Text Example
White with #BC2629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2629; }
p { color: rgb(188,38,41); }
H1.HeaderClassName
{
color: #BC2629;
}
.AnyTagClassName
{
color: #BC2629;
}
</style>
background-color css
<style>
a { background-color: #BC2629; }
a { background-color: rgb(188,38,41); }
div.DivClassName
{
background-color: #BC2629;
}
.BgClassName
{
background-color: #BC2629;
}
</style>
border-color css
<style>
span { border-color: #BC2629; }
span { border-color: rgb(188,38,41); }
td.TdClassName
{
border-color: #BC2629;
}
.TagClassName
{
border-color: #BC2629;
}
</style>