Shades of Mandalay #B57F22
Tints of Mandalay #B57F22
RGB
CMYK
RGB Variations
Color information
#B57F22 (or 0xB57F22) is known color: Mandalay. HEX triplet: B5, 7F and 22. RGB value is (181,127,34). Sum of RGB (Red+Green+Blue) = 181+127+34=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57F22 is #4A80DD. Grayscale: #848484. Windows color (decimal): -4882654 or 2260917. OLE color: 2260917.
HSL color Cylindrical-coordinate representation of color #B57F22: hue angle of 37.96º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B57F22 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 127 | 34 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.29 |
| HSL | 37.96º | 0.68% | 0.42% | - |
| HSV(B) | 37.96º | 0.81% | 0.71% | - |
| XYZ | 26.93 | 25.12 | 4.94 | - |
| YUV | 132.54 | 72.39 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 34 | 0 | 0.30 | 0.81 | 0.29 | 37.96 | 0.68 | 0.42 |
| Hex | B5 | 7F | 22 | 0 | 1E | 51 | 1D | 26 | 44 | 2A |
| Octal | 265 | 177 | 42 | 0 | 36 | 121 | 35 | 46 | 104 | 52 |
| Binary | 10110101 | 1111111 | 100010 | 0 | 11110 | 1010001 | 11101 | 100110 | 1000100 | 101010 |
Color Harmonies of #B57F22
Complementary color
Monochromatic Colors of #B57F22
Black with #B57F22
Text Example
Text Example
White with #B57F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57F22; }
p { color: rgb(181,127,34); }
H1.HeaderClassName
{
color: #B57F22;
}
.AnyTagClassName
{
color: #B57F22;
}
</style>
background-color css
<style>
a { background-color: #B57F22; }
a { background-color: rgb(181,127,34); }
div.DivClassName
{
background-color: #B57F22;
}
.BgClassName
{
background-color: #B57F22;
}
</style>
border-color css
<style>
span { border-color: #B57F22; }
span { border-color: rgb(181,127,34); }
td.TdClassName
{
border-color: #B57F22;
}
.TagClassName
{
border-color: #B57F22;
}
</style>