Shades of Mandalay #B57C2D
Tints of Mandalay #B57C2D
RGB
CMYK
RGB Variations
Color information
#B57C2D (or 0xB57C2D) is known color: Mandalay. HEX triplet: B5, 7C and 2D. RGB value is (181,124,45). Sum of RGB (Red+Green+Blue) = 181+124+45=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57C2D is #4A83D2. Grayscale: #848484. Windows color (decimal): -4883411 or 2981045. OLE color: 2981045.
HSL color Cylindrical-coordinate representation of color #B57C2D: hue angle of 34.85º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B57C2D is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 124 | 45 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.29 |
| HSL | 34.85º | 0.6% | 0.44% | - |
| HSV(B) | 34.85º | 0.75% | 0.71% | - |
| XYZ | 26.74 | 24.43 | 5.79 | - |
| YUV | 132.04 | 78.88 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 45 | 0 | 0.31 | 0.75 | 0.29 | 34.85 | 0.6 | 0.44 |
| Hex | B5 | 7C | 2D | 0 | 1F | 4B | 1D | 23 | 3C | 2C |
| Octal | 265 | 174 | 55 | 0 | 37 | 113 | 35 | 43 | 74 | 54 |
| Binary | 10110101 | 1111100 | 101101 | 0 | 11111 | 1001011 | 11101 | 100011 | 111100 | 101100 |
Color Harmonies of #B57C2D
Complementary color
Monochromatic Colors of #B57C2D
Black with #B57C2D
Text Example
Text Example
White with #B57C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57C2D; }
p { color: rgb(181,124,45); }
H1.HeaderClassName
{
color: #B57C2D;
}
.AnyTagClassName
{
color: #B57C2D;
}
</style>
background-color css
<style>
a { background-color: #B57C2D; }
a { background-color: rgb(181,124,45); }
div.DivClassName
{
background-color: #B57C2D;
}
.BgClassName
{
background-color: #B57C2D;
}
</style>
border-color css
<style>
span { border-color: #B57C2D; }
span { border-color: rgb(181,124,45); }
td.TdClassName
{
border-color: #B57C2D;
}
.TagClassName
{
border-color: #B57C2D;
}
</style>