Shades of Mandalay #B87C31
Tints of Mandalay #B87C31
RGB
CMYK
RGB Variations
Color information
#B87C31 (or 0xB87C31) is known color: Mandalay. HEX triplet: B8, 7C and 31. RGB value is (184,124,49). Sum of RGB (Red+Green+Blue) = 184+124+49=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87C31 is #4783CE. Grayscale: #858585. Windows color (decimal): -4686799 or 3243192. OLE color: 3243192.
HSL color Cylindrical-coordinate representation of color #B87C31: hue angle of 33.33º 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 #B87C31 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 49 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.28 |
| HSL | 33.33º | 0.58% | 0.46% | - |
| HSV(B) | 33.33º | 0.73% | 0.72% | - |
| XYZ | 27.53 | 24.83 | 6.25 | - |
| YUV | 133.39 | 80.38 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 49 | 0 | 0.33 | 0.73 | 0.28 | 33.33 | 0.58 | 0.46 |
| Hex | B8 | 7C | 31 | 0 | 21 | 49 | 1C | 21 | 3A | 2E |
| Octal | 270 | 174 | 61 | 0 | 41 | 111 | 34 | 41 | 72 | 56 |
| Binary | 10111000 | 1111100 | 110001 | 0 | 100001 | 1001001 | 11100 | 100001 | 111010 | 101110 |
Color Harmonies of #B87C31
Complementary color
Monochromatic Colors of #B87C31
Black with #B87C31
Text Example
Text Example
White with #B87C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87C31; }
p { color: rgb(184,124,49); }
H1.HeaderClassName
{
color: #B87C31;
}
.AnyTagClassName
{
color: #B87C31;
}
</style>
background-color css
<style>
a { background-color: #B87C31; }
a { background-color: rgb(184,124,49); }
div.DivClassName
{
background-color: #B87C31;
}
.BgClassName
{
background-color: #B87C31;
}
</style>
border-color css
<style>
span { border-color: #B87C31; }
span { border-color: rgb(184,124,49); }
td.TdClassName
{
border-color: #B87C31;
}
.TagClassName
{
border-color: #B87C31;
}
</style>