Shades of Mandalay #B97D37
Tints of Mandalay #B97D37
RGB
CMYK
RGB Variations
Color information
#B97D37 (or 0xB97D37) is known color: Mandalay. HEX triplet: B9, 7D and 37. RGB value is (185,125,55). Sum of RGB (Red+Green+Blue) = 185+125+55=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97D37 is #4682C8. Grayscale: #878787. Windows color (decimal): -4621001 or 3636665. OLE color: 3636665.
HSL color Cylindrical-coordinate representation of color #B97D37: hue angle of 32.31º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B97D37 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 55 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.27 |
| HSL | 32.31º | 0.54% | 0.47% | - |
| HSV(B) | 32.31º | 0.7% | 0.73% | - |
| XYZ | 28.03 | 25.26 | 7.01 | - |
| YUV | 134.96 | 82.88 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 55 | 0 | 0.32 | 0.70 | 0.27 | 32.31 | 0.54 | 0.47 |
| Hex | B9 | 7D | 37 | 0 | 20 | 46 | 1B | 20 | 36 | 2F |
| Octal | 271 | 175 | 67 | 0 | 40 | 106 | 33 | 40 | 66 | 57 |
| Binary | 10111001 | 1111101 | 110111 | 0 | 100000 | 1000110 | 11011 | 100000 | 110110 | 101111 |
Color Harmonies of #B97D37
Complementary color
Monochromatic Colors of #B97D37
Black with #B97D37
Text Example
Text Example
White with #B97D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97D37; }
p { color: rgb(185,125,55); }
H1.HeaderClassName
{
color: #B97D37;
}
.AnyTagClassName
{
color: #B97D37;
}
</style>
background-color css
<style>
a { background-color: #B97D37; }
a { background-color: rgb(185,125,55); }
div.DivClassName
{
background-color: #B97D37;
}
.BgClassName
{
background-color: #B97D37;
}
</style>
border-color css
<style>
span { border-color: #B97D37; }
span { border-color: rgb(185,125,55); }
td.TdClassName
{
border-color: #B97D37;
}
.TagClassName
{
border-color: #B97D37;
}
</style>