Shades of Mandalay #B28221
Tints of Mandalay #B28221
RGB
CMYK
RGB Variations
Color information
#B28221 (or 0xB28221) is known color: Mandalay. HEX triplet: B2, 82 and 21. RGB value is (178,130,33). Sum of RGB (Red+Green+Blue) = 178+130+33=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B28221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28221 is #4D7DDE. Grayscale: #858585. Windows color (decimal): -5078495 or 2196146. OLE color: 2196146.
HSL color Cylindrical-coordinate representation of color #B28221: hue angle of 40.14º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B28221 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 130 | 33 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.30 |
| HSL | 40.14º | 0.69% | 0.41% | - |
| HSV(B) | 40.14º | 0.81% | 0.7% | - |
| XYZ | 26.62 | 25.54 | 4.97 | - |
| YUV | 133.29 | 71.4 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 130 | 33 | 0 | 0.27 | 0.81 | 0.30 | 40.14 | 0.69 | 0.41 |
| Hex | B2 | 82 | 21 | 0 | 1B | 51 | 1E | 28 | 45 | 29 |
| Octal | 262 | 202 | 41 | 0 | 33 | 121 | 36 | 50 | 105 | 51 |
| Binary | 10110010 | 10000010 | 100001 | 0 | 11011 | 1010001 | 11110 | 101000 | 1000101 | 101001 |
Color Harmonies of #B28221
Complementary color
Monochromatic Colors of #B28221
Black with #B28221
Text Example
Text Example
White with #B28221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28221; }
p { color: rgb(178,130,33); }
H1.HeaderClassName
{
color: #B28221;
}
.AnyTagClassName
{
color: #B28221;
}
</style>
background-color css
<style>
a { background-color: #B28221; }
a { background-color: rgb(178,130,33); }
div.DivClassName
{
background-color: #B28221;
}
.BgClassName
{
background-color: #B28221;
}
</style>
border-color css
<style>
span { border-color: #B28221; }
span { border-color: rgb(178,130,33); }
td.TdClassName
{
border-color: #B28221;
}
.TagClassName
{
border-color: #B28221;
}
</style>