Shades of Mandalay #B18322
Tints of Mandalay #B18322
RGB
CMYK
RGB Variations
Color information
#B18322 (or 0xB18322) is known color: Mandalay. HEX triplet: B1, 83 and 22. RGB value is (177,131,34). Sum of RGB (Red+Green+Blue) = 177+131+34=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B18322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18322 is #4E7CDD. Grayscale: #868686. Windows color (decimal): -5143774 or 2261937. OLE color: 2261937.
HSL color Cylindrical-coordinate representation of color #B18322: hue angle of 40.7º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B18322 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 131 | 34 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.31 |
| HSL | 40.7º | 0.68% | 0.41% | - |
| HSV(B) | 40.7º | 0.81% | 0.69% | - |
| XYZ | 26.54 | 25.7 | 5.07 | - |
| YUV | 133.7 | 71.74 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 34 | 0 | 0.26 | 0.81 | 0.31 | 40.7 | 0.68 | 0.41 |
| Hex | B1 | 83 | 22 | 0 | 1A | 51 | 1F | 29 | 44 | 29 |
| Octal | 261 | 203 | 42 | 0 | 32 | 121 | 37 | 51 | 104 | 51 |
| Binary | 10110001 | 10000011 | 100010 | 0 | 11010 | 1010001 | 11111 | 101001 | 1000100 | 101001 |
Color Harmonies of #B18322
Complementary color
Monochromatic Colors of #B18322
Black with #B18322
Text Example
Text Example
White with #B18322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18322; }
p { color: rgb(177,131,34); }
H1.HeaderClassName
{
color: #B18322;
}
.AnyTagClassName
{
color: #B18322;
}
</style>
background-color css
<style>
a { background-color: #B18322; }
a { background-color: rgb(177,131,34); }
div.DivClassName
{
background-color: #B18322;
}
.BgClassName
{
background-color: #B18322;
}
</style>
border-color css
<style>
span { border-color: #B18322; }
span { border-color: rgb(177,131,34); }
td.TdClassName
{
border-color: #B18322;
}
.TagClassName
{
border-color: #B18322;
}
</style>