Shades of Mandalay #B6812D
Tints of Mandalay #B6812D
RGB
CMYK
RGB Variations
Color information
#B6812D (or 0xB6812D) is known color: Mandalay. HEX triplet: B6, 81 and 2D. RGB value is (182,129,45). Sum of RGB (Red+Green+Blue) = 182+129+45=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B6812D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6812D is #497ED2. Grayscale: #878787. Windows color (decimal): -4816595 or 2982326. OLE color: 2982326.
HSL color Cylindrical-coordinate representation of color #B6812D: hue angle of 36.79º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6812D is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 129 | 45 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.29 |
| HSL | 36.79º | 0.6% | 0.45% | - |
| HSV(B) | 36.79º | 0.75% | 0.71% | - |
| XYZ | 27.62 | 25.84 | 6.01 | - |
| YUV | 135.27 | 77.06 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 45 | 0 | 0.29 | 0.75 | 0.29 | 36.79 | 0.6 | 0.45 |
| Hex | B6 | 81 | 2D | 0 | 1D | 4B | 1D | 25 | 3C | 2D |
| Octal | 266 | 201 | 55 | 0 | 35 | 113 | 35 | 45 | 74 | 55 |
| Binary | 10110110 | 10000001 | 101101 | 0 | 11101 | 1001011 | 11101 | 100101 | 111100 | 101101 |
Color Harmonies of #B6812D
Complementary color
Monochromatic Colors of #B6812D
Black with #B6812D
Text Example
Text Example
White with #B6812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6812D; }
p { color: rgb(182,129,45); }
H1.HeaderClassName
{
color: #B6812D;
}
.AnyTagClassName
{
color: #B6812D;
}
</style>
background-color css
<style>
a { background-color: #B6812D; }
a { background-color: rgb(182,129,45); }
div.DivClassName
{
background-color: #B6812D;
}
.BgClassName
{
background-color: #B6812D;
}
</style>
border-color css
<style>
span { border-color: #B6812D; }
span { border-color: rgb(182,129,45); }
td.TdClassName
{
border-color: #B6812D;
}
.TagClassName
{
border-color: #B6812D;
}
</style>