Shades of Mandalay #B18231
Tints of Mandalay #B18231
RGB
CMYK
RGB Variations
Color information
#B18231 (or 0xB18231) is known color: Mandalay. HEX triplet: B1, 82 and 31. RGB value is (177,130,49). Sum of RGB (Red+Green+Blue) = 177+130+49=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B18231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18231 is #4E7DCE. Grayscale: #878787. Windows color (decimal): -5144015 or 3244721. OLE color: 3244721.
HSL color Cylindrical-coordinate representation of color #B18231: hue angle of 37.97º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B18231 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 49 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.31 |
| HSL | 37.97º | 0.57% | 0.44% | - |
| HSV(B) | 37.97º | 0.72% | 0.69% | - |
| XYZ | 26.67 | 25.53 | 6.43 | - |
| YUV | 134.82 | 79.57 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 49 | 0 | 0.27 | 0.72 | 0.31 | 37.97 | 0.57 | 0.44 |
| Hex | B1 | 82 | 31 | 0 | 1B | 48 | 1F | 26 | 39 | 2C |
| Octal | 261 | 202 | 61 | 0 | 33 | 110 | 37 | 46 | 71 | 54 |
| Binary | 10110001 | 10000010 | 110001 | 0 | 11011 | 1001000 | 11111 | 100110 | 111001 | 101100 |
Color Harmonies of #B18231
Complementary color
Monochromatic Colors of #B18231
Black with #B18231
Text Example
Text Example
White with #B18231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18231; }
p { color: rgb(177,130,49); }
H1.HeaderClassName
{
color: #B18231;
}
.AnyTagClassName
{
color: #B18231;
}
</style>
background-color css
<style>
a { background-color: #B18231; }
a { background-color: rgb(177,130,49); }
div.DivClassName
{
background-color: #B18231;
}
.BgClassName
{
background-color: #B18231;
}
</style>
border-color css
<style>
span { border-color: #B18231; }
span { border-color: rgb(177,130,49); }
td.TdClassName
{
border-color: #B18231;
}
.TagClassName
{
border-color: #B18231;
}
</style>