Shades of Mandalay #B1812F
Tints of Mandalay #B1812F
RGB
CMYK
RGB Variations
Color information
#B1812F (or 0xB1812F) is known color: Mandalay. HEX triplet: B1, 81 and 2F. RGB value is (177,129,47). Sum of RGB (Red+Green+Blue) = 177+129+47=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1812F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1812F is #4E7ED0. Grayscale: #868686. Windows color (decimal): -5144273 or 3113393. OLE color: 3113393.
HSL color Cylindrical-coordinate representation of color #B1812F: hue angle of 37.85º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1812F is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 47 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.31 |
| HSL | 37.85º | 0.58% | 0.44% | - |
| HSV(B) | 37.85º | 0.73% | 0.69% | - |
| XYZ | 26.49 | 25.25 | 6.17 | - |
| YUV | 134 | 78.9 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 47 | 0 | 0.27 | 0.73 | 0.31 | 37.85 | 0.58 | 0.44 |
| Hex | B1 | 81 | 2F | 0 | 1B | 49 | 1F | 26 | 3A | 2C |
| Octal | 261 | 201 | 57 | 0 | 33 | 111 | 37 | 46 | 72 | 54 |
| Binary | 10110001 | 10000001 | 101111 | 0 | 11011 | 1001001 | 11111 | 100110 | 111010 | 101100 |
Color Harmonies of #B1812F
Complementary color
Monochromatic Colors of #B1812F
Black with #B1812F
Text Example
Text Example
White with #B1812F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1812F; }
p { color: rgb(177,129,47); }
H1.HeaderClassName
{
color: #B1812F;
}
.AnyTagClassName
{
color: #B1812F;
}
</style>
background-color css
<style>
a { background-color: #B1812F; }
a { background-color: rgb(177,129,47); }
div.DivClassName
{
background-color: #B1812F;
}
.BgClassName
{
background-color: #B1812F;
}
</style>
border-color css
<style>
span { border-color: #B1812F; }
span { border-color: rgb(177,129,47); }
td.TdClassName
{
border-color: #B1812F;
}
.TagClassName
{
border-color: #B1812F;
}
</style>