Shades of Mandalay #B17F34
Tints of Mandalay #B17F34
RGB
CMYK
RGB Variations
Color information
#B17F34 (or 0xB17F34) is known color: Mandalay. HEX triplet: B1, 7F and 34. RGB value is (177,127,52). Sum of RGB (Red+Green+Blue) = 177+127+52=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17F34 is #4E80CB. Grayscale: #858585. Windows color (decimal): -5144780 or 3440561. OLE color: 3440561.
HSL color Cylindrical-coordinate representation of color #B17F34: hue angle of 36º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B17F34 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 52 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.31 |
| HSL | 36º | 0.55% | 0.45% | - |
| HSV(B) | 36º | 0.71% | 0.69% | - |
| XYZ | 26.34 | 24.77 | 6.64 | - |
| YUV | 133.4 | 82.07 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 52 | 0 | 0.28 | 0.71 | 0.31 | 36 | 0.55 | 0.45 |
| Hex | B1 | 7F | 34 | 0 | 1C | 47 | 1F | 24 | 37 | 2D |
| Octal | 261 | 177 | 64 | 0 | 34 | 107 | 37 | 44 | 67 | 55 |
| Binary | 10110001 | 1111111 | 110100 | 0 | 11100 | 1000111 | 11111 | 100100 | 110111 | 101101 |
Color Harmonies of #B17F34
Complementary color
Monochromatic Colors of #B17F34
Black with #B17F34
Text Example
Text Example
White with #B17F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F34; }
p { color: rgb(177,127,52); }
H1.HeaderClassName
{
color: #B17F34;
}
.AnyTagClassName
{
color: #B17F34;
}
</style>
background-color css
<style>
a { background-color: #B17F34; }
a { background-color: rgb(177,127,52); }
div.DivClassName
{
background-color: #B17F34;
}
.BgClassName
{
background-color: #B17F34;
}
</style>
border-color css
<style>
span { border-color: #B17F34; }
span { border-color: rgb(177,127,52); }
td.TdClassName
{
border-color: #B17F34;
}
.TagClassName
{
border-color: #B17F34;
}
</style>