Shades of Mandalay #B17F37
Tints of Mandalay #B17F37
RGB
CMYK
RGB Variations
Color information
#B17F37 (or 0xB17F37) is known color: Mandalay. HEX triplet: B1, 7F and 37. RGB value is (177,127,55). Sum of RGB (Red+Green+Blue) = 177+127+55=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17F37 is #4E80C8. Grayscale: #868686. Windows color (decimal): -5144777 or 3637169. OLE color: 3637169.
HSL color Cylindrical-coordinate representation of color #B17F37: hue angle of 35.41º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B17F37 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 55 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.31 |
| HSL | 35.41º | 0.53% | 0.45% | - |
| HSV(B) | 35.41º | 0.69% | 0.69% | - |
| XYZ | 26.41 | 24.8 | 7.01 | - |
| YUV | 133.74 | 83.57 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 55 | 0 | 0.28 | 0.69 | 0.31 | 35.41 | 0.53 | 0.45 |
| Hex | B1 | 7F | 37 | 0 | 1C | 45 | 1F | 23 | 35 | 2D |
| Octal | 261 | 177 | 67 | 0 | 34 | 105 | 37 | 43 | 65 | 55 |
| Binary | 10110001 | 1111111 | 110111 | 0 | 11100 | 1000101 | 11111 | 100011 | 110101 | 101101 |
Color Harmonies of #B17F37
Complementary color
Monochromatic Colors of #B17F37
Black with #B17F37
Text Example
Text Example
White with #B17F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F37; }
p { color: rgb(177,127,55); }
H1.HeaderClassName
{
color: #B17F37;
}
.AnyTagClassName
{
color: #B17F37;
}
</style>
background-color css
<style>
a { background-color: #B17F37; }
a { background-color: rgb(177,127,55); }
div.DivClassName
{
background-color: #B17F37;
}
.BgClassName
{
background-color: #B17F37;
}
</style>
border-color css
<style>
span { border-color: #B17F37; }
span { border-color: rgb(177,127,55); }
td.TdClassName
{
border-color: #B17F37;
}
.TagClassName
{
border-color: #B17F37;
}
</style>