Shades of Mandalay #B17A39
Tints of Mandalay #B17A39
RGB
CMYK
RGB Variations
Color information
#B17A39 (or 0xB17A39) is known color: Mandalay. HEX triplet: B1, 7A and 39. RGB value is (177,122,57). Sum of RGB (Red+Green+Blue) = 177+122+57=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17A39 is #4E85C6. Grayscale: #838383. Windows color (decimal): -5146055 or 3766961. OLE color: 3766961.
HSL color Cylindrical-coordinate representation of color #B17A39: hue angle of 32.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B17A39 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 122 | 57 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.31 |
| HSL | 32.5º | 0.51% | 0.46% | - |
| HSV(B) | 32.5º | 0.68% | 0.69% | - |
| XYZ | 25.83 | 23.56 | 7.06 | - |
| YUV | 131.04 | 86.22 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 57 | 0 | 0.31 | 0.68 | 0.31 | 32.5 | 0.51 | 0.46 |
| Hex | B1 | 7A | 39 | 0 | 1F | 44 | 1F | 20 | 33 | 2E |
| Octal | 261 | 172 | 71 | 0 | 37 | 104 | 37 | 40 | 63 | 56 |
| Binary | 10110001 | 1111010 | 111001 | 0 | 11111 | 1000100 | 11111 | 100000 | 110011 | 101110 |
Color Harmonies of #B17A39
Complementary color
Monochromatic Colors of #B17A39
Black with #B17A39
Text Example
Text Example
White with #B17A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17A39; }
p { color: rgb(177,122,57); }
H1.HeaderClassName
{
color: #B17A39;
}
.AnyTagClassName
{
color: #B17A39;
}
</style>
background-color css
<style>
a { background-color: #B17A39; }
a { background-color: rgb(177,122,57); }
div.DivClassName
{
background-color: #B17A39;
}
.BgClassName
{
background-color: #B17A39;
}
</style>
border-color css
<style>
span { border-color: #B17A39; }
span { border-color: rgb(177,122,57); }
td.TdClassName
{
border-color: #B17A39;
}
.TagClassName
{
border-color: #B17A39;
}
</style>