Shades of Mandalay #B97B32
Tints of Mandalay #B97B32
RGB
CMYK
RGB Variations
Color information
#B97B32 (or 0xB97B32) is known color: Mandalay. HEX triplet: B9, 7B and 32. RGB value is (185,123,50). Sum of RGB (Red+Green+Blue) = 185+123+50=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97B32 is #4684CD. Grayscale: #858585. Windows color (decimal): -4621518 or 3308473. OLE color: 3308473.
HSL color Cylindrical-coordinate representation of color #B97B32: hue angle of 32.44º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B97B32 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 123 | 50 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.27 |
| HSL | 32.44º | 0.57% | 0.46% | - |
| HSV(B) | 32.44º | 0.73% | 0.73% | - |
| XYZ | 27.67 | 24.71 | 6.33 | - |
| YUV | 133.22 | 81.04 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 123 | 50 | 0 | 0.34 | 0.73 | 0.27 | 32.44 | 0.57 | 0.46 |
| Hex | B9 | 7B | 32 | 0 | 22 | 49 | 1B | 20 | 39 | 2E |
| Octal | 271 | 173 | 62 | 0 | 42 | 111 | 33 | 40 | 71 | 56 |
| Binary | 10111001 | 1111011 | 110010 | 0 | 100010 | 1001001 | 11011 | 100000 | 111001 | 101110 |
Color Harmonies of #B97B32
Complementary color
Monochromatic Colors of #B97B32
Black with #B97B32
Text Example
Text Example
White with #B97B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97B32; }
p { color: rgb(185,123,50); }
H1.HeaderClassName
{
color: #B97B32;
}
.AnyTagClassName
{
color: #B97B32;
}
</style>
background-color css
<style>
a { background-color: #B97B32; }
a { background-color: rgb(185,123,50); }
div.DivClassName
{
background-color: #B97B32;
}
.BgClassName
{
background-color: #B97B32;
}
</style>
border-color css
<style>
span { border-color: #B97B32; }
span { border-color: rgb(185,123,50); }
td.TdClassName
{
border-color: #B97B32;
}
.TagClassName
{
border-color: #B97B32;
}
</style>