Shades of Mandalay #B17B3D
Tints of Mandalay #B17B3D
RGB
CMYK
RGB Variations
Color information
#B17B3D (or 0xB17B3D) is known color: Mandalay. HEX triplet: B1, 7B and 3D. RGB value is (177,123,61). Sum of RGB (Red+Green+Blue) = 177+123+61=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17B3D is #4E84C2. Grayscale: #848484. Windows color (decimal): -5145795 or 4029361. OLE color: 4029361.
HSL color Cylindrical-coordinate representation of color #B17B3D: hue angle of 32.07º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B17B3D is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 61 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.31 |
| HSL | 32.07º | 0.49% | 0.47% | - |
| HSV(B) | 32.07º | 0.66% | 0.69% | - |
| XYZ | 26.06 | 23.85 | 7.65 | - |
| YUV | 132.08 | 87.89 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 61 | 0 | 0.31 | 0.66 | 0.31 | 32.07 | 0.49 | 0.47 |
| Hex | B1 | 7B | 3D | 0 | 1F | 42 | 1F | 20 | 31 | 2F |
| Octal | 261 | 173 | 75 | 0 | 37 | 102 | 37 | 40 | 61 | 57 |
| Binary | 10110001 | 1111011 | 111101 | 0 | 11111 | 1000010 | 11111 | 100000 | 110001 | 101111 |
Color Harmonies of #B17B3D
Complementary color
Monochromatic Colors of #B17B3D
Black with #B17B3D
Text Example
Text Example
White with #B17B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17B3D; }
p { color: rgb(177,123,61); }
H1.HeaderClassName
{
color: #B17B3D;
}
.AnyTagClassName
{
color: #B17B3D;
}
</style>
background-color css
<style>
a { background-color: #B17B3D; }
a { background-color: rgb(177,123,61); }
div.DivClassName
{
background-color: #B17B3D;
}
.BgClassName
{
background-color: #B17B3D;
}
</style>
border-color css
<style>
span { border-color: #B17B3D; }
span { border-color: rgb(177,123,61); }
td.TdClassName
{
border-color: #B17B3D;
}
.TagClassName
{
border-color: #B17B3D;
}
</style>