Shades of Mandalay #B17A2A
Tints of Mandalay #B17A2A
RGB
CMYK
RGB Variations
Color information
#B17A2A (or 0xB17A2A) is known color: Mandalay. HEX triplet: B1, 7A and 2A. RGB value is (177,122,42). Sum of RGB (Red+Green+Blue) = 177+122+42=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17A2A is #4E85D5. Grayscale: #818181. Windows color (decimal): -5146070 or 2783921. OLE color: 2783921.
HSL color Cylindrical-coordinate representation of color #B17A2A: hue angle of 35.56º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B17A2A is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 122 | 42 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.31 |
| HSL | 35.56º | 0.62% | 0.43% | - |
| HSV(B) | 35.56º | 0.76% | 0.69% | - |
| XYZ | 25.51 | 23.43 | 5.37 | - |
| YUV | 129.33 | 78.72 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 42 | 0 | 0.31 | 0.76 | 0.31 | 35.56 | 0.62 | 0.43 |
| Hex | B1 | 7A | 2A | 0 | 1F | 4C | 1F | 24 | 3E | 2B |
| Octal | 261 | 172 | 52 | 0 | 37 | 114 | 37 | 44 | 76 | 53 |
| Binary | 10110001 | 1111010 | 101010 | 0 | 11111 | 1001100 | 11111 | 100100 | 111110 | 101011 |
Color Harmonies of #B17A2A
Complementary color
Monochromatic Colors of #B17A2A
Black with #B17A2A
Text Example
Text Example
White with #B17A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17A2A; }
p { color: rgb(177,122,42); }
H1.HeaderClassName
{
color: #B17A2A;
}
.AnyTagClassName
{
color: #B17A2A;
}
</style>
background-color css
<style>
a { background-color: #B17A2A; }
a { background-color: rgb(177,122,42); }
div.DivClassName
{
background-color: #B17A2A;
}
.BgClassName
{
background-color: #B17A2A;
}
</style>
border-color css
<style>
span { border-color: #B17A2A; }
span { border-color: rgb(177,122,42); }
td.TdClassName
{
border-color: #B17A2A;
}
.TagClassName
{
border-color: #B17A2A;
}
</style>