Shades of Mandalay #B17824
Tints of Mandalay #B17824
RGB
CMYK
RGB Variations
Color information
#B17824 (or 0xB17824) is known color: Mandalay. HEX triplet: B1, 78 and 24. RGB value is (177,120,36). Sum of RGB (Red+Green+Blue) = 177+120+36=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B17824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17824 is #4E87DB. Grayscale: #7F7F7F. Windows color (decimal): -5146588 or 2390193. OLE color: 2390193.
HSL color Cylindrical-coordinate representation of color #B17824: hue angle of 35.74º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B17824 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 36 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.31 |
| HSL | 35.74º | 0.66% | 0.42% | - |
| HSV(B) | 35.74º | 0.8% | 0.69% | - |
| XYZ | 25.17 | 22.91 | 4.76 | - |
| YUV | 127.47 | 76.38 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 36 | 0 | 0.32 | 0.80 | 0.31 | 35.74 | 0.66 | 0.42 |
| Hex | B1 | 78 | 24 | 0 | 20 | 50 | 1F | 24 | 42 | 2A |
| Octal | 261 | 170 | 44 | 0 | 40 | 120 | 37 | 44 | 102 | 52 |
| Binary | 10110001 | 1111000 | 100100 | 0 | 100000 | 1010000 | 11111 | 100100 | 1000010 | 101010 |
Color Harmonies of #B17824
Complementary color
Monochromatic Colors of #B17824
Black with #B17824
Text Example
Text Example
White with #B17824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17824; }
p { color: rgb(177,120,36); }
H1.HeaderClassName
{
color: #B17824;
}
.AnyTagClassName
{
color: #B17824;
}
</style>
background-color css
<style>
a { background-color: #B17824; }
a { background-color: rgb(177,120,36); }
div.DivClassName
{
background-color: #B17824;
}
.BgClassName
{
background-color: #B17824;
}
</style>
border-color css
<style>
span { border-color: #B17824; }
span { border-color: rgb(177,120,36); }
td.TdClassName
{
border-color: #B17824;
}
.TagClassName
{
border-color: #B17824;
}
</style>