Shades of Mandalay #B57B2C
Tints of Mandalay #B57B2C
RGB
CMYK
RGB Variations
Color information
#B57B2C (or 0xB57B2C) is known color: Mandalay. HEX triplet: B5, 7B and 2C. RGB value is (181,123,44). Sum of RGB (Red+Green+Blue) = 181+123+44=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57B2C is #4A84D3. Grayscale: #838383. Windows color (decimal): -4883668 or 2915253. OLE color: 2915253.
HSL color Cylindrical-coordinate representation of color #B57B2C: hue angle of 34.6º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B57B2C is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 123 | 44 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.29 |
| HSL | 34.6º | 0.61% | 0.44% | - |
| HSV(B) | 34.6º | 0.76% | 0.71% | - |
| XYZ | 26.59 | 24.17 | 5.65 | - |
| YUV | 131.34 | 78.72 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 44 | 0 | 0.32 | 0.76 | 0.29 | 34.6 | 0.61 | 0.44 |
| Hex | B5 | 7B | 2C | 0 | 20 | 4C | 1D | 23 | 3D | 2C |
| Octal | 265 | 173 | 54 | 0 | 40 | 114 | 35 | 43 | 75 | 54 |
| Binary | 10110101 | 1111011 | 101100 | 0 | 100000 | 1001100 | 11101 | 100011 | 111101 | 101100 |
Color Harmonies of #B57B2C
Complementary color
Monochromatic Colors of #B57B2C
Black with #B57B2C
Text Example
Text Example
White with #B57B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57B2C; }
p { color: rgb(181,123,44); }
H1.HeaderClassName
{
color: #B57B2C;
}
.AnyTagClassName
{
color: #B57B2C;
}
</style>
background-color css
<style>
a { background-color: #B57B2C; }
a { background-color: rgb(181,123,44); }
div.DivClassName
{
background-color: #B57B2C;
}
.BgClassName
{
background-color: #B57B2C;
}
</style>
border-color css
<style>
span { border-color: #B57B2C; }
span { border-color: rgb(181,123,44); }
td.TdClassName
{
border-color: #B57B2C;
}
.TagClassName
{
border-color: #B57B2C;
}
</style>