Shades of Mandalay #B17E24
Tints of Mandalay #B17E24
RGB
CMYK
RGB Variations
Color information
#B17E24 (or 0xB17E24) is known color: Mandalay. HEX triplet: B1, 7E and 24. RGB value is (177,126,36). Sum of RGB (Red+Green+Blue) = 177+126+36=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17E24 is #4E81DB. Grayscale: #838383. Windows color (decimal): -5145052 or 2391729. OLE color: 2391729.
HSL color Cylindrical-coordinate representation of color #B17E24: hue angle of 38.3º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B17E24 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 36 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.31 |
| HSL | 38.3º | 0.66% | 0.42% | - |
| HSV(B) | 38.3º | 0.8% | 0.69% | - |
| XYZ | 25.91 | 24.4 | 5.01 | - |
| YUV | 130.99 | 74.4 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 36 | 0 | 0.29 | 0.80 | 0.31 | 38.3 | 0.66 | 0.42 |
| Hex | B1 | 7E | 24 | 0 | 1D | 50 | 1F | 26 | 42 | 2A |
| Octal | 261 | 176 | 44 | 0 | 35 | 120 | 37 | 46 | 102 | 52 |
| Binary | 10110001 | 1111110 | 100100 | 0 | 11101 | 1010000 | 11111 | 100110 | 1000010 | 101010 |
Color Harmonies of #B17E24
Complementary color
Monochromatic Colors of #B17E24
Black with #B17E24
Text Example
Text Example
White with #B17E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E24; }
p { color: rgb(177,126,36); }
H1.HeaderClassName
{
color: #B17E24;
}
.AnyTagClassName
{
color: #B17E24;
}
</style>
background-color css
<style>
a { background-color: #B17E24; }
a { background-color: rgb(177,126,36); }
div.DivClassName
{
background-color: #B17E24;
}
.BgClassName
{
background-color: #B17E24;
}
</style>
border-color css
<style>
span { border-color: #B17E24; }
span { border-color: rgb(177,126,36); }
td.TdClassName
{
border-color: #B17E24;
}
.TagClassName
{
border-color: #B17E24;
}
</style>