Shades of Mandalay #B17E2E
Tints of Mandalay #B17E2E
RGB
CMYK
RGB Variations
Color information
#B17E2E (or 0xB17E2E) is known color: Mandalay. HEX triplet: B1, 7E and 2E. RGB value is (177,126,46). Sum of RGB (Red+Green+Blue) = 177+126+46=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17E2E is #4E81D1. Grayscale: #848484. Windows color (decimal): -5145042 or 3047089. OLE color: 3047089.
HSL color Cylindrical-coordinate representation of color #B17E2E: hue angle of 36.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B17E2E is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 46 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.31 |
| HSL | 36.64º | 0.59% | 0.44% | - |
| HSV(B) | 36.64º | 0.74% | 0.69% | - |
| XYZ | 26.09 | 24.47 | 5.93 | - |
| YUV | 132.13 | 79.4 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 46 | 0 | 0.29 | 0.74 | 0.31 | 36.64 | 0.59 | 0.44 |
| Hex | B1 | 7E | 2E | 0 | 1D | 4A | 1F | 25 | 3B | 2C |
| Octal | 261 | 176 | 56 | 0 | 35 | 112 | 37 | 45 | 73 | 54 |
| Binary | 10110001 | 1111110 | 101110 | 0 | 11101 | 1001010 | 11111 | 100101 | 111011 | 101100 |
Color Harmonies of #B17E2E
Complementary color
Monochromatic Colors of #B17E2E
Black with #B17E2E
Text Example
Text Example
White with #B17E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E2E; }
p { color: rgb(177,126,46); }
H1.HeaderClassName
{
color: #B17E2E;
}
.AnyTagClassName
{
color: #B17E2E;
}
</style>
background-color css
<style>
a { background-color: #B17E2E; }
a { background-color: rgb(177,126,46); }
div.DivClassName
{
background-color: #B17E2E;
}
.BgClassName
{
background-color: #B17E2E;
}
</style>
border-color css
<style>
span { border-color: #B17E2E; }
span { border-color: rgb(177,126,46); }
td.TdClassName
{
border-color: #B17E2E;
}
.TagClassName
{
border-color: #B17E2E;
}
</style>