Shades of Mandalay #B58421
Tints of Mandalay #B58421
RGB
CMYK
RGB Variations
Color information
#B58421 (or 0xB58421) is known color: Mandalay. HEX triplet: B5, 84 and 21. RGB value is (181,132,33). Sum of RGB (Red+Green+Blue) = 181+132+33=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B58421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58421 is #4A7BDE. Grayscale: #878787. Windows color (decimal): -4881375 or 2196661. OLE color: 2196661.
HSL color Cylindrical-coordinate representation of color #B58421: hue angle of 40.14º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B58421 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 132 | 33 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.29 |
| HSL | 40.14º | 0.69% | 0.42% | - |
| HSV(B) | 40.14º | 0.82% | 0.71% | - |
| XYZ | 27.58 | 26.44 | 5.09 | - |
| YUV | 135.37 | 70.23 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 132 | 33 | 0 | 0.27 | 0.82 | 0.29 | 40.14 | 0.69 | 0.42 |
| Hex | B5 | 84 | 21 | 0 | 1B | 52 | 1D | 28 | 45 | 2A |
| Octal | 265 | 204 | 41 | 0 | 33 | 122 | 35 | 50 | 105 | 52 |
| Binary | 10110101 | 10000100 | 100001 | 0 | 11011 | 1010010 | 11101 | 101000 | 1000101 | 101010 |
Color Harmonies of #B58421
Complementary color
Monochromatic Colors of #B58421
Black with #B58421
Text Example
Text Example
White with #B58421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58421; }
p { color: rgb(181,132,33); }
H1.HeaderClassName
{
color: #B58421;
}
.AnyTagClassName
{
color: #B58421;
}
</style>
background-color css
<style>
a { background-color: #B58421; }
a { background-color: rgb(181,132,33); }
div.DivClassName
{
background-color: #B58421;
}
.BgClassName
{
background-color: #B58421;
}
</style>
border-color css
<style>
span { border-color: #B58421; }
span { border-color: rgb(181,132,33); }
td.TdClassName
{
border-color: #B58421;
}
.TagClassName
{
border-color: #B58421;
}
</style>