Shades of Mandalay #B57E37
Tints of Mandalay #B57E37
RGB
CMYK
RGB Variations
Color information
#B57E37 (or 0xB57E37) is known color: Mandalay. HEX triplet: B5, 7E and 37. RGB value is (181,126,55). Sum of RGB (Red+Green+Blue) = 181+126+55=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57E37 is #4A81C8. Grayscale: #868686. Windows color (decimal): -4882889 or 3636917. OLE color: 3636917.
HSL color Cylindrical-coordinate representation of color #B57E37: hue angle of 33.81º degrees, saturation: 0.53, 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 #B57E37 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 55 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.29 |
| HSL | 33.81º | 0.53% | 0.46% | - |
| HSV(B) | 33.81º | 0.7% | 0.71% | - |
| XYZ | 27.21 | 25.02 | 7.01 | - |
| YUV | 134.35 | 83.22 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 55 | 0 | 0.30 | 0.70 | 0.29 | 33.81 | 0.53 | 0.46 |
| Hex | B5 | 7E | 37 | 0 | 1E | 46 | 1D | 22 | 35 | 2E |
| Octal | 265 | 176 | 67 | 0 | 36 | 106 | 35 | 42 | 65 | 56 |
| Binary | 10110101 | 1111110 | 110111 | 0 | 11110 | 1000110 | 11101 | 100010 | 110101 | 101110 |
Color Harmonies of #B57E37
Complementary color
Monochromatic Colors of #B57E37
Black with #B57E37
Text Example
Text Example
White with #B57E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E37; }
p { color: rgb(181,126,55); }
H1.HeaderClassName
{
color: #B57E37;
}
.AnyTagClassName
{
color: #B57E37;
}
</style>
background-color css
<style>
a { background-color: #B57E37; }
a { background-color: rgb(181,126,55); }
div.DivClassName
{
background-color: #B57E37;
}
.BgClassName
{
background-color: #B57E37;
}
</style>
border-color css
<style>
span { border-color: #B57E37; }
span { border-color: rgb(181,126,55); }
td.TdClassName
{
border-color: #B57E37;
}
.TagClassName
{
border-color: #B57E37;
}
</style>