Shades of Mandalay #B47A2D
Tints of Mandalay #B47A2D
RGB
CMYK
RGB Variations
Color information
#B47A2D (or 0xB47A2D) is known color: Mandalay. HEX triplet: B4, 7A and 2D. RGB value is (180,122,45). Sum of RGB (Red+Green+Blue) = 180+122+45=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47A2D is #4B85D2. Grayscale: #828282. Windows color (decimal): -4949459 or 2980532. OLE color: 2980532.
HSL color Cylindrical-coordinate representation of color #B47A2D: hue angle of 34.22º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B47A2D is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 122 | 45 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.29 |
| HSL | 34.22º | 0.6% | 0.44% | - |
| HSV(B) | 34.22º | 0.75% | 0.71% | - |
| XYZ | 26.26 | 23.81 | 5.69 | - |
| YUV | 130.56 | 79.72 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 45 | 0 | 0.32 | 0.75 | 0.29 | 34.22 | 0.6 | 0.44 |
| Hex | B4 | 7A | 2D | 0 | 20 | 4B | 1D | 22 | 3C | 2C |
| Octal | 264 | 172 | 55 | 0 | 40 | 113 | 35 | 42 | 74 | 54 |
| Binary | 10110100 | 1111010 | 101101 | 0 | 100000 | 1001011 | 11101 | 100010 | 111100 | 101100 |
Color Harmonies of #B47A2D
Complementary color
Monochromatic Colors of #B47A2D
Black with #B47A2D
Text Example
Text Example
White with #B47A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47A2D; }
p { color: rgb(180,122,45); }
H1.HeaderClassName
{
color: #B47A2D;
}
.AnyTagClassName
{
color: #B47A2D;
}
</style>
background-color css
<style>
a { background-color: #B47A2D; }
a { background-color: rgb(180,122,45); }
div.DivClassName
{
background-color: #B47A2D;
}
.BgClassName
{
background-color: #B47A2D;
}
</style>
border-color css
<style>
span { border-color: #B47A2D; }
span { border-color: rgb(180,122,45); }
td.TdClassName
{
border-color: #B47A2D;
}
.TagClassName
{
border-color: #B47A2D;
}
</style>