Shades of Mandalay #B17E27
Tints of Mandalay #B17E27
RGB
CMYK
RGB Variations
Color information
#B17E27 (or 0xB17E27) is known color: Mandalay. HEX triplet: B1, 7E and 27. RGB value is (177,126,39). Sum of RGB (Red+Green+Blue) = 177+126+39=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17E27 is #4E81D8. Grayscale: #838383. Windows color (decimal): -5145049 or 2588337. OLE color: 2588337.
HSL color Cylindrical-coordinate representation of color #B17E27: hue angle of 37.83º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B17E27 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 39 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.31 |
| HSL | 37.83º | 0.64% | 0.42% | - |
| HSV(B) | 37.83º | 0.78% | 0.69% | - |
| XYZ | 25.96 | 24.42 | 5.26 | - |
| YUV | 131.33 | 75.9 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 39 | 0 | 0.29 | 0.78 | 0.31 | 37.83 | 0.64 | 0.42 |
| Hex | B1 | 7E | 27 | 0 | 1D | 4E | 1F | 26 | 40 | 2A |
| Octal | 261 | 176 | 47 | 0 | 35 | 116 | 37 | 46 | 100 | 52 |
| Binary | 10110001 | 1111110 | 100111 | 0 | 11101 | 1001110 | 11111 | 100110 | 1000000 | 101010 |
Color Harmonies of #B17E27
Complementary color
Monochromatic Colors of #B17E27
Black with #B17E27
Text Example
Text Example
White with #B17E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E27; }
p { color: rgb(177,126,39); }
H1.HeaderClassName
{
color: #B17E27;
}
.AnyTagClassName
{
color: #B17E27;
}
</style>
background-color css
<style>
a { background-color: #B17E27; }
a { background-color: rgb(177,126,39); }
div.DivClassName
{
background-color: #B17E27;
}
.BgClassName
{
background-color: #B17E27;
}
</style>
border-color css
<style>
span { border-color: #B17E27; }
span { border-color: rgb(177,126,39); }
td.TdClassName
{
border-color: #B17E27;
}
.TagClassName
{
border-color: #B17E27;
}
</style>