Shades of Mandalay #B98431
Tints of Mandalay #B98431
RGB
CMYK
RGB Variations
Color information
#B98431 (or 0xB98431) is known color: Mandalay. HEX triplet: B9, 84 and 31. RGB value is (185,132,49). Sum of RGB (Red+Green+Blue) = 185+132+49=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B98431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98431 is #467BCE. Grayscale: #8A8A8A. Windows color (decimal): -4619215 or 3245241. OLE color: 3245241.
HSL color Cylindrical-coordinate representation of color #B98431: hue angle of 36.62º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B98431 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 132 | 49 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.27 |
| HSL | 36.62º | 0.58% | 0.46% | - |
| HSV(B) | 36.62º | 0.74% | 0.73% | - |
| XYZ | 28.81 | 27.04 | 6.61 | - |
| YUV | 138.39 | 77.56 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 49 | 0 | 0.29 | 0.74 | 0.27 | 36.62 | 0.58 | 0.46 |
| Hex | B9 | 84 | 31 | 0 | 1D | 4A | 1B | 25 | 3A | 2E |
| Octal | 271 | 204 | 61 | 0 | 35 | 112 | 33 | 45 | 72 | 56 |
| Binary | 10111001 | 10000100 | 110001 | 0 | 11101 | 1001010 | 11011 | 100101 | 111010 | 101110 |
Color Harmonies of #B98431
Complementary color
Monochromatic Colors of #B98431
Black with #B98431
Text Example
Text Example
White with #B98431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98431; }
p { color: rgb(185,132,49); }
H1.HeaderClassName
{
color: #B98431;
}
.AnyTagClassName
{
color: #B98431;
}
</style>
background-color css
<style>
a { background-color: #B98431; }
a { background-color: rgb(185,132,49); }
div.DivClassName
{
background-color: #B98431;
}
.BgClassName
{
background-color: #B98431;
}
</style>
border-color css
<style>
span { border-color: #B98431; }
span { border-color: rgb(185,132,49); }
td.TdClassName
{
border-color: #B98431;
}
.TagClassName
{
border-color: #B98431;
}
</style>