Shades of Mandalay #B37F31
Tints of Mandalay #B37F31
RGB
CMYK
RGB Variations
Color information
#B37F31 (or 0xB37F31) is known color: Mandalay. HEX triplet: B3, 7F and 31. RGB value is (179,127,49). Sum of RGB (Red+Green+Blue) = 179+127+49=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37F31 is #4C80CE. Grayscale: #868686. Windows color (decimal): -5013711 or 3243955. OLE color: 3243955.
HSL color Cylindrical-coordinate representation of color #B37F31: hue angle of 36º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B37F31 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 127 | 49 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.30 |
| HSL | 36º | 0.57% | 0.45% | - |
| HSV(B) | 36º | 0.73% | 0.7% | - |
| XYZ | 26.73 | 24.98 | 6.32 | - |
| YUV | 133.66 | 80.23 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 49 | 0 | 0.29 | 0.73 | 0.30 | 36 | 0.57 | 0.45 |
| Hex | B3 | 7F | 31 | 0 | 1D | 49 | 1E | 24 | 39 | 2D |
| Octal | 263 | 177 | 61 | 0 | 35 | 111 | 36 | 44 | 71 | 55 |
| Binary | 10110011 | 1111111 | 110001 | 0 | 11101 | 1001001 | 11110 | 100100 | 111001 | 101101 |
Color Harmonies of #B37F31
Complementary color
Monochromatic Colors of #B37F31
Black with #B37F31
Text Example
Text Example
White with #B37F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37F31; }
p { color: rgb(179,127,49); }
H1.HeaderClassName
{
color: #B37F31;
}
.AnyTagClassName
{
color: #B37F31;
}
</style>
background-color css
<style>
a { background-color: #B37F31; }
a { background-color: rgb(179,127,49); }
div.DivClassName
{
background-color: #B37F31;
}
.BgClassName
{
background-color: #B37F31;
}
</style>
border-color css
<style>
span { border-color: #B37F31; }
span { border-color: rgb(179,127,49); }
td.TdClassName
{
border-color: #B37F31;
}
.TagClassName
{
border-color: #B37F31;
}
</style>