Shades of Mandalay #B38136
Tints of Mandalay #B38136
RGB
CMYK
RGB Variations
Color information
#B38136 (or 0xB38136) is known color: Mandalay. HEX triplet: B3, 81 and 36. RGB value is (179,129,54). Sum of RGB (Red+Green+Blue) = 179+129+54=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B38136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38136 is #4C7EC9. Grayscale: #878787. Windows color (decimal): -5013194 or 3572147. OLE color: 3572147.
HSL color Cylindrical-coordinate representation of color #B38136: hue angle of 36º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B38136 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 129 | 54 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.30 |
| HSL | 36º | 0.54% | 0.46% | - |
| HSV(B) | 36º | 0.7% | 0.7% | - |
| XYZ | 27.11 | 25.55 | 6.99 | - |
| YUV | 135.4 | 82.07 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 129 | 54 | 0 | 0.28 | 0.70 | 0.30 | 36 | 0.54 | 0.46 |
| Hex | B3 | 81 | 36 | 0 | 1C | 46 | 1E | 24 | 36 | 2E |
| Octal | 263 | 201 | 66 | 0 | 34 | 106 | 36 | 44 | 66 | 56 |
| Binary | 10110011 | 10000001 | 110110 | 0 | 11100 | 1000110 | 11110 | 100100 | 110110 | 101110 |
Color Harmonies of #B38136
Complementary color
Monochromatic Colors of #B38136
Black with #B38136
Text Example
Text Example
White with #B38136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38136; }
p { color: rgb(179,129,54); }
H1.HeaderClassName
{
color: #B38136;
}
.AnyTagClassName
{
color: #B38136;
}
</style>
background-color css
<style>
a { background-color: #B38136; }
a { background-color: rgb(179,129,54); }
div.DivClassName
{
background-color: #B38136;
}
.BgClassName
{
background-color: #B38136;
}
</style>
border-color css
<style>
span { border-color: #B38136; }
span { border-color: rgb(179,129,54); }
td.TdClassName
{
border-color: #B38136;
}
.TagClassName
{
border-color: #B38136;
}
</style>