Shades of Mandalay #B37C31
Tints of Mandalay #B37C31
RGB
CMYK
RGB Variations
Color information
#B37C31 (or 0xB37C31) is known color: Mandalay. HEX triplet: B3, 7C and 31. RGB value is (179,124,49). Sum of RGB (Red+Green+Blue) = 179+124+49=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37C31 is #4C83CE. Grayscale: #848484. Windows color (decimal): -5014479 or 3243187. OLE color: 3243187.
HSL color Cylindrical-coordinate representation of color #B37C31: hue angle of 34.62º 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 #B37C31 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 124 | 49 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.30 |
| HSL | 34.62º | 0.57% | 0.45% | - |
| HSV(B) | 34.62º | 0.73% | 0.7% | - |
| XYZ | 26.35 | 24.22 | 6.19 | - |
| YUV | 131.9 | 81.22 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 49 | 0 | 0.31 | 0.73 | 0.30 | 34.62 | 0.57 | 0.45 |
| Hex | B3 | 7C | 31 | 0 | 1F | 49 | 1E | 23 | 39 | 2D |
| Octal | 263 | 174 | 61 | 0 | 37 | 111 | 36 | 43 | 71 | 55 |
| Binary | 10110011 | 1111100 | 110001 | 0 | 11111 | 1001001 | 11110 | 100011 | 111001 | 101101 |
Color Harmonies of #B37C31
Complementary color
Monochromatic Colors of #B37C31
Black with #B37C31
Text Example
Text Example
White with #B37C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37C31; }
p { color: rgb(179,124,49); }
H1.HeaderClassName
{
color: #B37C31;
}
.AnyTagClassName
{
color: #B37C31;
}
</style>
background-color css
<style>
a { background-color: #B37C31; }
a { background-color: rgb(179,124,49); }
div.DivClassName
{
background-color: #B37C31;
}
.BgClassName
{
background-color: #B37C31;
}
</style>
border-color css
<style>
span { border-color: #B37C31; }
span { border-color: rgb(179,124,49); }
td.TdClassName
{
border-color: #B37C31;
}
.TagClassName
{
border-color: #B37C31;
}
</style>