Shades of Mandalay #B6802C
Tints of Mandalay #B6802C
RGB
CMYK
RGB Variations
Color information
#B6802C (or 0xB6802C) is known color: Mandalay. HEX triplet: B6, 80 and 2C. RGB value is (182,128,44). Sum of RGB (Red+Green+Blue) = 182+128+44=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B6802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6802C is #497FD3. Grayscale: #868686. Windows color (decimal): -4816852 or 2916534. OLE color: 2916534.
HSL color Cylindrical-coordinate representation of color #B6802C: hue angle of 36.52º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6802C is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 44 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.29 |
| HSL | 36.52º | 0.61% | 0.44% | - |
| HSV(B) | 36.52º | 0.76% | 0.71% | - |
| XYZ | 27.47 | 25.57 | 5.87 | - |
| YUV | 134.57 | 76.89 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 44 | 0 | 0.30 | 0.76 | 0.29 | 36.52 | 0.61 | 0.44 |
| Hex | B6 | 80 | 2C | 0 | 1E | 4C | 1D | 25 | 3D | 2C |
| Octal | 266 | 200 | 54 | 0 | 36 | 114 | 35 | 45 | 75 | 54 |
| Binary | 10110110 | 10000000 | 101100 | 0 | 11110 | 1001100 | 11101 | 100101 | 111101 | 101100 |
Color Harmonies of #B6802C
Complementary color
Monochromatic Colors of #B6802C
Black with #B6802C
Text Example
Text Example
White with #B6802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6802C; }
p { color: rgb(182,128,44); }
H1.HeaderClassName
{
color: #B6802C;
}
.AnyTagClassName
{
color: #B6802C;
}
</style>
background-color css
<style>
a { background-color: #B6802C; }
a { background-color: rgb(182,128,44); }
div.DivClassName
{
background-color: #B6802C;
}
.BgClassName
{
background-color: #B6802C;
}
</style>
border-color css
<style>
span { border-color: #B6802C; }
span { border-color: rgb(182,128,44); }
td.TdClassName
{
border-color: #B6802C;
}
.TagClassName
{
border-color: #B6802C;
}
</style>