Shades of Mandalay #B68024
Tints of Mandalay #B68024
RGB
CMYK
RGB Variations
Color information
#B68024 (or 0xB68024) is known color: Mandalay. HEX triplet: B6, 80 and 24. RGB value is (182,128,36). Sum of RGB (Red+Green+Blue) = 182+128+36=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B68024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68024 is #497FDB. Grayscale: #868686. Windows color (decimal): -4816860 or 2392246. OLE color: 2392246.
HSL color Cylindrical-coordinate representation of color #B68024: hue angle of 37.81º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B68024 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 36 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.29 |
| HSL | 37.81º | 0.67% | 0.43% | - |
| HSV(B) | 37.81º | 0.8% | 0.71% | - |
| XYZ | 27.33 | 25.51 | 5.15 | - |
| YUV | 133.66 | 72.89 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 36 | 0 | 0.30 | 0.80 | 0.29 | 37.81 | 0.67 | 0.43 |
| Hex | B6 | 80 | 24 | 0 | 1E | 50 | 1D | 26 | 43 | 2B |
| Octal | 266 | 200 | 44 | 0 | 36 | 120 | 35 | 46 | 103 | 53 |
| Binary | 10110110 | 10000000 | 100100 | 0 | 11110 | 1010000 | 11101 | 100110 | 1000011 | 101011 |
Color Harmonies of #B68024
Complementary color
Monochromatic Colors of #B68024
Black with #B68024
Text Example
Text Example
White with #B68024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68024; }
p { color: rgb(182,128,36); }
H1.HeaderClassName
{
color: #B68024;
}
.AnyTagClassName
{
color: #B68024;
}
</style>
background-color css
<style>
a { background-color: #B68024; }
a { background-color: rgb(182,128,36); }
div.DivClassName
{
background-color: #B68024;
}
.BgClassName
{
background-color: #B68024;
}
</style>
border-color css
<style>
span { border-color: #B68024; }
span { border-color: rgb(182,128,36); }
td.TdClassName
{
border-color: #B68024;
}
.TagClassName
{
border-color: #B68024;
}
</style>