Shades of Mandalay #B98136
Tints of Mandalay #B98136
RGB
CMYK
RGB Variations
Color information
#B98136 (or 0xB98136) is known color: Mandalay. HEX triplet: B9, 81 and 36. RGB value is (185,129,54). Sum of RGB (Red+Green+Blue) = 185+129+54=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B98136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98136 is #467EC9. Grayscale: #898989. Windows color (decimal): -4619978 or 3572153. OLE color: 3572153.
HSL color Cylindrical-coordinate representation of color #B98136: hue angle of 34.35º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B98136 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 129 | 54 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.27 |
| HSL | 34.35º | 0.55% | 0.47% | - |
| HSV(B) | 34.35º | 0.71% | 0.73% | - |
| XYZ | 28.52 | 26.28 | 7.06 | - |
| YUV | 137.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 129 | 54 | 0 | 0.30 | 0.71 | 0.27 | 34.35 | 0.55 | 0.47 |
| Hex | B9 | 81 | 36 | 0 | 1E | 47 | 1B | 22 | 37 | 2F |
| Octal | 271 | 201 | 66 | 0 | 36 | 107 | 33 | 42 | 67 | 57 |
| Binary | 10111001 | 10000001 | 110110 | 0 | 11110 | 1000111 | 11011 | 100010 | 110111 | 101111 |
Color Harmonies of #B98136
Complementary color
Monochromatic Colors of #B98136
Black with #B98136
Text Example
Text Example
White with #B98136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98136; }
p { color: rgb(185,129,54); }
H1.HeaderClassName
{
color: #B98136;
}
.AnyTagClassName
{
color: #B98136;
}
</style>
background-color css
<style>
a { background-color: #B98136; }
a { background-color: rgb(185,129,54); }
div.DivClassName
{
background-color: #B98136;
}
.BgClassName
{
background-color: #B98136;
}
</style>
border-color css
<style>
span { border-color: #B98136; }
span { border-color: rgb(185,129,54); }
td.TdClassName
{
border-color: #B98136;
}
.TagClassName
{
border-color: #B98136;
}
</style>