Shades of Mahogany #BD2E32
Tints of Mahogany #BD2E32
RGB
CMYK
RGB Variations
Color information
#BD2E32 (or 0xBD2E32) is known color: Mahogany. HEX triplet: BD, 2E and 32. RGB value is (189,46,50). Sum of RGB (Red+Green+Blue) = 189+46+50=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2E32 is #42D1CD. Grayscale: #595959. Windows color (decimal): -4379086 or 3288765. OLE color: 3288765.
HSL color Cylindrical-coordinate representation of color #BD2E32: hue angle of 358.32º 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 #BD2E32 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 46 | 50 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.26 |
| HSL | 358.32º | 0.61% | 0.46% | - |
| HSV(B) | 358.32º | 0.76% | 0.74% | - |
| XYZ | 22.54 | 13 | 4.34 | - |
| YUV | 89.21 | 105.88 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 50 | 0 | 0.76 | 0.74 | 0.26 | 358.32 | 0.61 | 0.46 |
| Hex | BD | 2E | 32 | 0 | 4C | 4A | 1A | 166 | 3D | 2E |
| Octal | 275 | 56 | 62 | 0 | 114 | 112 | 32 | 546 | 75 | 56 |
| Binary | 10111101 | 101110 | 110010 | 0 | 1001100 | 1001010 | 11010 | 101100110 | 111101 | 101110 |
Color Harmonies of #BD2E32
Complementary color
Monochromatic Colors of #BD2E32
Black with #BD2E32
Text Example
Text Example
White with #BD2E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2E32; }
p { color: rgb(189,46,50); }
H1.HeaderClassName
{
color: #BD2E32;
}
.AnyTagClassName
{
color: #BD2E32;
}
</style>
background-color css
<style>
a { background-color: #BD2E32; }
a { background-color: rgb(189,46,50); }
div.DivClassName
{
background-color: #BD2E32;
}
.BgClassName
{
background-color: #BD2E32;
}
</style>
border-color css
<style>
span { border-color: #BD2E32; }
span { border-color: rgb(189,46,50); }
td.TdClassName
{
border-color: #BD2E32;
}
.TagClassName
{
border-color: #BD2E32;
}
</style>