Shades of Mandalay #B87E2E
Tints of Mandalay #B87E2E
RGB
CMYK
RGB Variations
Color information
#B87E2E (or 0xB87E2E) is known color: Mandalay. HEX triplet: B8, 7E and 2E. RGB value is (184,126,46). Sum of RGB (Red+Green+Blue) = 184+126+46=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87E2E is #4781D1. Grayscale: #868686. Windows color (decimal): -4686290 or 3047096. OLE color: 3047096.
HSL color Cylindrical-coordinate representation of color #B87E2E: hue angle of 34.78º 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 #B87E2E is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 126 | 46 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.28 |
| HSL | 34.78º | 0.6% | 0.45% | - |
| HSV(B) | 34.78º | 0.75% | 0.72% | - |
| XYZ | 27.72 | 25.31 | 6.01 | - |
| YUV | 134.22 | 78.22 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 126 | 46 | 0 | 0.32 | 0.75 | 0.28 | 34.78 | 0.6 | 0.45 |
| Hex | B8 | 7E | 2E | 0 | 20 | 4B | 1C | 23 | 3C | 2D |
| Octal | 270 | 176 | 56 | 0 | 40 | 113 | 34 | 43 | 74 | 55 |
| Binary | 10111000 | 1111110 | 101110 | 0 | 100000 | 1001011 | 11100 | 100011 | 111100 | 101101 |
Color Harmonies of #B87E2E
Complementary color
Monochromatic Colors of #B87E2E
Black with #B87E2E
Text Example
Text Example
White with #B87E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87E2E; }
p { color: rgb(184,126,46); }
H1.HeaderClassName
{
color: #B87E2E;
}
.AnyTagClassName
{
color: #B87E2E;
}
</style>
background-color css
<style>
a { background-color: #B87E2E; }
a { background-color: rgb(184,126,46); }
div.DivClassName
{
background-color: #B87E2E;
}
.BgClassName
{
background-color: #B87E2E;
}
</style>
border-color css
<style>
span { border-color: #B87E2E; }
span { border-color: rgb(184,126,46); }
td.TdClassName
{
border-color: #B87E2E;
}
.TagClassName
{
border-color: #B87E2E;
}
</style>