Shades of Mandalay #B17E2B
Tints of Mandalay #B17E2B
RGB
CMYK
RGB Variations
Color information
#B17E2B (or 0xB17E2B) is known color: Mandalay. HEX triplet: B1, 7E and 2B. RGB value is (177,126,43). Sum of RGB (Red+Green+Blue) = 177+126+43=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17E2B is #4E81D4. Grayscale: #848484. Windows color (decimal): -5145045 or 2850481. OLE color: 2850481.
HSL color Cylindrical-coordinate representation of color #B17E2B: hue angle of 37.16º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B17E2B is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 43 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.31 |
| HSL | 37.16º | 0.61% | 0.43% | - |
| HSV(B) | 37.16º | 0.76% | 0.69% | - |
| XYZ | 26.03 | 24.44 | 5.63 | - |
| YUV | 131.79 | 77.9 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 43 | 0 | 0.29 | 0.76 | 0.31 | 37.16 | 0.61 | 0.43 |
| Hex | B1 | 7E | 2B | 0 | 1D | 4C | 1F | 25 | 3D | 2B |
| Octal | 261 | 176 | 53 | 0 | 35 | 114 | 37 | 45 | 75 | 53 |
| Binary | 10110001 | 1111110 | 101011 | 0 | 11101 | 1001100 | 11111 | 100101 | 111101 | 101011 |
Color Harmonies of #B17E2B
Complementary color
Monochromatic Colors of #B17E2B
Black with #B17E2B
Text Example
Text Example
White with #B17E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E2B; }
p { color: rgb(177,126,43); }
H1.HeaderClassName
{
color: #B17E2B;
}
.AnyTagClassName
{
color: #B17E2B;
}
</style>
background-color css
<style>
a { background-color: #B17E2B; }
a { background-color: rgb(177,126,43); }
div.DivClassName
{
background-color: #B17E2B;
}
.BgClassName
{
background-color: #B17E2B;
}
</style>
border-color css
<style>
span { border-color: #B17E2B; }
span { border-color: rgb(177,126,43); }
td.TdClassName
{
border-color: #B17E2B;
}
.TagClassName
{
border-color: #B17E2B;
}
</style>