Shades of Mandalay #B38529
Tints of Mandalay #B38529
RGB
CMYK
RGB Variations
Color information
#B38529 (or 0xB38529) is known color: Mandalay. HEX triplet: B3, 85 and 29. RGB value is (179,133,41). Sum of RGB (Red+Green+Blue) = 179+133+41=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B38529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38529 is #4C7AD6. Grayscale: #888888. Windows color (decimal): -5012183 or 2721203. OLE color: 2721203.
HSL color Cylindrical-coordinate representation of color #B38529: hue angle of 40º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B38529 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 133 | 41 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.30 |
| HSL | 40º | 0.63% | 0.43% | - |
| HSV(B) | 40º | 0.77% | 0.7% | - |
| XYZ | 27.38 | 26.52 | 5.77 | - |
| YUV | 136.27 | 74.24 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 41 | 0 | 0.26 | 0.77 | 0.30 | 40 | 0.63 | 0.43 |
| Hex | B3 | 85 | 29 | 0 | 1A | 4D | 1E | 28 | 3F | 2B |
| Octal | 263 | 205 | 51 | 0 | 32 | 115 | 36 | 50 | 77 | 53 |
| Binary | 10110011 | 10000101 | 101001 | 0 | 11010 | 1001101 | 11110 | 101000 | 111111 | 101011 |
Color Harmonies of #B38529
Complementary color
Monochromatic Colors of #B38529
Black with #B38529
Text Example
Text Example
White with #B38529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38529; }
p { color: rgb(179,133,41); }
H1.HeaderClassName
{
color: #B38529;
}
.AnyTagClassName
{
color: #B38529;
}
</style>
background-color css
<style>
a { background-color: #B38529; }
a { background-color: rgb(179,133,41); }
div.DivClassName
{
background-color: #B38529;
}
.BgClassName
{
background-color: #B38529;
}
</style>
border-color css
<style>
span { border-color: #B38529; }
span { border-color: rgb(179,133,41); }
td.TdClassName
{
border-color: #B38529;
}
.TagClassName
{
border-color: #B38529;
}
</style>