Shades of Mandalay #B17E3B
Tints of Mandalay #B17E3B
RGB
CMYK
RGB Variations
Color information
#B17E3B (or 0xB17E3B) is known color: Mandalay. HEX triplet: B1, 7E and 3B. RGB value is (177,126,59). Sum of RGB (Red+Green+Blue) = 177+126+59=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17E3B is #4E81C4. Grayscale: #858585. Windows color (decimal): -5145029 or 3899057. OLE color: 3899057.
HSL color Cylindrical-coordinate representation of color #B17E3B: hue angle of 34.07º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B17E3B is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 59 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.31 |
| HSL | 34.07º | 0.5% | 0.46% | - |
| HSV(B) | 34.07º | 0.67% | 0.69% | - |
| XYZ | 26.38 | 24.58 | 7.49 | - |
| YUV | 133.61 | 85.9 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 59 | 0 | 0.29 | 0.67 | 0.31 | 34.07 | 0.5 | 0.46 |
| Hex | B1 | 7E | 3B | 0 | 1D | 43 | 1F | 22 | 32 | 2E |
| Octal | 261 | 176 | 73 | 0 | 35 | 103 | 37 | 42 | 62 | 56 |
| Binary | 10110001 | 1111110 | 111011 | 0 | 11101 | 1000011 | 11111 | 100010 | 110010 | 101110 |
Color Harmonies of #B17E3B
Complementary color
Monochromatic Colors of #B17E3B
Black with #B17E3B
Text Example
Text Example
White with #B17E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E3B; }
p { color: rgb(177,126,59); }
H1.HeaderClassName
{
color: #B17E3B;
}
.AnyTagClassName
{
color: #B17E3B;
}
</style>
background-color css
<style>
a { background-color: #B17E3B; }
a { background-color: rgb(177,126,59); }
div.DivClassName
{
background-color: #B17E3B;
}
.BgClassName
{
background-color: #B17E3B;
}
</style>
border-color css
<style>
span { border-color: #B17E3B; }
span { border-color: rgb(177,126,59); }
td.TdClassName
{
border-color: #B17E3B;
}
.TagClassName
{
border-color: #B17E3B;
}
</style>