Shades of Mandalay #B17D3A
Tints of Mandalay #B17D3A
RGB
CMYK
RGB Variations
Color information
#B17D3A (or 0xB17D3A) is known color: Mandalay. HEX triplet: B1, 7D and 3A. RGB value is (177,125,58). Sum of RGB (Red+Green+Blue) = 177+125+58=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17D3A is #4E82C5. Grayscale: #858585. Windows color (decimal): -5145286 or 3833265. OLE color: 3833265.
HSL color Cylindrical-coordinate representation of color #B17D3A: hue angle of 33.78º degrees, saturation: 0.51, 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 #B17D3A is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 125 | 58 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.31 |
| HSL | 33.78º | 0.51% | 0.46% | - |
| HSV(B) | 33.78º | 0.67% | 0.69% | - |
| XYZ | 26.23 | 24.32 | 7.31 | - |
| YUV | 132.91 | 85.73 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 58 | 0 | 0.29 | 0.67 | 0.31 | 33.78 | 0.51 | 0.46 |
| Hex | B1 | 7D | 3A | 0 | 1D | 43 | 1F | 22 | 33 | 2E |
| Octal | 261 | 175 | 72 | 0 | 35 | 103 | 37 | 42 | 63 | 56 |
| Binary | 10110001 | 1111101 | 111010 | 0 | 11101 | 1000011 | 11111 | 100010 | 110011 | 101110 |
Color Harmonies of #B17D3A
Complementary color
Monochromatic Colors of #B17D3A
Black with #B17D3A
Text Example
Text Example
White with #B17D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17D3A; }
p { color: rgb(177,125,58); }
H1.HeaderClassName
{
color: #B17D3A;
}
.AnyTagClassName
{
color: #B17D3A;
}
</style>
background-color css
<style>
a { background-color: #B17D3A; }
a { background-color: rgb(177,125,58); }
div.DivClassName
{
background-color: #B17D3A;
}
.BgClassName
{
background-color: #B17D3A;
}
</style>
border-color css
<style>
span { border-color: #B17D3A; }
span { border-color: rgb(177,125,58); }
td.TdClassName
{
border-color: #B17D3A;
}
.TagClassName
{
border-color: #B17D3A;
}
</style>