Shades of Mandalay #B18326
Tints of Mandalay #B18326
RGB
CMYK
RGB Variations
Color information
#B18326 (or 0xB18326) is known color: Mandalay. HEX triplet: B1, 83 and 26. RGB value is (177,131,38). Sum of RGB (Red+Green+Blue) = 177+131+38=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B18326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18326 is #4E7CD9. Grayscale: #868686. Windows color (decimal): -5143770 or 2524081. OLE color: 2524081.
HSL color Cylindrical-coordinate representation of color #B18326: hue angle of 40.14º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B18326 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 131 | 38 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.31 |
| HSL | 40.14º | 0.65% | 0.42% | - |
| HSV(B) | 40.14º | 0.79% | 0.69% | - |
| XYZ | 26.6 | 25.72 | 5.4 | - |
| YUV | 134.15 | 73.74 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 38 | 0 | 0.26 | 0.79 | 0.31 | 40.14 | 0.65 | 0.42 |
| Hex | B1 | 83 | 26 | 0 | 1A | 4F | 1F | 28 | 41 | 2A |
| Octal | 261 | 203 | 46 | 0 | 32 | 117 | 37 | 50 | 101 | 52 |
| Binary | 10110001 | 10000011 | 100110 | 0 | 11010 | 1001111 | 11111 | 101000 | 1000001 | 101010 |
Color Harmonies of #B18326
Complementary color
Monochromatic Colors of #B18326
Black with #B18326
Text Example
Text Example
White with #B18326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18326; }
p { color: rgb(177,131,38); }
H1.HeaderClassName
{
color: #B18326;
}
.AnyTagClassName
{
color: #B18326;
}
</style>
background-color css
<style>
a { background-color: #B18326; }
a { background-color: rgb(177,131,38); }
div.DivClassName
{
background-color: #B18326;
}
.BgClassName
{
background-color: #B18326;
}
</style>
border-color css
<style>
span { border-color: #B18326; }
span { border-color: rgb(177,131,38); }
td.TdClassName
{
border-color: #B18326;
}
.TagClassName
{
border-color: #B18326;
}
</style>