Shades of Mandalay #B68231
Tints of Mandalay #B68231
RGB
CMYK
RGB Variations
Color information
#B68231 (or 0xB68231) is known color: Mandalay. HEX triplet: B6, 82 and 31. RGB value is (182,130,49). Sum of RGB (Red+Green+Blue) = 182+130+49=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B68231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68231 is #497DCE. Grayscale: #888888. Windows color (decimal): -4816335 or 3244726. OLE color: 3244726.
HSL color Cylindrical-coordinate representation of color #B68231: hue angle of 36.54º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B68231 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 49 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.29 |
| HSL | 36.54º | 0.58% | 0.45% | - |
| HSV(B) | 36.54º | 0.73% | 0.71% | - |
| XYZ | 27.83 | 26.13 | 6.48 | - |
| YUV | 136.31 | 78.73 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 49 | 0 | 0.29 | 0.73 | 0.29 | 36.54 | 0.58 | 0.45 |
| Hex | B6 | 82 | 31 | 0 | 1D | 49 | 1D | 25 | 3A | 2D |
| Octal | 266 | 202 | 61 | 0 | 35 | 111 | 35 | 45 | 72 | 55 |
| Binary | 10110110 | 10000010 | 110001 | 0 | 11101 | 1001001 | 11101 | 100101 | 111010 | 101101 |
Color Harmonies of #B68231
Complementary color
Monochromatic Colors of #B68231
Black with #B68231
Text Example
Text Example
White with #B68231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68231; }
p { color: rgb(182,130,49); }
H1.HeaderClassName
{
color: #B68231;
}
.AnyTagClassName
{
color: #B68231;
}
</style>
background-color css
<style>
a { background-color: #B68231; }
a { background-color: rgb(182,130,49); }
div.DivClassName
{
background-color: #B68231;
}
.BgClassName
{
background-color: #B68231;
}
</style>
border-color css
<style>
span { border-color: #B68231; }
span { border-color: rgb(182,130,49); }
td.TdClassName
{
border-color: #B68231;
}
.TagClassName
{
border-color: #B68231;
}
</style>