Shades of Mandalay #B17E1F
Tints of Mandalay #B17E1F
RGB
CMYK
RGB Variations
Color information
#B17E1F (or 0xB17E1F) is known color: Mandalay. HEX triplet: B1, 7E and 1F. RGB value is (177,126,31). Sum of RGB (Red+Green+Blue) = 177+126+31=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17E1F is #4E81E0. Grayscale: #828282. Windows color (decimal): -5145057 or 2064049. OLE color: 2064049.
HSL color Cylindrical-coordinate representation of color #B17E1F: hue angle of 39.04º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B17E1F is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 31 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.31 |
| HSL | 39.04º | 0.7% | 0.41% | - |
| HSV(B) | 39.04º | 0.82% | 0.69% | - |
| XYZ | 25.84 | 24.37 | 4.64 | - |
| YUV | 130.42 | 71.9 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 31 | 0 | 0.29 | 0.82 | 0.31 | 39.04 | 0.7 | 0.41 |
| Hex | B1 | 7E | 1F | 0 | 1D | 52 | 1F | 27 | 46 | 29 |
| Octal | 261 | 176 | 37 | 0 | 35 | 122 | 37 | 47 | 106 | 51 |
| Binary | 10110001 | 1111110 | 11111 | 0 | 11101 | 1010010 | 11111 | 100111 | 1000110 | 101001 |
Color Harmonies of #B17E1F
Complementary color
Monochromatic Colors of #B17E1F
Black with #B17E1F
Text Example
Text Example
White with #B17E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E1F; }
p { color: rgb(177,126,31); }
H1.HeaderClassName
{
color: #B17E1F;
}
.AnyTagClassName
{
color: #B17E1F;
}
</style>
background-color css
<style>
a { background-color: #B17E1F; }
a { background-color: rgb(177,126,31); }
div.DivClassName
{
background-color: #B17E1F;
}
.BgClassName
{
background-color: #B17E1F;
}
</style>
border-color css
<style>
span { border-color: #B17E1F; }
span { border-color: rgb(177,126,31); }
td.TdClassName
{
border-color: #B17E1F;
}
.TagClassName
{
border-color: #B17E1F;
}
</style>