Shades of Mandalay #B17829
Tints of Mandalay #B17829
RGB
CMYK
RGB Variations
Color information
#B17829 (or 0xB17829) is known color: Mandalay. HEX triplet: B1, 78 and 29. RGB value is (177,120,41). Sum of RGB (Red+Green+Blue) = 177+120+41=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B17829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17829 is #4E87D6. Grayscale: #808080. Windows color (decimal): -5146583 or 2717873. OLE color: 2717873.
HSL color Cylindrical-coordinate representation of color #B17829: hue angle of 34.85º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B17829 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 41 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.31 |
| HSL | 34.85º | 0.62% | 0.43% | - |
| HSV(B) | 34.85º | 0.77% | 0.69% | - |
| XYZ | 25.25 | 22.94 | 5.19 | - |
| YUV | 128.04 | 78.88 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 41 | 0 | 0.32 | 0.77 | 0.31 | 34.85 | 0.62 | 0.43 |
| Hex | B1 | 78 | 29 | 0 | 20 | 4D | 1F | 23 | 3E | 2B |
| Octal | 261 | 170 | 51 | 0 | 40 | 115 | 37 | 43 | 76 | 53 |
| Binary | 10110001 | 1111000 | 101001 | 0 | 100000 | 1001101 | 11111 | 100011 | 111110 | 101011 |
Color Harmonies of #B17829
Complementary color
Monochromatic Colors of #B17829
Black with #B17829
Text Example
Text Example
White with #B17829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17829; }
p { color: rgb(177,120,41); }
H1.HeaderClassName
{
color: #B17829;
}
.AnyTagClassName
{
color: #B17829;
}
</style>
background-color css
<style>
a { background-color: #B17829; }
a { background-color: rgb(177,120,41); }
div.DivClassName
{
background-color: #B17829;
}
.BgClassName
{
background-color: #B17829;
}
</style>
border-color css
<style>
span { border-color: #B17829; }
span { border-color: rgb(177,120,41); }
td.TdClassName
{
border-color: #B17829;
}
.TagClassName
{
border-color: #B17829;
}
</style>