Shades of Mandalay #B87A2E
Tints of Mandalay #B87A2E
RGB
CMYK
RGB Variations
Color information
#B87A2E (or 0xB87A2E) is known color: Mandalay. HEX triplet: B8, 7A and 2E. RGB value is (184,122,46). Sum of RGB (Red+Green+Blue) = 184+122+46=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87A2E is #4785D1. Grayscale: #848484. Windows color (decimal): -4687314 or 3046072. OLE color: 3046072.
HSL color Cylindrical-coordinate representation of color #B87A2E: hue angle of 33.04º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B87A2E is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 122 | 46 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.28 |
| HSL | 33.04º | 0.6% | 0.45% | - |
| HSV(B) | 33.04º | 0.75% | 0.72% | - |
| XYZ | 27.22 | 24.31 | 5.84 | - |
| YUV | 131.87 | 79.54 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 46 | 0 | 0.34 | 0.75 | 0.28 | 33.04 | 0.6 | 0.45 |
| Hex | B8 | 7A | 2E | 0 | 22 | 4B | 1C | 21 | 3C | 2D |
| Octal | 270 | 172 | 56 | 0 | 42 | 113 | 34 | 41 | 74 | 55 |
| Binary | 10111000 | 1111010 | 101110 | 0 | 100010 | 1001011 | 11100 | 100001 | 111100 | 101101 |
Color Harmonies of #B87A2E
Complementary color
Monochromatic Colors of #B87A2E
Black with #B87A2E
Text Example
Text Example
White with #B87A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87A2E; }
p { color: rgb(184,122,46); }
H1.HeaderClassName
{
color: #B87A2E;
}
.AnyTagClassName
{
color: #B87A2E;
}
</style>
background-color css
<style>
a { background-color: #B87A2E; }
a { background-color: rgb(184,122,46); }
div.DivClassName
{
background-color: #B87A2E;
}
.BgClassName
{
background-color: #B87A2E;
}
</style>
border-color css
<style>
span { border-color: #B87A2E; }
span { border-color: rgb(184,122,46); }
td.TdClassName
{
border-color: #B87A2E;
}
.TagClassName
{
border-color: #B87A2E;
}
</style>