Shades of Mandalay #B17837
Tints of Mandalay #B17837
RGB
CMYK
RGB Variations
Color information
#B17837 (or 0xB17837) is known color: Mandalay. HEX triplet: B1, 78 and 37. RGB value is (177,120,55). Sum of RGB (Red+Green+Blue) = 177+120+55=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B17837 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17837 is #4E87C8. Grayscale: #818181. Windows color (decimal): -5146569 or 3635377. OLE color: 3635377.
HSL color Cylindrical-coordinate representation of color #B17837: hue angle of 31.97º 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 #B17837 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 55 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.31 |
| HSL | 31.97º | 0.53% | 0.45% | - |
| HSV(B) | 31.97º | 0.69% | 0.69% | - |
| XYZ | 25.54 | 23.06 | 6.72 | - |
| YUV | 129.63 | 85.88 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 55 | 0 | 0.32 | 0.69 | 0.31 | 31.97 | 0.53 | 0.45 |
| Hex | B1 | 78 | 37 | 0 | 20 | 45 | 1F | 20 | 35 | 2D |
| Octal | 261 | 170 | 67 | 0 | 40 | 105 | 37 | 40 | 65 | 55 |
| Binary | 10110001 | 1111000 | 110111 | 0 | 100000 | 1000101 | 11111 | 100000 | 110101 | 101101 |
Color Harmonies of #B17837
Complementary color
Monochromatic Colors of #B17837
Black with #B17837
Text Example
Text Example
White with #B17837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17837; }
p { color: rgb(177,120,55); }
H1.HeaderClassName
{
color: #B17837;
}
.AnyTagClassName
{
color: #B17837;
}
</style>
background-color css
<style>
a { background-color: #B17837; }
a { background-color: rgb(177,120,55); }
div.DivClassName
{
background-color: #B17837;
}
.BgClassName
{
background-color: #B17837;
}
</style>
border-color css
<style>
span { border-color: #B17837; }
span { border-color: rgb(177,120,55); }
td.TdClassName
{
border-color: #B17837;
}
.TagClassName
{
border-color: #B17837;
}
</style>