Shades of Mandalay #B57E36
Tints of Mandalay #B57E36
RGB
CMYK
RGB Variations
Color information
#B57E36 (or 0xB57E36) is known color: Mandalay. HEX triplet: B5, 7E and 36. RGB value is (181,126,54). Sum of RGB (Red+Green+Blue) = 181+126+54=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 54 (21.48% from 255 or 14.96% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57E36 is #4A81C9. Grayscale: #868686. Windows color (decimal): -4882890 or 3571381. OLE color: 3571381.
HSL color Cylindrical-coordinate representation of color #B57E36: hue angle of 34.02º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B57E36 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 54 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.29 |
| HSL | 34.02º | 0.54% | 0.46% | - |
| HSV(B) | 34.02º | 0.7% | 0.71% | - |
| XYZ | 27.18 | 25.01 | 6.89 | - |
| YUV | 134.24 | 82.72 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 54 | 0 | 0.30 | 0.70 | 0.29 | 34.02 | 0.54 | 0.46 |
| Hex | B5 | 7E | 36 | 0 | 1E | 46 | 1D | 22 | 36 | 2E |
| Octal | 265 | 176 | 66 | 0 | 36 | 106 | 35 | 42 | 66 | 56 |
| Binary | 10110101 | 1111110 | 110110 | 0 | 11110 | 1000110 | 11101 | 100010 | 110110 | 101110 |
Color Harmonies of #B57E36
Complementary color
Monochromatic Colors of #B57E36
Black with #B57E36
Text Example
Text Example
White with #B57E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E36; }
p { color: rgb(181,126,54); }
H1.HeaderClassName
{
color: #B57E36;
}
.AnyTagClassName
{
color: #B57E36;
}
</style>
background-color css
<style>
a { background-color: #B57E36; }
a { background-color: rgb(181,126,54); }
div.DivClassName
{
background-color: #B57E36;
}
.BgClassName
{
background-color: #B57E36;
}
</style>
border-color css
<style>
span { border-color: #B57E36; }
span { border-color: rgb(181,126,54); }
td.TdClassName
{
border-color: #B57E36;
}
.TagClassName
{
border-color: #B57E36;
}
</style>