Shades of Mandalay #B17A2D
Tints of Mandalay #B17A2D
RGB
CMYK
RGB Variations
Color information
#B17A2D (or 0xB17A2D) is known color: Mandalay. HEX triplet: B1, 7A and 2D. RGB value is (177,122,45). Sum of RGB (Red+Green+Blue) = 177+122+45=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17A2D is #4E85D2. Grayscale: #828282. Windows color (decimal): -5146067 or 2980529. OLE color: 2980529.
HSL color Cylindrical-coordinate representation of color #B17A2D: hue angle of 35º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B17A2D is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 122 | 45 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.31 |
| HSL | 35º | 0.59% | 0.44% | - |
| HSV(B) | 35º | 0.75% | 0.69% | - |
| XYZ | 25.56 | 23.46 | 5.66 | - |
| YUV | 129.67 | 80.22 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 45 | 0 | 0.31 | 0.75 | 0.31 | 35 | 0.59 | 0.44 |
| Hex | B1 | 7A | 2D | 0 | 1F | 4B | 1F | 23 | 3B | 2C |
| Octal | 261 | 172 | 55 | 0 | 37 | 113 | 37 | 43 | 73 | 54 |
| Binary | 10110001 | 1111010 | 101101 | 0 | 11111 | 1001011 | 11111 | 100011 | 111011 | 101100 |
Color Harmonies of #B17A2D
Complementary color
Monochromatic Colors of #B17A2D
Black with #B17A2D
Text Example
Text Example
White with #B17A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17A2D; }
p { color: rgb(177,122,45); }
H1.HeaderClassName
{
color: #B17A2D;
}
.AnyTagClassName
{
color: #B17A2D;
}
</style>
background-color css
<style>
a { background-color: #B17A2D; }
a { background-color: rgb(177,122,45); }
div.DivClassName
{
background-color: #B17A2D;
}
.BgClassName
{
background-color: #B17A2D;
}
</style>
border-color css
<style>
span { border-color: #B17A2D; }
span { border-color: rgb(177,122,45); }
td.TdClassName
{
border-color: #B17A2D;
}
.TagClassName
{
border-color: #B17A2D;
}
</style>