Shades of Mandalay #B17E1E
Tints of Mandalay #B17E1E
RGB
CMYK
RGB Variations
Color information
#B17E1E (or 0xB17E1E) is known color: Mandalay. HEX triplet: B1, 7E and 1E. RGB value is (177,126,30). Sum of RGB (Red+Green+Blue) = 177+126+30=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17E1E is #4E81E1. Grayscale: #828282. Windows color (decimal): -5145058 or 1998513. OLE color: 1998513.
HSL color Cylindrical-coordinate representation of color #B17E1E: hue angle of 39.18º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B17E1E is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 30 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.31 |
| HSL | 39.18º | 0.71% | 0.41% | - |
| HSV(B) | 39.18º | 0.83% | 0.69% | - |
| XYZ | 25.83 | 24.36 | 4.57 | - |
| YUV | 130.31 | 71.4 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 30 | 0 | 0.29 | 0.83 | 0.31 | 39.18 | 0.71 | 0.41 |
| Hex | B1 | 7E | 1E | 0 | 1D | 53 | 1F | 27 | 47 | 29 |
| Octal | 261 | 176 | 36 | 0 | 35 | 123 | 37 | 47 | 107 | 51 |
| Binary | 10110001 | 1111110 | 11110 | 0 | 11101 | 1010011 | 11111 | 100111 | 1000111 | 101001 |
Color Harmonies of #B17E1E
Complementary color
Monochromatic Colors of #B17E1E
Black with #B17E1E
Text Example
Text Example
White with #B17E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E1E; }
p { color: rgb(177,126,30); }
H1.HeaderClassName
{
color: #B17E1E;
}
.AnyTagClassName
{
color: #B17E1E;
}
</style>
background-color css
<style>
a { background-color: #B17E1E; }
a { background-color: rgb(177,126,30); }
div.DivClassName
{
background-color: #B17E1E;
}
.BgClassName
{
background-color: #B17E1E;
}
</style>
border-color css
<style>
span { border-color: #B17E1E; }
span { border-color: rgb(177,126,30); }
td.TdClassName
{
border-color: #B17E1E;
}
.TagClassName
{
border-color: #B17E1E;
}
</style>