Shades of Mandalay #B57E3B
Tints of Mandalay #B57E3B
RGB
CMYK
RGB Variations
Color information
#B57E3B (or 0xB57E3B) is known color: Mandalay. HEX triplet: B5, 7E and 3B. RGB value is (181,126,59). Sum of RGB (Red+Green+Blue) = 181+126+59=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57E3B is #4A81C4. Grayscale: #878787. Windows color (decimal): -4882885 or 3899061. OLE color: 3899061.
HSL color Cylindrical-coordinate representation of color #B57E3B: hue angle of 32.95º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B57E3B is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 59 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.29 |
| HSL | 32.95º | 0.51% | 0.47% | - |
| HSV(B) | 32.95º | 0.67% | 0.71% | - |
| XYZ | 27.31 | 25.06 | 7.54 | - |
| YUV | 134.81 | 85.22 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 59 | 0 | 0.30 | 0.67 | 0.29 | 32.95 | 0.51 | 0.47 |
| Hex | B5 | 7E | 3B | 0 | 1E | 43 | 1D | 21 | 33 | 2F |
| Octal | 265 | 176 | 73 | 0 | 36 | 103 | 35 | 41 | 63 | 57 |
| Binary | 10110101 | 1111110 | 111011 | 0 | 11110 | 1000011 | 11101 | 100001 | 110011 | 101111 |
Color Harmonies of #B57E3B
Complementary color
Monochromatic Colors of #B57E3B
Black with #B57E3B
Text Example
Text Example
White with #B57E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E3B; }
p { color: rgb(181,126,59); }
H1.HeaderClassName
{
color: #B57E3B;
}
.AnyTagClassName
{
color: #B57E3B;
}
</style>
background-color css
<style>
a { background-color: #B57E3B; }
a { background-color: rgb(181,126,59); }
div.DivClassName
{
background-color: #B57E3B;
}
.BgClassName
{
background-color: #B57E3B;
}
</style>
border-color css
<style>
span { border-color: #B57E3B; }
span { border-color: rgb(181,126,59); }
td.TdClassName
{
border-color: #B57E3B;
}
.TagClassName
{
border-color: #B57E3B;
}
</style>