Shades of Mandalay #B47A2E
Tints of Mandalay #B47A2E
RGB
CMYK
RGB Variations
Color information
#B47A2E (or 0xB47A2E) is known color: Mandalay. HEX triplet: B4, 7A and 2E. RGB value is (180,122,46). Sum of RGB (Red+Green+Blue) = 180+122+46=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47A2E is #4B85D1. Grayscale: #838383. Windows color (decimal): -4949458 or 3046068. OLE color: 3046068.
HSL color Cylindrical-coordinate representation of color #B47A2E: hue angle of 34.03º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B47A2E is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 122 | 46 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.29 |
| HSL | 34.03º | 0.59% | 0.44% | - |
| HSV(B) | 34.03º | 0.74% | 0.71% | - |
| XYZ | 26.28 | 23.82 | 5.8 | - |
| YUV | 130.68 | 80.22 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 46 | 0 | 0.32 | 0.74 | 0.29 | 34.03 | 0.59 | 0.44 |
| Hex | B4 | 7A | 2E | 0 | 20 | 4A | 1D | 22 | 3B | 2C |
| Octal | 264 | 172 | 56 | 0 | 40 | 112 | 35 | 42 | 73 | 54 |
| Binary | 10110100 | 1111010 | 101110 | 0 | 100000 | 1001010 | 11101 | 100010 | 111011 | 101100 |
Color Harmonies of #B47A2E
Complementary color
Monochromatic Colors of #B47A2E
Black with #B47A2E
Text Example
Text Example
White with #B47A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47A2E; }
p { color: rgb(180,122,46); }
H1.HeaderClassName
{
color: #B47A2E;
}
.AnyTagClassName
{
color: #B47A2E;
}
</style>
background-color css
<style>
a { background-color: #B47A2E; }
a { background-color: rgb(180,122,46); }
div.DivClassName
{
background-color: #B47A2E;
}
.BgClassName
{
background-color: #B47A2E;
}
</style>
border-color css
<style>
span { border-color: #B47A2E; }
span { border-color: rgb(180,122,46); }
td.TdClassName
{
border-color: #B47A2E;
}
.TagClassName
{
border-color: #B47A2E;
}
</style>