Shades of Mandalay #B18037
Tints of Mandalay #B18037
RGB
CMYK
RGB Variations
Color information
#B18037 (or 0xB18037) is known color: Mandalay. HEX triplet: B1, 80 and 37. RGB value is (177,128,55). Sum of RGB (Red+Green+Blue) = 177+128+55=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B18037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18037 is #4E7FC8. Grayscale: #868686. Windows color (decimal): -5144521 or 3637425. OLE color: 3637425.
HSL color Cylindrical-coordinate representation of color #B18037: hue angle of 35.9º 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 #B18037 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 55 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.31 |
| HSL | 35.9º | 0.53% | 0.45% | - |
| HSV(B) | 35.9º | 0.69% | 0.69% | - |
| XYZ | 26.54 | 25.06 | 7.05 | - |
| YUV | 134.33 | 83.23 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 55 | 0 | 0.28 | 0.69 | 0.31 | 35.9 | 0.53 | 0.45 |
| Hex | B1 | 80 | 37 | 0 | 1C | 45 | 1F | 24 | 35 | 2D |
| Octal | 261 | 200 | 67 | 0 | 34 | 105 | 37 | 44 | 65 | 55 |
| Binary | 10110001 | 10000000 | 110111 | 0 | 11100 | 1000101 | 11111 | 100100 | 110101 | 101101 |
Color Harmonies of #B18037
Complementary color
Monochromatic Colors of #B18037
Black with #B18037
Text Example
Text Example
White with #B18037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18037; }
p { color: rgb(177,128,55); }
H1.HeaderClassName
{
color: #B18037;
}
.AnyTagClassName
{
color: #B18037;
}
</style>
background-color css
<style>
a { background-color: #B18037; }
a { background-color: rgb(177,128,55); }
div.DivClassName
{
background-color: #B18037;
}
.BgClassName
{
background-color: #B18037;
}
</style>
border-color css
<style>
span { border-color: #B18037; }
span { border-color: rgb(177,128,55); }
td.TdClassName
{
border-color: #B18037;
}
.TagClassName
{
border-color: #B18037;
}
</style>