Shades of Mandalay #B37736
Tints of Mandalay #B37736
RGB
CMYK
RGB Variations
Color information
#B37736 (or 0xB37736) is known color: Mandalay. HEX triplet: B3, 77 and 36. RGB value is (179,119,54). Sum of RGB (Red+Green+Blue) = 179+119+54=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B37736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37736 is #4C88C9. Grayscale: #818181. Windows color (decimal): -5015754 or 3569587. OLE color: 3569587.
HSL color Cylindrical-coordinate representation of color #B37736: hue angle of 31.2º 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 #B37736 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 119 | 54 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.30 |
| HSL | 31.2º | 0.54% | 0.46% | - |
| HSV(B) | 31.2º | 0.7% | 0.7% | - |
| XYZ | 25.85 | 23.04 | 6.58 | - |
| YUV | 129.53 | 85.38 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 119 | 54 | 0 | 0.34 | 0.70 | 0.30 | 31.2 | 0.54 | 0.46 |
| Hex | B3 | 77 | 36 | 0 | 22 | 46 | 1E | 1F | 36 | 2E |
| Octal | 263 | 167 | 66 | 0 | 42 | 106 | 36 | 37 | 66 | 56 |
| Binary | 10110011 | 1110111 | 110110 | 0 | 100010 | 1000110 | 11110 | 11111 | 110110 | 101110 |
Color Harmonies of #B37736
Complementary color
Monochromatic Colors of #B37736
Black with #B37736
Text Example
Text Example
White with #B37736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37736; }
p { color: rgb(179,119,54); }
H1.HeaderClassName
{
color: #B37736;
}
.AnyTagClassName
{
color: #B37736;
}
</style>
background-color css
<style>
a { background-color: #B37736; }
a { background-color: rgb(179,119,54); }
div.DivClassName
{
background-color: #B37736;
}
.BgClassName
{
background-color: #B37736;
}
</style>
border-color css
<style>
span { border-color: #B37736; }
span { border-color: rgb(179,119,54); }
td.TdClassName
{
border-color: #B37736;
}
.TagClassName
{
border-color: #B37736;
}
</style>