Shades of Mandalay #B1792D
Tints of Mandalay #B1792D
RGB
CMYK
RGB Variations
Color information
#B1792D (or 0xB1792D) is known color: Mandalay. HEX triplet: B1, 79 and 2D. RGB value is (177,121,45). Sum of RGB (Red+Green+Blue) = 177+121+45=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B1792D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1792D is #4E86D2. Grayscale: #818181. Windows color (decimal): -5146323 or 2980273. OLE color: 2980273.
HSL color Cylindrical-coordinate representation of color #B1792D: hue angle of 34.55º 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 #B1792D is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 121 | 45 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.31 |
| HSL | 34.55º | 0.59% | 0.44% | - |
| HSV(B) | 34.55º | 0.75% | 0.69% | - |
| XYZ | 25.44 | 23.21 | 5.62 | - |
| YUV | 129.08 | 80.55 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 45 | 0 | 0.32 | 0.75 | 0.31 | 34.55 | 0.59 | 0.44 |
| Hex | B1 | 79 | 2D | 0 | 20 | 4B | 1F | 23 | 3B | 2C |
| Octal | 261 | 171 | 55 | 0 | 40 | 113 | 37 | 43 | 73 | 54 |
| Binary | 10110001 | 1111001 | 101101 | 0 | 100000 | 1001011 | 11111 | 100011 | 111011 | 101100 |
Color Harmonies of #B1792D
Complementary color
Monochromatic Colors of #B1792D
Black with #B1792D
Text Example
Text Example
White with #B1792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1792D; }
p { color: rgb(177,121,45); }
H1.HeaderClassName
{
color: #B1792D;
}
.AnyTagClassName
{
color: #B1792D;
}
</style>
background-color css
<style>
a { background-color: #B1792D; }
a { background-color: rgb(177,121,45); }
div.DivClassName
{
background-color: #B1792D;
}
.BgClassName
{
background-color: #B1792D;
}
</style>
border-color css
<style>
span { border-color: #B1792D; }
span { border-color: rgb(177,121,45); }
td.TdClassName
{
border-color: #B1792D;
}
.TagClassName
{
border-color: #B1792D;
}
</style>