Shades of Mandalay #B68136
Tints of Mandalay #B68136
RGB
CMYK
RGB Variations
Color information
#B68136 (or 0xB68136) is known color: Mandalay. HEX triplet: B6, 81 and 36. RGB value is (182,129,54). Sum of RGB (Red+Green+Blue) = 182+129+54=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B68136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68136 is #497EC9. Grayscale: #888888. Windows color (decimal): -4816586 or 3572150. OLE color: 3572150.
HSL color Cylindrical-coordinate representation of color #B68136: hue angle of 35.16º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B68136 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 129 | 54 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.29 |
| HSL | 35.16º | 0.54% | 0.46% | - |
| HSV(B) | 35.16º | 0.7% | 0.71% | - |
| XYZ | 27.81 | 25.91 | 7.03 | - |
| YUV | 136.3 | 81.56 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 54 | 0 | 0.29 | 0.70 | 0.29 | 35.16 | 0.54 | 0.46 |
| Hex | B6 | 81 | 36 | 0 | 1D | 46 | 1D | 23 | 36 | 2E |
| Octal | 266 | 201 | 66 | 0 | 35 | 106 | 35 | 43 | 66 | 56 |
| Binary | 10110110 | 10000001 | 110110 | 0 | 11101 | 1000110 | 11101 | 100011 | 110110 | 101110 |
Color Harmonies of #B68136
Complementary color
Monochromatic Colors of #B68136
Black with #B68136
Text Example
Text Example
White with #B68136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68136; }
p { color: rgb(182,129,54); }
H1.HeaderClassName
{
color: #B68136;
}
.AnyTagClassName
{
color: #B68136;
}
</style>
background-color css
<style>
a { background-color: #B68136; }
a { background-color: rgb(182,129,54); }
div.DivClassName
{
background-color: #B68136;
}
.BgClassName
{
background-color: #B68136;
}
</style>
border-color css
<style>
span { border-color: #B68136; }
span { border-color: rgb(182,129,54); }
td.TdClassName
{
border-color: #B68136;
}
.TagClassName
{
border-color: #B68136;
}
</style>