Shades of Mandalay #B18324
Tints of Mandalay #B18324
RGB
CMYK
RGB Variations
Color information
#B18324 (or 0xB18324) is known color: Mandalay. HEX triplet: B1, 83 and 24. RGB value is (177,131,36). Sum of RGB (Red+Green+Blue) = 177+131+36=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B18324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18324 is #4E7CDB. Grayscale: #868686. Windows color (decimal): -5143772 or 2393009. OLE color: 2393009.
HSL color Cylindrical-coordinate representation of color #B18324: hue angle of 40.43º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B18324 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 131 | 36 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.31 |
| HSL | 40.43º | 0.66% | 0.42% | - |
| HSV(B) | 40.43º | 0.8% | 0.69% | - |
| XYZ | 26.57 | 25.71 | 5.23 | - |
| YUV | 133.92 | 72.74 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 36 | 0 | 0.26 | 0.80 | 0.31 | 40.43 | 0.66 | 0.42 |
| Hex | B1 | 83 | 24 | 0 | 1A | 50 | 1F | 28 | 42 | 2A |
| Octal | 261 | 203 | 44 | 0 | 32 | 120 | 37 | 50 | 102 | 52 |
| Binary | 10110001 | 10000011 | 100100 | 0 | 11010 | 1010000 | 11111 | 101000 | 1000010 | 101010 |
Color Harmonies of #B18324
Complementary color
Monochromatic Colors of #B18324
Black with #B18324
Text Example
Text Example
White with #B18324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18324; }
p { color: rgb(177,131,36); }
H1.HeaderClassName
{
color: #B18324;
}
.AnyTagClassName
{
color: #B18324;
}
</style>
background-color css
<style>
a { background-color: #B18324; }
a { background-color: rgb(177,131,36); }
div.DivClassName
{
background-color: #B18324;
}
.BgClassName
{
background-color: #B18324;
}
</style>
border-color css
<style>
span { border-color: #B18324; }
span { border-color: rgb(177,131,36); }
td.TdClassName
{
border-color: #B18324;
}
.TagClassName
{
border-color: #B18324;
}
</style>