Shades of Mandalay #B57D39
Tints of Mandalay #B57D39
RGB
CMYK
RGB Variations
Color information
#B57D39 (or 0xB57D39) is known color: Mandalay. HEX triplet: B5, 7D and 39. RGB value is (181,125,57). Sum of RGB (Red+Green+Blue) = 181+125+57=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57D39 is #4A82C6. Grayscale: #868686. Windows color (decimal): -4883143 or 3767733. OLE color: 3767733.
HSL color Cylindrical-coordinate representation of color #B57D39: hue angle of 32.9º 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 #B57D39 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 57 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.29 |
| HSL | 32.9º | 0.52% | 0.47% | - |
| HSV(B) | 32.9º | 0.69% | 0.71% | - |
| XYZ | 27.13 | 24.79 | 7.23 | - |
| YUV | 133.99 | 84.55 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 57 | 0 | 0.31 | 0.69 | 0.29 | 32.9 | 0.52 | 0.47 |
| Hex | B5 | 7D | 39 | 0 | 1F | 45 | 1D | 21 | 34 | 2F |
| Octal | 265 | 175 | 71 | 0 | 37 | 105 | 35 | 41 | 64 | 57 |
| Binary | 10110101 | 1111101 | 111001 | 0 | 11111 | 1000101 | 11101 | 100001 | 110100 | 101111 |
Color Harmonies of #B57D39
Complementary color
Monochromatic Colors of #B57D39
Black with #B57D39
Text Example
Text Example
White with #B57D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57D39; }
p { color: rgb(181,125,57); }
H1.HeaderClassName
{
color: #B57D39;
}
.AnyTagClassName
{
color: #B57D39;
}
</style>
background-color css
<style>
a { background-color: #B57D39; }
a { background-color: rgb(181,125,57); }
div.DivClassName
{
background-color: #B57D39;
}
.BgClassName
{
background-color: #B57D39;
}
</style>
border-color css
<style>
span { border-color: #B57D39; }
span { border-color: rgb(181,125,57); }
td.TdClassName
{
border-color: #B57D39;
}
.TagClassName
{
border-color: #B57D39;
}
</style>