Shades of Mandalay #B87A32
Tints of Mandalay #B87A32
RGB
CMYK
RGB Variations
Color information
#B87A32 (or 0xB87A32) is known color: Mandalay. HEX triplet: B8, 7A and 32. RGB value is (184,122,50). Sum of RGB (Red+Green+Blue) = 184+122+50=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87A32 is #4785CD. Grayscale: #848484. Windows color (decimal): -4687310 or 3308216. OLE color: 3308216.
HSL color Cylindrical-coordinate representation of color #B87A32: hue angle of 32.24º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B87A32 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 122 | 50 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.28 |
| HSL | 32.24º | 0.57% | 0.46% | - |
| HSV(B) | 32.24º | 0.73% | 0.72% | - |
| XYZ | 27.3 | 24.34 | 6.28 | - |
| YUV | 132.33 | 81.54 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 50 | 0 | 0.34 | 0.73 | 0.28 | 32.24 | 0.57 | 0.46 |
| Hex | B8 | 7A | 32 | 0 | 22 | 49 | 1C | 20 | 39 | 2E |
| Octal | 270 | 172 | 62 | 0 | 42 | 111 | 34 | 40 | 71 | 56 |
| Binary | 10111000 | 1111010 | 110010 | 0 | 100010 | 1001001 | 11100 | 100000 | 111001 | 101110 |
Color Harmonies of #B87A32
Complementary color
Monochromatic Colors of #B87A32
Black with #B87A32
Text Example
Text Example
White with #B87A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87A32; }
p { color: rgb(184,122,50); }
H1.HeaderClassName
{
color: #B87A32;
}
.AnyTagClassName
{
color: #B87A32;
}
</style>
background-color css
<style>
a { background-color: #B87A32; }
a { background-color: rgb(184,122,50); }
div.DivClassName
{
background-color: #B87A32;
}
.BgClassName
{
background-color: #B87A32;
}
</style>
border-color css
<style>
span { border-color: #B87A32; }
span { border-color: rgb(184,122,50); }
td.TdClassName
{
border-color: #B87A32;
}
.TagClassName
{
border-color: #B87A32;
}
</style>