Shades of Mandalay #B58136
Tints of Mandalay #B58136
RGB
CMYK
RGB Variations
Color information
#B58136 (or 0xB58136) is known color: Mandalay. HEX triplet: B5, 81 and 36. RGB value is (181,129,54). Sum of RGB (Red+Green+Blue) = 181+129+54=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B58136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58136 is #4A7EC9. Grayscale: #888888. Windows color (decimal): -4882122 or 3572149. OLE color: 3572149.
HSL color Cylindrical-coordinate representation of color #B58136: hue angle of 35.43º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B58136 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 54 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.29 |
| HSL | 35.43º | 0.54% | 0.46% | - |
| HSV(B) | 35.43º | 0.7% | 0.71% | - |
| XYZ | 27.57 | 25.79 | 7.01 | - |
| YUV | 136 | 81.73 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 54 | 0 | 0.29 | 0.70 | 0.29 | 35.43 | 0.54 | 0.46 |
| Hex | B5 | 81 | 36 | 0 | 1D | 46 | 1D | 23 | 36 | 2E |
| Octal | 265 | 201 | 66 | 0 | 35 | 106 | 35 | 43 | 66 | 56 |
| Binary | 10110101 | 10000001 | 110110 | 0 | 11101 | 1000110 | 11101 | 100011 | 110110 | 101110 |
Color Harmonies of #B58136
Complementary color
Monochromatic Colors of #B58136
Black with #B58136
Text Example
Text Example
White with #B58136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58136; }
p { color: rgb(181,129,54); }
H1.HeaderClassName
{
color: #B58136;
}
.AnyTagClassName
{
color: #B58136;
}
</style>
background-color css
<style>
a { background-color: #B58136; }
a { background-color: rgb(181,129,54); }
div.DivClassName
{
background-color: #B58136;
}
.BgClassName
{
background-color: #B58136;
}
</style>
border-color css
<style>
span { border-color: #B58136; }
span { border-color: rgb(181,129,54); }
td.TdClassName
{
border-color: #B58136;
}
.TagClassName
{
border-color: #B58136;
}
</style>