Shades of Mandalay #B58022
Tints of Mandalay #B58022
RGB
CMYK
RGB Variations
Color information
#B58022 (or 0xB58022) is known color: Mandalay. HEX triplet: B5, 80 and 22. RGB value is (181,128,34). Sum of RGB (Red+Green+Blue) = 181+128+34=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B58022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58022 is #4A7FDD. Grayscale: #858585. Windows color (decimal): -4882398 or 2261173. OLE color: 2261173.
HSL color Cylindrical-coordinate representation of color #B58022: hue angle of 38.37º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B58022 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 34 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.29 |
| HSL | 38.37º | 0.68% | 0.42% | - |
| HSV(B) | 38.37º | 0.81% | 0.71% | - |
| XYZ | 27.06 | 25.38 | 4.99 | - |
| YUV | 133.13 | 72.06 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 34 | 0 | 0.29 | 0.81 | 0.29 | 38.37 | 0.68 | 0.42 |
| Hex | B5 | 80 | 22 | 0 | 1D | 51 | 1D | 26 | 44 | 2A |
| Octal | 265 | 200 | 42 | 0 | 35 | 121 | 35 | 46 | 104 | 52 |
| Binary | 10110101 | 10000000 | 100010 | 0 | 11101 | 1010001 | 11101 | 100110 | 1000100 | 101010 |
Color Harmonies of #B58022
Complementary color
Monochromatic Colors of #B58022
Black with #B58022
Text Example
Text Example
White with #B58022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58022; }
p { color: rgb(181,128,34); }
H1.HeaderClassName
{
color: #B58022;
}
.AnyTagClassName
{
color: #B58022;
}
</style>
background-color css
<style>
a { background-color: #B58022; }
a { background-color: rgb(181,128,34); }
div.DivClassName
{
background-color: #B58022;
}
.BgClassName
{
background-color: #B58022;
}
</style>
border-color css
<style>
span { border-color: #B58022; }
span { border-color: rgb(181,128,34); }
td.TdClassName
{
border-color: #B58022;
}
.TagClassName
{
border-color: #B58022;
}
</style>