Shades of Mandalay #B17F20
Tints of Mandalay #B17F20
RGB
CMYK
RGB Variations
Color information
#B17F20 (or 0xB17F20) is known color: Mandalay. HEX triplet: B1, 7F and 20. RGB value is (177,127,32). Sum of RGB (Red+Green+Blue) = 177+127+32=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17F20 is #4E80DF. Grayscale: #838383. Windows color (decimal): -5144800 or 2129841. OLE color: 2129841.
HSL color Cylindrical-coordinate representation of color #B17F20: hue angle of 39.31º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B17F20 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 32 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.31 |
| HSL | 39.31º | 0.69% | 0.41% | - |
| HSV(B) | 39.31º | 0.82% | 0.69% | - |
| XYZ | 25.98 | 24.63 | 4.75 | - |
| YUV | 131.12 | 72.07 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 32 | 0 | 0.28 | 0.82 | 0.31 | 39.31 | 0.69 | 0.41 |
| Hex | B1 | 7F | 20 | 0 | 1C | 52 | 1F | 27 | 45 | 29 |
| Octal | 261 | 177 | 40 | 0 | 34 | 122 | 37 | 47 | 105 | 51 |
| Binary | 10110001 | 1111111 | 100000 | 0 | 11100 | 1010010 | 11111 | 100111 | 1000101 | 101001 |
Color Harmonies of #B17F20
Complementary color
Monochromatic Colors of #B17F20
Black with #B17F20
Text Example
Text Example
White with #B17F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F20; }
p { color: rgb(177,127,32); }
H1.HeaderClassName
{
color: #B17F20;
}
.AnyTagClassName
{
color: #B17F20;
}
</style>
background-color css
<style>
a { background-color: #B17F20; }
a { background-color: rgb(177,127,32); }
div.DivClassName
{
background-color: #B17F20;
}
.BgClassName
{
background-color: #B17F20;
}
</style>
border-color css
<style>
span { border-color: #B17F20; }
span { border-color: rgb(177,127,32); }
td.TdClassName
{
border-color: #B17F20;
}
.TagClassName
{
border-color: #B17F20;
}
</style>