Shades of Mandalay #B37731
Tints of Mandalay #B37731
RGB
CMYK
RGB Variations
Color information
#B37731 (or 0xB37731) is known color: Mandalay. HEX triplet: B3, 77 and 31. RGB value is (179,119,49). Sum of RGB (Red+Green+Blue) = 179+119+49=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B37731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37731 is #4C88CE. Grayscale: #818181. Windows color (decimal): -5015759 or 3241907. OLE color: 3241907.
HSL color Cylindrical-coordinate representation of color #B37731: hue angle of 32.31º 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 #B37731 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 119 | 49 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.30 |
| HSL | 32.31º | 0.57% | 0.45% | - |
| HSV(B) | 32.31º | 0.73% | 0.7% | - |
| XYZ | 25.74 | 23 | 5.99 | - |
| YUV | 128.96 | 82.88 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 119 | 49 | 0 | 0.34 | 0.73 | 0.30 | 32.31 | 0.57 | 0.45 |
| Hex | B3 | 77 | 31 | 0 | 22 | 49 | 1E | 20 | 39 | 2D |
| Octal | 263 | 167 | 61 | 0 | 42 | 111 | 36 | 40 | 71 | 55 |
| Binary | 10110011 | 1110111 | 110001 | 0 | 100010 | 1001001 | 11110 | 100000 | 111001 | 101101 |
Color Harmonies of #B37731
Complementary color
Monochromatic Colors of #B37731
Black with #B37731
Text Example
Text Example
White with #B37731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37731; }
p { color: rgb(179,119,49); }
H1.HeaderClassName
{
color: #B37731;
}
.AnyTagClassName
{
color: #B37731;
}
</style>
background-color css
<style>
a { background-color: #B37731; }
a { background-color: rgb(179,119,49); }
div.DivClassName
{
background-color: #B37731;
}
.BgClassName
{
background-color: #B37731;
}
</style>
border-color css
<style>
span { border-color: #B37731; }
span { border-color: rgb(179,119,49); }
td.TdClassName
{
border-color: #B37731;
}
.TagClassName
{
border-color: #B37731;
}
</style>