Shades of Mandalay #B17A3C
Tints of Mandalay #B17A3C
RGB
CMYK
RGB Variations
Color information
#B17A3C (or 0xB17A3C) is known color: Mandalay. HEX triplet: B1, 7A and 3C. RGB value is (177,122,60). Sum of RGB (Red+Green+Blue) = 177+122+60=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17A3C is #4E85C3. Grayscale: #838383. Windows color (decimal): -5146052 or 3963569. OLE color: 3963569.
HSL color Cylindrical-coordinate representation of color #B17A3C: hue angle of 31.79º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B17A3C is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 122 | 60 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.31 |
| HSL | 31.79º | 0.49% | 0.46% | - |
| HSV(B) | 31.79º | 0.66% | 0.69% | - |
| XYZ | 25.91 | 23.59 | 7.46 | - |
| YUV | 131.38 | 87.72 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 60 | 0 | 0.31 | 0.66 | 0.31 | 31.79 | 0.49 | 0.46 |
| Hex | B1 | 7A | 3C | 0 | 1F | 42 | 1F | 20 | 31 | 2E |
| Octal | 261 | 172 | 74 | 0 | 37 | 102 | 37 | 40 | 61 | 56 |
| Binary | 10110001 | 1111010 | 111100 | 0 | 11111 | 1000010 | 11111 | 100000 | 110001 | 101110 |
Color Harmonies of #B17A3C
Complementary color
Monochromatic Colors of #B17A3C
Black with #B17A3C
Text Example
Text Example
White with #B17A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17A3C; }
p { color: rgb(177,122,60); }
H1.HeaderClassName
{
color: #B17A3C;
}
.AnyTagClassName
{
color: #B17A3C;
}
</style>
background-color css
<style>
a { background-color: #B17A3C; }
a { background-color: rgb(177,122,60); }
div.DivClassName
{
background-color: #B17A3C;
}
.BgClassName
{
background-color: #B17A3C;
}
</style>
border-color css
<style>
span { border-color: #B17A3C; }
span { border-color: rgb(177,122,60); }
td.TdClassName
{
border-color: #B17A3C;
}
.TagClassName
{
border-color: #B17A3C;
}
</style>