Shades of Mandalay #B18136
Tints of Mandalay #B18136
RGB
CMYK
RGB Variations
Color information
#B18136 (or 0xB18136) is known color: Mandalay. HEX triplet: B1, 81 and 36. RGB value is (177,129,54). Sum of RGB (Red+Green+Blue) = 177+129+54=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B18136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18136 is #4E7EC9. Grayscale: #878787. Windows color (decimal): -5144266 or 3572145. OLE color: 3572145.
HSL color Cylindrical-coordinate representation of color #B18136: hue angle of 36.59º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B18136 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 54 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.31 |
| HSL | 36.59º | 0.53% | 0.45% | - |
| HSV(B) | 36.59º | 0.69% | 0.69% | - |
| XYZ | 26.65 | 25.31 | 6.97 | - |
| YUV | 134.8 | 82.4 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 54 | 0 | 0.27 | 0.69 | 0.31 | 36.59 | 0.53 | 0.45 |
| Hex | B1 | 81 | 36 | 0 | 1B | 45 | 1F | 25 | 35 | 2D |
| Octal | 261 | 201 | 66 | 0 | 33 | 105 | 37 | 45 | 65 | 55 |
| Binary | 10110001 | 10000001 | 110110 | 0 | 11011 | 1000101 | 11111 | 100101 | 110101 | 101101 |
Color Harmonies of #B18136
Complementary color
Monochromatic Colors of #B18136
Black with #B18136
Text Example
Text Example
White with #B18136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18136; }
p { color: rgb(177,129,54); }
H1.HeaderClassName
{
color: #B18136;
}
.AnyTagClassName
{
color: #B18136;
}
</style>
background-color css
<style>
a { background-color: #B18136; }
a { background-color: rgb(177,129,54); }
div.DivClassName
{
background-color: #B18136;
}
.BgClassName
{
background-color: #B18136;
}
</style>
border-color css
<style>
span { border-color: #B18136; }
span { border-color: rgb(177,129,54); }
td.TdClassName
{
border-color: #B18136;
}
.TagClassName
{
border-color: #B18136;
}
</style>