Shades of Mandalay #B37836
Tints of Mandalay #B37836
RGB
CMYK
RGB Variations
Color information
#B37836 (or 0xB37836) is known color: Mandalay. HEX triplet: B3, 78 and 36. RGB value is (179,120,54). Sum of RGB (Red+Green+Blue) = 179+120+54=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 54 (21.48% from 255 or 15.30% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B37836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37836 is #4C87C9. Grayscale: #828282. Windows color (decimal): -5015498 or 3569843. OLE color: 3569843.
HSL color Cylindrical-coordinate representation of color #B37836: hue angle of 31.68º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B37836 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 120 | 54 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.30 |
| HSL | 31.68º | 0.54% | 0.46% | - |
| HSV(B) | 31.68º | 0.7% | 0.7% | - |
| XYZ | 25.97 | 23.28 | 6.62 | - |
| YUV | 130.12 | 85.05 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 54 | 0 | 0.33 | 0.70 | 0.30 | 31.68 | 0.54 | 0.46 |
| Hex | B3 | 78 | 36 | 0 | 21 | 46 | 1E | 20 | 36 | 2E |
| Octal | 263 | 170 | 66 | 0 | 41 | 106 | 36 | 40 | 66 | 56 |
| Binary | 10110011 | 1111000 | 110110 | 0 | 100001 | 1000110 | 11110 | 100000 | 110110 | 101110 |
Color Harmonies of #B37836
Complementary color
Monochromatic Colors of #B37836
Black with #B37836
Text Example
Text Example
White with #B37836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37836; }
p { color: rgb(179,120,54); }
H1.HeaderClassName
{
color: #B37836;
}
.AnyTagClassName
{
color: #B37836;
}
</style>
background-color css
<style>
a { background-color: #B37836; }
a { background-color: rgb(179,120,54); }
div.DivClassName
{
background-color: #B37836;
}
.BgClassName
{
background-color: #B37836;
}
</style>
border-color css
<style>
span { border-color: #B37836; }
span { border-color: rgb(179,120,54); }
td.TdClassName
{
border-color: #B37836;
}
.TagClassName
{
border-color: #B37836;
}
</style>