Shades of Mandalay #B68032
Tints of Mandalay #B68032
RGB
CMYK
RGB Variations
Color information
#B68032 (or 0xB68032) is known color: Mandalay. HEX triplet: B6, 80 and 32. RGB value is (182,128,50). Sum of RGB (Red+Green+Blue) = 182+128+50=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B68032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68032 is #497FCD. Grayscale: #878787. Windows color (decimal): -4816846 or 3309750. OLE color: 3309750.
HSL color Cylindrical-coordinate representation of color #B68032: hue angle of 35.45º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B68032 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 50 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.29 |
| HSL | 35.45º | 0.57% | 0.45% | - |
| HSV(B) | 35.45º | 0.73% | 0.71% | - |
| XYZ | 27.59 | 25.61 | 6.51 | - |
| YUV | 135.25 | 79.89 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 50 | 0 | 0.30 | 0.73 | 0.29 | 35.45 | 0.57 | 0.45 |
| Hex | B6 | 80 | 32 | 0 | 1E | 49 | 1D | 23 | 39 | 2D |
| Octal | 266 | 200 | 62 | 0 | 36 | 111 | 35 | 43 | 71 | 55 |
| Binary | 10110110 | 10000000 | 110010 | 0 | 11110 | 1001001 | 11101 | 100011 | 111001 | 101101 |
Color Harmonies of #B68032
Complementary color
Monochromatic Colors of #B68032
Black with #B68032
Text Example
Text Example
White with #B68032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68032; }
p { color: rgb(182,128,50); }
H1.HeaderClassName
{
color: #B68032;
}
.AnyTagClassName
{
color: #B68032;
}
</style>
background-color css
<style>
a { background-color: #B68032; }
a { background-color: rgb(182,128,50); }
div.DivClassName
{
background-color: #B68032;
}
.BgClassName
{
background-color: #B68032;
}
</style>
border-color css
<style>
span { border-color: #B68032; }
span { border-color: rgb(182,128,50); }
td.TdClassName
{
border-color: #B68032;
}
.TagClassName
{
border-color: #B68032;
}
</style>