Shades of Mandalay #B17A2C
Tints of Mandalay #B17A2C
RGB
CMYK
RGB Variations
Color information
#B17A2C (or 0xB17A2C) is known color: Mandalay. HEX triplet: B1, 7A and 2C. RGB value is (177,122,44). Sum of RGB (Red+Green+Blue) = 177+122+44=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17A2C is #4E85D3. Grayscale: #818181. Windows color (decimal): -5146068 or 2914993. OLE color: 2914993.
HSL color Cylindrical-coordinate representation of color #B17A2C: hue angle of 35.19º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B17A2C is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 122 | 44 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.31 |
| HSL | 35.19º | 0.6% | 0.43% | - |
| HSV(B) | 35.19º | 0.75% | 0.69% | - |
| XYZ | 25.55 | 23.45 | 5.56 | - |
| YUV | 129.55 | 79.72 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 44 | 0 | 0.31 | 0.75 | 0.31 | 35.19 | 0.6 | 0.43 |
| Hex | B1 | 7A | 2C | 0 | 1F | 4B | 1F | 23 | 3C | 2B |
| Octal | 261 | 172 | 54 | 0 | 37 | 113 | 37 | 43 | 74 | 53 |
| Binary | 10110001 | 1111010 | 101100 | 0 | 11111 | 1001011 | 11111 | 100011 | 111100 | 101011 |
Color Harmonies of #B17A2C
Complementary color
Monochromatic Colors of #B17A2C
Black with #B17A2C
Text Example
Text Example
White with #B17A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17A2C; }
p { color: rgb(177,122,44); }
H1.HeaderClassName
{
color: #B17A2C;
}
.AnyTagClassName
{
color: #B17A2C;
}
</style>
background-color css
<style>
a { background-color: #B17A2C; }
a { background-color: rgb(177,122,44); }
div.DivClassName
{
background-color: #B17A2C;
}
.BgClassName
{
background-color: #B17A2C;
}
</style>
border-color css
<style>
span { border-color: #B17A2C; }
span { border-color: rgb(177,122,44); }
td.TdClassName
{
border-color: #B17A2C;
}
.TagClassName
{
border-color: #B17A2C;
}
</style>