Shades of Mandalay #B68529
Tints of Mandalay #B68529
RGB
CMYK
RGB Variations
Color information
#B68529 (or 0xB68529) is known color: Mandalay. HEX triplet: B6, 85 and 29. RGB value is (182,133,41). Sum of RGB (Red+Green+Blue) = 182+133+41=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B68529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68529 is #497AD6. Grayscale: #898989. Windows color (decimal): -4815575 or 2721206. OLE color: 2721206.
HSL color Cylindrical-coordinate representation of color #B68529: hue angle of 39.15º 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 #B68529 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 133 | 41 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.29 |
| HSL | 39.15º | 0.63% | 0.44% | - |
| HSV(B) | 39.15º | 0.77% | 0.71% | - |
| XYZ | 28.08 | 26.88 | 5.81 | - |
| YUV | 137.16 | 73.73 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 133 | 41 | 0 | 0.27 | 0.77 | 0.29 | 39.15 | 0.63 | 0.44 |
| Hex | B6 | 85 | 29 | 0 | 1B | 4D | 1D | 27 | 3F | 2C |
| Octal | 266 | 205 | 51 | 0 | 33 | 115 | 35 | 47 | 77 | 54 |
| Binary | 10110110 | 10000101 | 101001 | 0 | 11011 | 1001101 | 11101 | 100111 | 111111 | 101100 |
Color Harmonies of #B68529
Complementary color
Monochromatic Colors of #B68529
Black with #B68529
Text Example
Text Example
White with #B68529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68529; }
p { color: rgb(182,133,41); }
H1.HeaderClassName
{
color: #B68529;
}
.AnyTagClassName
{
color: #B68529;
}
</style>
background-color css
<style>
a { background-color: #B68529; }
a { background-color: rgb(182,133,41); }
div.DivClassName
{
background-color: #B68529;
}
.BgClassName
{
background-color: #B68529;
}
</style>
border-color css
<style>
span { border-color: #B68529; }
span { border-color: rgb(182,133,41); }
td.TdClassName
{
border-color: #B68529;
}
.TagClassName
{
border-color: #B68529;
}
</style>