Shades of Mandalay #B68221
Tints of Mandalay #B68221
RGB
CMYK
RGB Variations
Color information
#B68221 (or 0xB68221) is known color: Mandalay. HEX triplet: B6, 82 and 21. RGB value is (182,130,33). Sum of RGB (Red+Green+Blue) = 182+130+33=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B68221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68221 is #497DDE. Grayscale: #868686. Windows color (decimal): -4816351 or 2196150. OLE color: 2196150.
HSL color Cylindrical-coordinate representation of color #B68221: hue angle of 39.06º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B68221 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 33 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.29 |
| HSL | 39.06º | 0.69% | 0.42% | - |
| HSV(B) | 39.06º | 0.82% | 0.71% | - |
| XYZ | 27.55 | 26.02 | 5.01 | - |
| YUV | 134.49 | 70.73 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 33 | 0 | 0.29 | 0.82 | 0.29 | 39.06 | 0.69 | 0.42 |
| Hex | B6 | 82 | 21 | 0 | 1D | 52 | 1D | 27 | 45 | 2A |
| Octal | 266 | 202 | 41 | 0 | 35 | 122 | 35 | 47 | 105 | 52 |
| Binary | 10110110 | 10000010 | 100001 | 0 | 11101 | 1010010 | 11101 | 100111 | 1000101 | 101010 |
Color Harmonies of #B68221
Complementary color
Monochromatic Colors of #B68221
Black with #B68221
Text Example
Text Example
White with #B68221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68221; }
p { color: rgb(182,130,33); }
H1.HeaderClassName
{
color: #B68221;
}
.AnyTagClassName
{
color: #B68221;
}
</style>
background-color css
<style>
a { background-color: #B68221; }
a { background-color: rgb(182,130,33); }
div.DivClassName
{
background-color: #B68221;
}
.BgClassName
{
background-color: #B68221;
}
</style>
border-color css
<style>
span { border-color: #B68221; }
span { border-color: rgb(182,130,33); }
td.TdClassName
{
border-color: #B68221;
}
.TagClassName
{
border-color: #B68221;
}
</style>