Shades of Mandalay #B68029
Tints of Mandalay #B68029
RGB
CMYK
RGB Variations
Color information
#B68029 (or 0xB68029) is known color: Mandalay. HEX triplet: B6, 80 and 29. RGB value is (182,128,41). Sum of RGB (Red+Green+Blue) = 182+128+41=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B68029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68029 is #497FD6. Grayscale: #868686. Windows color (decimal): -4816855 or 2719926. OLE color: 2719926.
HSL color Cylindrical-coordinate representation of color #B68029: hue angle of 37.02º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B68029 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 41 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.29 |
| HSL | 37.02º | 0.63% | 0.44% | - |
| HSV(B) | 37.02º | 0.77% | 0.71% | - |
| XYZ | 27.41 | 25.54 | 5.58 | - |
| YUV | 134.23 | 75.39 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 41 | 0 | 0.30 | 0.77 | 0.29 | 37.02 | 0.63 | 0.44 |
| Hex | B6 | 80 | 29 | 0 | 1E | 4D | 1D | 25 | 3F | 2C |
| Octal | 266 | 200 | 51 | 0 | 36 | 115 | 35 | 45 | 77 | 54 |
| Binary | 10110110 | 10000000 | 101001 | 0 | 11110 | 1001101 | 11101 | 100101 | 111111 | 101100 |
Color Harmonies of #B68029
Complementary color
Monochromatic Colors of #B68029
Black with #B68029
Text Example
Text Example
White with #B68029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68029; }
p { color: rgb(182,128,41); }
H1.HeaderClassName
{
color: #B68029;
}
.AnyTagClassName
{
color: #B68029;
}
</style>
background-color css
<style>
a { background-color: #B68029; }
a { background-color: rgb(182,128,41); }
div.DivClassName
{
background-color: #B68029;
}
.BgClassName
{
background-color: #B68029;
}
</style>
border-color css
<style>
span { border-color: #B68029; }
span { border-color: rgb(182,128,41); }
td.TdClassName
{
border-color: #B68029;
}
.TagClassName
{
border-color: #B68029;
}
</style>