Shades of Mandalay #B28424
Tints of Mandalay #B28424
RGB
CMYK
RGB Variations
Color information
#B28424 (or 0xB28424) is known color: Mandalay. HEX triplet: B2, 84 and 24. RGB value is (178,132,36). Sum of RGB (Red+Green+Blue) = 178+132+36=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B28424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28424 is #4D7BDB. Grayscale: #878787. Windows color (decimal): -5077980 or 2393266. OLE color: 2393266.
HSL color Cylindrical-coordinate representation of color #B28424: hue angle of 40.56º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B28424 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 132 | 36 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.30 |
| HSL | 40.56º | 0.66% | 0.42% | - |
| HSV(B) | 40.56º | 0.8% | 0.7% | - |
| XYZ | 26.93 | 26.09 | 5.29 | - |
| YUV | 134.81 | 72.24 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 36 | 0 | 0.26 | 0.80 | 0.30 | 40.56 | 0.66 | 0.42 |
| Hex | B2 | 84 | 24 | 0 | 1A | 50 | 1E | 29 | 42 | 2A |
| Octal | 262 | 204 | 44 | 0 | 32 | 120 | 36 | 51 | 102 | 52 |
| Binary | 10110010 | 10000100 | 100100 | 0 | 11010 | 1010000 | 11110 | 101001 | 1000010 | 101010 |
Color Harmonies of #B28424
Complementary color
Monochromatic Colors of #B28424
Black with #B28424
Text Example
Text Example
White with #B28424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28424; }
p { color: rgb(178,132,36); }
H1.HeaderClassName
{
color: #B28424;
}
.AnyTagClassName
{
color: #B28424;
}
</style>
background-color css
<style>
a { background-color: #B28424; }
a { background-color: rgb(178,132,36); }
div.DivClassName
{
background-color: #B28424;
}
.BgClassName
{
background-color: #B28424;
}
</style>
border-color css
<style>
span { border-color: #B28424; }
span { border-color: rgb(178,132,36); }
td.TdClassName
{
border-color: #B28424;
}
.TagClassName
{
border-color: #B28424;
}
</style>