Shades of Mandalay #B57A2E
Tints of Mandalay #B57A2E
RGB
CMYK
RGB Variations
Color information
#B57A2E (or 0xB57A2E) is known color: Mandalay. HEX triplet: B5, 7A and 2E. RGB value is (181,122,46). Sum of RGB (Red+Green+Blue) = 181+122+46=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57A2E is #4A85D1. Grayscale: #838383. Windows color (decimal): -4883922 or 3046069. OLE color: 3046069.
HSL color Cylindrical-coordinate representation of color #B57A2E: hue angle of 33.78º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B57A2E is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 46 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.29 |
| HSL | 33.78º | 0.59% | 0.45% | - |
| HSV(B) | 33.78º | 0.75% | 0.71% | - |
| XYZ | 26.51 | 23.94 | 5.81 | - |
| YUV | 130.98 | 80.05 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 46 | 0 | 0.33 | 0.75 | 0.29 | 33.78 | 0.59 | 0.45 |
| Hex | B5 | 7A | 2E | 0 | 21 | 4B | 1D | 22 | 3B | 2D |
| Octal | 265 | 172 | 56 | 0 | 41 | 113 | 35 | 42 | 73 | 55 |
| Binary | 10110101 | 1111010 | 101110 | 0 | 100001 | 1001011 | 11101 | 100010 | 111011 | 101101 |
Color Harmonies of #B57A2E
Complementary color
Monochromatic Colors of #B57A2E
Black with #B57A2E
Text Example
Text Example
White with #B57A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A2E; }
p { color: rgb(181,122,46); }
H1.HeaderClassName
{
color: #B57A2E;
}
.AnyTagClassName
{
color: #B57A2E;
}
</style>
background-color css
<style>
a { background-color: #B57A2E; }
a { background-color: rgb(181,122,46); }
div.DivClassName
{
background-color: #B57A2E;
}
.BgClassName
{
background-color: #B57A2E;
}
</style>
border-color css
<style>
span { border-color: #B57A2E; }
span { border-color: rgb(181,122,46); }
td.TdClassName
{
border-color: #B57A2E;
}
.TagClassName
{
border-color: #B57A2E;
}
</style>