Shades of Mandalay #B57D3A
Tints of Mandalay #B57D3A
RGB
CMYK
RGB Variations
Color information
#B57D3A (or 0xB57D3A) is known color: Mandalay. HEX triplet: B5, 7D and 3A. RGB value is (181,125,58). Sum of RGB (Red+Green+Blue) = 181+125+58=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57D3A is #4A82C5. Grayscale: #868686. Windows color (decimal): -4883142 or 3833269. OLE color: 3833269.
HSL color Cylindrical-coordinate representation of color #B57D3A: hue angle of 32.68º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B57D3A is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 58 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.29 |
| HSL | 32.68º | 0.51% | 0.47% | - |
| HSV(B) | 32.68º | 0.68% | 0.71% | - |
| XYZ | 27.15 | 24.8 | 7.36 | - |
| YUV | 134.11 | 85.05 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 58 | 0 | 0.31 | 0.68 | 0.29 | 32.68 | 0.51 | 0.47 |
| Hex | B5 | 7D | 3A | 0 | 1F | 44 | 1D | 21 | 33 | 2F |
| Octal | 265 | 175 | 72 | 0 | 37 | 104 | 35 | 41 | 63 | 57 |
| Binary | 10110101 | 1111101 | 111010 | 0 | 11111 | 1000100 | 11101 | 100001 | 110011 | 101111 |
Color Harmonies of #B57D3A
Complementary color
Monochromatic Colors of #B57D3A
Black with #B57D3A
Text Example
Text Example
White with #B57D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57D3A; }
p { color: rgb(181,125,58); }
H1.HeaderClassName
{
color: #B57D3A;
}
.AnyTagClassName
{
color: #B57D3A;
}
</style>
background-color css
<style>
a { background-color: #B57D3A; }
a { background-color: rgb(181,125,58); }
div.DivClassName
{
background-color: #B57D3A;
}
.BgClassName
{
background-color: #B57D3A;
}
</style>
border-color css
<style>
span { border-color: #B57D3A; }
span { border-color: rgb(181,125,58); }
td.TdClassName
{
border-color: #B57D3A;
}
.TagClassName
{
border-color: #B57D3A;
}
</style>