Shades of Mandalay #B17E26
Tints of Mandalay #B17E26
RGB
CMYK
RGB Variations
Color information
#B17E26 (or 0xB17E26) is known color: Mandalay. HEX triplet: B1, 7E and 26. RGB value is (177,126,38). Sum of RGB (Red+Green+Blue) = 177+126+38=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17E26 is #4E81D9. Grayscale: #838383. Windows color (decimal): -5145050 or 2522801. OLE color: 2522801.
HSL color Cylindrical-coordinate representation of color #B17E26: hue angle of 37.99º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B17E26 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 38 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.31 |
| HSL | 37.99º | 0.65% | 0.42% | - |
| HSV(B) | 37.99º | 0.79% | 0.69% | - |
| XYZ | 25.94 | 24.41 | 5.18 | - |
| YUV | 131.22 | 75.4 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 38 | 0 | 0.29 | 0.79 | 0.31 | 37.99 | 0.65 | 0.42 |
| Hex | B1 | 7E | 26 | 0 | 1D | 4F | 1F | 26 | 41 | 2A |
| Octal | 261 | 176 | 46 | 0 | 35 | 117 | 37 | 46 | 101 | 52 |
| Binary | 10110001 | 1111110 | 100110 | 0 | 11101 | 1001111 | 11111 | 100110 | 1000001 | 101010 |
Color Harmonies of #B17E26
Complementary color
Monochromatic Colors of #B17E26
Black with #B17E26
Text Example
Text Example
White with #B17E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E26; }
p { color: rgb(177,126,38); }
H1.HeaderClassName
{
color: #B17E26;
}
.AnyTagClassName
{
color: #B17E26;
}
</style>
background-color css
<style>
a { background-color: #B17E26; }
a { background-color: rgb(177,126,38); }
div.DivClassName
{
background-color: #B17E26;
}
.BgClassName
{
background-color: #B17E26;
}
</style>
border-color css
<style>
span { border-color: #B17E26; }
span { border-color: rgb(177,126,38); }
td.TdClassName
{
border-color: #B17E26;
}
.TagClassName
{
border-color: #B17E26;
}
</style>