Shades of Mandalay #B47A32
Tints of Mandalay #B47A32
RGB
CMYK
RGB Variations
Color information
#B47A32 (or 0xB47A32) is known color: Mandalay. HEX triplet: B4, 7A and 32. RGB value is (180,122,50). Sum of RGB (Red+Green+Blue) = 180+122+50=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47A32 is #4B85CD. Grayscale: #838383. Windows color (decimal): -4949454 or 3308212. OLE color: 3308212.
HSL color Cylindrical-coordinate representation of color #B47A32: hue angle of 33.23º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B47A32 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 122 | 50 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.29 |
| HSL | 33.23º | 0.57% | 0.45% | - |
| HSV(B) | 33.23º | 0.72% | 0.71% | - |
| XYZ | 26.36 | 23.85 | 6.23 | - |
| YUV | 131.13 | 82.22 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 50 | 0 | 0.32 | 0.72 | 0.29 | 33.23 | 0.57 | 0.45 |
| Hex | B4 | 7A | 32 | 0 | 20 | 48 | 1D | 21 | 39 | 2D |
| Octal | 264 | 172 | 62 | 0 | 40 | 110 | 35 | 41 | 71 | 55 |
| Binary | 10110100 | 1111010 | 110010 | 0 | 100000 | 1001000 | 11101 | 100001 | 111001 | 101101 |
Color Harmonies of #B47A32
Complementary color
Monochromatic Colors of #B47A32
Black with #B47A32
Text Example
Text Example
White with #B47A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47A32; }
p { color: rgb(180,122,50); }
H1.HeaderClassName
{
color: #B47A32;
}
.AnyTagClassName
{
color: #B47A32;
}
</style>
background-color css
<style>
a { background-color: #B47A32; }
a { background-color: rgb(180,122,50); }
div.DivClassName
{
background-color: #B47A32;
}
.BgClassName
{
background-color: #B47A32;
}
</style>
border-color css
<style>
span { border-color: #B47A32; }
span { border-color: rgb(180,122,50); }
td.TdClassName
{
border-color: #B47A32;
}
.TagClassName
{
border-color: #B47A32;
}
</style>