Shades of Mandalay #B38022
Tints of Mandalay #B38022
RGB
CMYK
RGB Variations
Color information
#B38022 (or 0xB38022) is known color: Mandalay. HEX triplet: B3, 80 and 22. RGB value is (179,128,34). Sum of RGB (Red+Green+Blue) = 179+128+34=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B38022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38022 is #4C7FDD. Grayscale: #848484. Windows color (decimal): -5013470 or 2261171. OLE color: 2261171.
HSL color Cylindrical-coordinate representation of color #B38022: hue angle of 38.9º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B38022 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 128 | 34 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.30 |
| HSL | 38.9º | 0.68% | 0.42% | - |
| HSV(B) | 38.9º | 0.81% | 0.7% | - |
| XYZ | 26.6 | 25.14 | 4.96 | - |
| YUV | 132.53 | 72.4 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 34 | 0 | 0.28 | 0.81 | 0.30 | 38.9 | 0.68 | 0.42 |
| Hex | B3 | 80 | 22 | 0 | 1C | 51 | 1E | 27 | 44 | 2A |
| Octal | 263 | 200 | 42 | 0 | 34 | 121 | 36 | 47 | 104 | 52 |
| Binary | 10110011 | 10000000 | 100010 | 0 | 11100 | 1010001 | 11110 | 100111 | 1000100 | 101010 |
Color Harmonies of #B38022
Complementary color
Monochromatic Colors of #B38022
Black with #B38022
Text Example
Text Example
White with #B38022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38022; }
p { color: rgb(179,128,34); }
H1.HeaderClassName
{
color: #B38022;
}
.AnyTagClassName
{
color: #B38022;
}
</style>
background-color css
<style>
a { background-color: #B38022; }
a { background-color: rgb(179,128,34); }
div.DivClassName
{
background-color: #B38022;
}
.BgClassName
{
background-color: #B38022;
}
</style>
border-color css
<style>
span { border-color: #B38022; }
span { border-color: rgb(179,128,34); }
td.TdClassName
{
border-color: #B38022;
}
.TagClassName
{
border-color: #B38022;
}
</style>