Shades of Mandalay #B47829
Tints of Mandalay #B47829
RGB
CMYK
RGB Variations
Color information
#B47829 (or 0xB47829) is known color: Mandalay. HEX triplet: B4, 78 and 29. RGB value is (180,120,41). Sum of RGB (Red+Green+Blue) = 180+120+41=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B47829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47829 is #4B87D6. Grayscale: #818181. Windows color (decimal): -4949975 or 2717876. OLE color: 2717876.
HSL color Cylindrical-coordinate representation of color #B47829: hue angle of 34.1º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B47829 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 120 | 41 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.29 |
| HSL | 34.1º | 0.63% | 0.43% | - |
| HSV(B) | 34.1º | 0.77% | 0.71% | - |
| XYZ | 25.94 | 23.3 | 5.23 | - |
| YUV | 128.93 | 78.38 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 120 | 41 | 0 | 0.33 | 0.77 | 0.29 | 34.1 | 0.63 | 0.43 |
| Hex | B4 | 78 | 29 | 0 | 21 | 4D | 1D | 22 | 3F | 2B |
| Octal | 264 | 170 | 51 | 0 | 41 | 115 | 35 | 42 | 77 | 53 |
| Binary | 10110100 | 1111000 | 101001 | 0 | 100001 | 1001101 | 11101 | 100010 | 111111 | 101011 |
Color Harmonies of #B47829
Complementary color
Monochromatic Colors of #B47829
Black with #B47829
Text Example
Text Example
White with #B47829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47829; }
p { color: rgb(180,120,41); }
H1.HeaderClassName
{
color: #B47829;
}
.AnyTagClassName
{
color: #B47829;
}
</style>
background-color css
<style>
a { background-color: #B47829; }
a { background-color: rgb(180,120,41); }
div.DivClassName
{
background-color: #B47829;
}
.BgClassName
{
background-color: #B47829;
}
</style>
border-color css
<style>
span { border-color: #B47829; }
span { border-color: rgb(180,120,41); }
td.TdClassName
{
border-color: #B47829;
}
.TagClassName
{
border-color: #B47829;
}
</style>