Shades of Mandalay #B1792B
Tints of Mandalay #B1792B
RGB
CMYK
RGB Variations
Color information
#B1792B (or 0xB1792B) is known color: Mandalay. HEX triplet: B1, 79 and 2B. RGB value is (177,121,43). Sum of RGB (Red+Green+Blue) = 177+121+43=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1792B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1792B is #4E86D4. Grayscale: #818181. Windows color (decimal): -5146325 or 2849201. OLE color: 2849201.
HSL color Cylindrical-coordinate representation of color #B1792B: hue angle of 34.93º degrees, saturation: 0.61, 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 #B1792B is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 121 | 43 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.31 |
| HSL | 34.93º | 0.61% | 0.43% | - |
| HSV(B) | 34.93º | 0.76% | 0.69% | - |
| XYZ | 25.4 | 23.2 | 5.42 | - |
| YUV | 128.85 | 79.55 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 43 | 0 | 0.32 | 0.76 | 0.31 | 34.93 | 0.61 | 0.43 |
| Hex | B1 | 79 | 2B | 0 | 20 | 4C | 1F | 23 | 3D | 2B |
| Octal | 261 | 171 | 53 | 0 | 40 | 114 | 37 | 43 | 75 | 53 |
| Binary | 10110001 | 1111001 | 101011 | 0 | 100000 | 1001100 | 11111 | 100011 | 111101 | 101011 |
Color Harmonies of #B1792B
Complementary color
Monochromatic Colors of #B1792B
Black with #B1792B
Text Example
Text Example
White with #B1792B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1792B; }
p { color: rgb(177,121,43); }
H1.HeaderClassName
{
color: #B1792B;
}
.AnyTagClassName
{
color: #B1792B;
}
</style>
background-color css
<style>
a { background-color: #B1792B; }
a { background-color: rgb(177,121,43); }
div.DivClassName
{
background-color: #B1792B;
}
.BgClassName
{
background-color: #B1792B;
}
</style>
border-color css
<style>
span { border-color: #B1792B; }
span { border-color: rgb(177,121,43); }
td.TdClassName
{
border-color: #B1792B;
}
.TagClassName
{
border-color: #B1792B;
}
</style>