Shades of Mandalay #B57E28
Tints of Mandalay #B57E28
RGB
CMYK
RGB Variations
Color information
#B57E28 (or 0xB57E28) is known color: Mandalay. HEX triplet: B5, 7E and 28. RGB value is (181,126,40). Sum of RGB (Red+Green+Blue) = 181+126+40=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57E28 is #4A81D7. Grayscale: #858585. Windows color (decimal): -4882904 or 2653877. OLE color: 2653877.
HSL color Cylindrical-coordinate representation of color #B57E28: hue angle of 36.6º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B57E28 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 40 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.29 |
| HSL | 36.6º | 0.64% | 0.43% | - |
| HSV(B) | 36.6º | 0.78% | 0.71% | - |
| XYZ | 26.9 | 24.9 | 5.4 | - |
| YUV | 132.64 | 75.72 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 40 | 0 | 0.30 | 0.78 | 0.29 | 36.6 | 0.64 | 0.43 |
| Hex | B5 | 7E | 28 | 0 | 1E | 4E | 1D | 25 | 40 | 2B |
| Octal | 265 | 176 | 50 | 0 | 36 | 116 | 35 | 45 | 100 | 53 |
| Binary | 10110101 | 1111110 | 101000 | 0 | 11110 | 1001110 | 11101 | 100101 | 1000000 | 101011 |
Color Harmonies of #B57E28
Complementary color
Monochromatic Colors of #B57E28
Black with #B57E28
Text Example
Text Example
White with #B57E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E28; }
p { color: rgb(181,126,40); }
H1.HeaderClassName
{
color: #B57E28;
}
.AnyTagClassName
{
color: #B57E28;
}
</style>
background-color css
<style>
a { background-color: #B57E28; }
a { background-color: rgb(181,126,40); }
div.DivClassName
{
background-color: #B57E28;
}
.BgClassName
{
background-color: #B57E28;
}
</style>
border-color css
<style>
span { border-color: #B57E28; }
span { border-color: rgb(181,126,40); }
td.TdClassName
{
border-color: #B57E28;
}
.TagClassName
{
border-color: #B57E28;
}
</style>