Shades of Mandalay #B57C38
Tints of Mandalay #B57C38
RGB
CMYK
RGB Variations
Color information
#B57C38 (or 0xB57C38) is known color: Mandalay. HEX triplet: B5, 7C and 38. RGB value is (181,124,56). Sum of RGB (Red+Green+Blue) = 181+124+56=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57C38 is #4A83C7. Grayscale: #858585. Windows color (decimal): -4883400 or 3701941. OLE color: 3701941.
HSL color Cylindrical-coordinate representation of color #B57C38: hue angle of 32.64º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B57C38 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 124 | 56 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.29 |
| HSL | 32.64º | 0.53% | 0.46% | - |
| HSV(B) | 32.64º | 0.69% | 0.71% | - |
| XYZ | 26.98 | 24.52 | 7.05 | - |
| YUV | 133.29 | 84.38 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 56 | 0 | 0.31 | 0.69 | 0.29 | 32.64 | 0.53 | 0.46 |
| Hex | B5 | 7C | 38 | 0 | 1F | 45 | 1D | 21 | 35 | 2E |
| Octal | 265 | 174 | 70 | 0 | 37 | 105 | 35 | 41 | 65 | 56 |
| Binary | 10110101 | 1111100 | 111000 | 0 | 11111 | 1000101 | 11101 | 100001 | 110101 | 101110 |
Color Harmonies of #B57C38
Complementary color
Monochromatic Colors of #B57C38
Black with #B57C38
Text Example
Text Example
White with #B57C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57C38; }
p { color: rgb(181,124,56); }
H1.HeaderClassName
{
color: #B57C38;
}
.AnyTagClassName
{
color: #B57C38;
}
</style>
background-color css
<style>
a { background-color: #B57C38; }
a { background-color: rgb(181,124,56); }
div.DivClassName
{
background-color: #B57C38;
}
.BgClassName
{
background-color: #B57C38;
}
</style>
border-color css
<style>
span { border-color: #B57C38; }
span { border-color: rgb(181,124,56); }
td.TdClassName
{
border-color: #B57C38;
}
.TagClassName
{
border-color: #B57C38;
}
</style>