Shades of Mandalay #B1822B
Tints of Mandalay #B1822B
RGB
CMYK
RGB Variations
Color information
#B1822B (or 0xB1822B) is known color: Mandalay. HEX triplet: B1, 82 and 2B. RGB value is (177,130,43). Sum of RGB (Red+Green+Blue) = 177+130+43=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B1822B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1822B is #4E7DD4. Grayscale: #868686. Windows color (decimal): -5144021 or 2851505. OLE color: 2851505.
HSL color Cylindrical-coordinate representation of color #B1822B: hue angle of 38.96º 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 #B1822B is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 43 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.31 |
| HSL | 38.96º | 0.61% | 0.43% | - |
| HSV(B) | 38.96º | 0.76% | 0.69% | - |
| XYZ | 26.55 | 25.49 | 5.81 | - |
| YUV | 134.14 | 76.57 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 43 | 0 | 0.27 | 0.76 | 0.31 | 38.96 | 0.61 | 0.43 |
| Hex | B1 | 82 | 2B | 0 | 1B | 4C | 1F | 27 | 3D | 2B |
| Octal | 261 | 202 | 53 | 0 | 33 | 114 | 37 | 47 | 75 | 53 |
| Binary | 10110001 | 10000010 | 101011 | 0 | 11011 | 1001100 | 11111 | 100111 | 111101 | 101011 |
Color Harmonies of #B1822B
Complementary color
Monochromatic Colors of #B1822B
Black with #B1822B
Text Example
Text Example
White with #B1822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1822B; }
p { color: rgb(177,130,43); }
H1.HeaderClassName
{
color: #B1822B;
}
.AnyTagClassName
{
color: #B1822B;
}
</style>
background-color css
<style>
a { background-color: #B1822B; }
a { background-color: rgb(177,130,43); }
div.DivClassName
{
background-color: #B1822B;
}
.BgClassName
{
background-color: #B1822B;
}
</style>
border-color css
<style>
span { border-color: #B1822B; }
span { border-color: rgb(177,130,43); }
td.TdClassName
{
border-color: #B1822B;
}
.TagClassName
{
border-color: #B1822B;
}
</style>