Shades of Mandalay #B08020
Tints of Mandalay #B08020
RGB
CMYK
RGB Variations
Color information
#B08020 (or 0xB08020) is known color: Mandalay. HEX triplet: B0, 80 and 20. RGB value is (176,128,32). Sum of RGB (Red+Green+Blue) = 176+128+32=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B08020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08020 is #4F7FDF. Grayscale: #838383. Windows color (decimal): -5210080 or 2130096. OLE color: 2130096.
HSL color Cylindrical-coordinate representation of color #B08020: hue angle of 40º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B08020 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 128 | 32 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.31 |
| HSL | 40º | 0.69% | 0.41% | - |
| HSV(B) | 40º | 0.82% | 0.69% | - |
| XYZ | 25.88 | 24.77 | 4.78 | - |
| YUV | 131.41 | 71.9 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 32 | 0 | 0.27 | 0.82 | 0.31 | 40 | 0.69 | 0.41 |
| Hex | B0 | 80 | 20 | 0 | 1B | 52 | 1F | 28 | 45 | 29 |
| Octal | 260 | 200 | 40 | 0 | 33 | 122 | 37 | 50 | 105 | 51 |
| Binary | 10110000 | 10000000 | 100000 | 0 | 11011 | 1010010 | 11111 | 101000 | 1000101 | 101001 |
Color Harmonies of #B08020
Complementary color
Monochromatic Colors of #B08020
Black with #B08020
Text Example
Text Example
White with #B08020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08020; }
p { color: rgb(176,128,32); }
H1.HeaderClassName
{
color: #B08020;
}
.AnyTagClassName
{
color: #B08020;
}
</style>
background-color css
<style>
a { background-color: #B08020; }
a { background-color: rgb(176,128,32); }
div.DivClassName
{
background-color: #B08020;
}
.BgClassName
{
background-color: #B08020;
}
</style>
border-color css
<style>
span { border-color: #B08020; }
span { border-color: rgb(176,128,32); }
td.TdClassName
{
border-color: #B08020;
}
.TagClassName
{
border-color: #B08020;
}
</style>