Shades of Mandalay #B57E39
Tints of Mandalay #B57E39
RGB
CMYK
RGB Variations
Color information
#B57E39 (or 0xB57E39) is known color: Mandalay. HEX triplet: B5, 7E and 39. RGB value is (181,126,57). Sum of RGB (Red+Green+Blue) = 181+126+57=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57E39 is #4A81C6. Grayscale: #868686. Windows color (decimal): -4882887 or 3767989. OLE color: 3767989.
HSL color Cylindrical-coordinate representation of color #B57E39: hue angle of 33.39º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B57E39 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 57 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.29 |
| HSL | 33.39º | 0.52% | 0.47% | - |
| HSV(B) | 33.39º | 0.69% | 0.71% | - |
| XYZ | 27.26 | 25.04 | 7.27 | - |
| YUV | 134.58 | 84.22 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 57 | 0 | 0.30 | 0.69 | 0.29 | 33.39 | 0.52 | 0.47 |
| Hex | B5 | 7E | 39 | 0 | 1E | 45 | 1D | 21 | 34 | 2F |
| Octal | 265 | 176 | 71 | 0 | 36 | 105 | 35 | 41 | 64 | 57 |
| Binary | 10110101 | 1111110 | 111001 | 0 | 11110 | 1000101 | 11101 | 100001 | 110100 | 101111 |
Color Harmonies of #B57E39
Complementary color
Monochromatic Colors of #B57E39
Black with #B57E39
Text Example
Text Example
White with #B57E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E39; }
p { color: rgb(181,126,57); }
H1.HeaderClassName
{
color: #B57E39;
}
.AnyTagClassName
{
color: #B57E39;
}
</style>
background-color css
<style>
a { background-color: #B57E39; }
a { background-color: rgb(181,126,57); }
div.DivClassName
{
background-color: #B57E39;
}
.BgClassName
{
background-color: #B57E39;
}
</style>
border-color css
<style>
span { border-color: #B57E39; }
span { border-color: rgb(181,126,57); }
td.TdClassName
{
border-color: #B57E39;
}
.TagClassName
{
border-color: #B57E39;
}
</style>