Shades of Mandalay #B87D31
Tints of Mandalay #B87D31
RGB
CMYK
RGB Variations
Color information
#B87D31 (or 0xB87D31) is known color: Mandalay. HEX triplet: B8, 7D and 31. RGB value is (184,125,49). Sum of RGB (Red+Green+Blue) = 184+125+49=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87D31 is #4782CE. Grayscale: #868686. Windows color (decimal): -4686543 or 3243448. OLE color: 3243448.
HSL color Cylindrical-coordinate representation of color #B87D31: hue angle of 33.78º degrees, saturation: 0.58, 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 #B87D31 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 49 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.28 |
| HSL | 33.78º | 0.58% | 0.46% | - |
| HSV(B) | 33.78º | 0.73% | 0.72% | - |
| XYZ | 27.66 | 25.08 | 6.29 | - |
| YUV | 133.98 | 80.05 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 49 | 0 | 0.32 | 0.73 | 0.28 | 33.78 | 0.58 | 0.46 |
| Hex | B8 | 7D | 31 | 0 | 20 | 49 | 1C | 22 | 3A | 2E |
| Octal | 270 | 175 | 61 | 0 | 40 | 111 | 34 | 42 | 72 | 56 |
| Binary | 10111000 | 1111101 | 110001 | 0 | 100000 | 1001001 | 11100 | 100010 | 111010 | 101110 |
Color Harmonies of #B87D31
Complementary color
Monochromatic Colors of #B87D31
Black with #B87D31
Text Example
Text Example
White with #B87D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D31; }
p { color: rgb(184,125,49); }
H1.HeaderClassName
{
color: #B87D31;
}
.AnyTagClassName
{
color: #B87D31;
}
</style>
background-color css
<style>
a { background-color: #B87D31; }
a { background-color: rgb(184,125,49); }
div.DivClassName
{
background-color: #B87D31;
}
.BgClassName
{
background-color: #B87D31;
}
</style>
border-color css
<style>
span { border-color: #B87D31; }
span { border-color: rgb(184,125,49); }
td.TdClassName
{
border-color: #B87D31;
}
.TagClassName
{
border-color: #B87D31;
}
</style>