Shades of Mandalay #B17D25
Tints of Mandalay #B17D25
RGB
CMYK
RGB Variations
Color information
#B17D25 (or 0xB17D25) is known color: Mandalay. HEX triplet: B1, 7D and 25. RGB value is (177,125,37). Sum of RGB (Red+Green+Blue) = 177+125+37=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17D25 is #4E82DA. Grayscale: #828282. Windows color (decimal): -5145307 or 2457009. OLE color: 2457009.
HSL color Cylindrical-coordinate representation of color #B17D25: hue angle of 37.71º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B17D25 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 125 | 37 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.31 |
| HSL | 37.71º | 0.65% | 0.42% | - |
| HSV(B) | 37.71º | 0.79% | 0.69% | - |
| XYZ | 25.8 | 24.15 | 5.05 | - |
| YUV | 130.52 | 75.23 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 37 | 0 | 0.29 | 0.79 | 0.31 | 37.71 | 0.65 | 0.42 |
| Hex | B1 | 7D | 25 | 0 | 1D | 4F | 1F | 26 | 41 | 2A |
| Octal | 261 | 175 | 45 | 0 | 35 | 117 | 37 | 46 | 101 | 52 |
| Binary | 10110001 | 1111101 | 100101 | 0 | 11101 | 1001111 | 11111 | 100110 | 1000001 | 101010 |
Color Harmonies of #B17D25
Complementary color
Monochromatic Colors of #B17D25
Black with #B17D25
Text Example
Text Example
White with #B17D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17D25; }
p { color: rgb(177,125,37); }
H1.HeaderClassName
{
color: #B17D25;
}
.AnyTagClassName
{
color: #B17D25;
}
</style>
background-color css
<style>
a { background-color: #B17D25; }
a { background-color: rgb(177,125,37); }
div.DivClassName
{
background-color: #B17D25;
}
.BgClassName
{
background-color: #B17D25;
}
</style>
border-color css
<style>
span { border-color: #B17D25; }
span { border-color: rgb(177,125,37); }
td.TdClassName
{
border-color: #B17D25;
}
.TagClassName
{
border-color: #B17D25;
}
</style>