Shades of Mandalay #B1812B
Tints of Mandalay #B1812B
RGB
CMYK
RGB Variations
Color information
#B1812B (or 0xB1812B) is known color: Mandalay. HEX triplet: B1, 81 and 2B. RGB value is (177,129,43). Sum of RGB (Red+Green+Blue) = 177+129+43=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B1812B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1812B is #4E7ED4. Grayscale: #858585. Windows color (decimal): -5144277 or 2851249. OLE color: 2851249.
HSL color Cylindrical-coordinate representation of color #B1812B: hue angle of 38.51º 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 #B1812B is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 43 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.31 |
| HSL | 38.51º | 0.61% | 0.43% | - |
| HSV(B) | 38.51º | 0.76% | 0.69% | - |
| XYZ | 26.42 | 25.22 | 5.76 | - |
| YUV | 133.55 | 76.9 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 43 | 0 | 0.27 | 0.76 | 0.31 | 38.51 | 0.61 | 0.43 |
| Hex | B1 | 81 | 2B | 0 | 1B | 4C | 1F | 27 | 3D | 2B |
| Octal | 261 | 201 | 53 | 0 | 33 | 114 | 37 | 47 | 75 | 53 |
| Binary | 10110001 | 10000001 | 101011 | 0 | 11011 | 1001100 | 11111 | 100111 | 111101 | 101011 |
Color Harmonies of #B1812B
Complementary color
Monochromatic Colors of #B1812B
Black with #B1812B
Text Example
Text Example
White with #B1812B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1812B; }
p { color: rgb(177,129,43); }
H1.HeaderClassName
{
color: #B1812B;
}
.AnyTagClassName
{
color: #B1812B;
}
</style>
background-color css
<style>
a { background-color: #B1812B; }
a { background-color: rgb(177,129,43); }
div.DivClassName
{
background-color: #B1812B;
}
.BgClassName
{
background-color: #B1812B;
}
</style>
border-color css
<style>
span { border-color: #B1812B; }
span { border-color: rgb(177,129,43); }
td.TdClassName
{
border-color: #B1812B;
}
.TagClassName
{
border-color: #B1812B;
}
</style>