Shades of Mandalay #B18032
Tints of Mandalay #B18032
RGB
CMYK
RGB Variations
Color information
#B18032 (or 0xB18032) is known color: Mandalay. HEX triplet: B1, 80 and 32. RGB value is (177,128,50). Sum of RGB (Red+Green+Blue) = 177+128+50=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B18032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18032 is #4E7FCD. Grayscale: #868686. Windows color (decimal): -5144526 or 3309745. OLE color: 3309745.
HSL color Cylindrical-coordinate representation of color #B18032: hue angle of 36.85º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B18032 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 50 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.31 |
| HSL | 36.85º | 0.56% | 0.45% | - |
| HSV(B) | 36.85º | 0.72% | 0.69% | - |
| XYZ | 26.43 | 25.02 | 6.45 | - |
| YUV | 133.76 | 80.73 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 50 | 0 | 0.28 | 0.72 | 0.31 | 36.85 | 0.56 | 0.45 |
| Hex | B1 | 80 | 32 | 0 | 1C | 48 | 1F | 25 | 38 | 2D |
| Octal | 261 | 200 | 62 | 0 | 34 | 110 | 37 | 45 | 70 | 55 |
| Binary | 10110001 | 10000000 | 110010 | 0 | 11100 | 1001000 | 11111 | 100101 | 111000 | 101101 |
Color Harmonies of #B18032
Complementary color
Monochromatic Colors of #B18032
Black with #B18032
Text Example
Text Example
White with #B18032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18032; }
p { color: rgb(177,128,50); }
H1.HeaderClassName
{
color: #B18032;
}
.AnyTagClassName
{
color: #B18032;
}
</style>
background-color css
<style>
a { background-color: #B18032; }
a { background-color: rgb(177,128,50); }
div.DivClassName
{
background-color: #B18032;
}
.BgClassName
{
background-color: #B18032;
}
</style>
border-color css
<style>
span { border-color: #B18032; }
span { border-color: rgb(177,128,50); }
td.TdClassName
{
border-color: #B18032;
}
.TagClassName
{
border-color: #B18032;
}
</style>