Shades of Mandalay #B17C2F
Tints of Mandalay #B17C2F
RGB
CMYK
RGB Variations
Color information
#B17C2F (or 0xB17C2F) is known color: Mandalay. HEX triplet: B1, 7C and 2F. RGB value is (177,124,47). Sum of RGB (Red+Green+Blue) = 177+124+47=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17C2F is #4E83D0. Grayscale: #838383. Windows color (decimal): -5145553 or 3112113. OLE color: 3112113.
HSL color Cylindrical-coordinate representation of color #B17C2F: hue angle of 35.54º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B17C2F is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 124 | 47 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.31 |
| HSL | 35.54º | 0.58% | 0.44% | - |
| HSV(B) | 35.54º | 0.73% | 0.69% | - |
| XYZ | 25.85 | 23.97 | 5.95 | - |
| YUV | 131.07 | 80.56 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 47 | 0 | 0.30 | 0.73 | 0.31 | 35.54 | 0.58 | 0.44 |
| Hex | B1 | 7C | 2F | 0 | 1E | 49 | 1F | 24 | 3A | 2C |
| Octal | 261 | 174 | 57 | 0 | 36 | 111 | 37 | 44 | 72 | 54 |
| Binary | 10110001 | 1111100 | 101111 | 0 | 11110 | 1001001 | 11111 | 100100 | 111010 | 101100 |
Color Harmonies of #B17C2F
Complementary color
Monochromatic Colors of #B17C2F
Black with #B17C2F
Text Example
Text Example
White with #B17C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17C2F; }
p { color: rgb(177,124,47); }
H1.HeaderClassName
{
color: #B17C2F;
}
.AnyTagClassName
{
color: #B17C2F;
}
</style>
background-color css
<style>
a { background-color: #B17C2F; }
a { background-color: rgb(177,124,47); }
div.DivClassName
{
background-color: #B17C2F;
}
.BgClassName
{
background-color: #B17C2F;
}
</style>
border-color css
<style>
span { border-color: #B17C2F; }
span { border-color: rgb(177,124,47); }
td.TdClassName
{
border-color: #B17C2F;
}
.TagClassName
{
border-color: #B17C2F;
}
</style>