Shades of Mandalay #B4822B
Tints of Mandalay #B4822B
RGB
CMYK
RGB Variations
Color information
#B4822B (or 0xB4822B) is known color: Mandalay. HEX triplet: B4, 82 and 2B. RGB value is (180,130,43). Sum of RGB (Red+Green+Blue) = 180+130+43=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B4822B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4822B is #4B7DD4. Grayscale: #878787. Windows color (decimal): -4947413 or 2851508. OLE color: 2851508.
HSL color Cylindrical-coordinate representation of color #B4822B: hue angle of 38.1º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4822B is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 130 | 43 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.29 |
| HSL | 38.1º | 0.61% | 0.44% | - |
| HSV(B) | 38.1º | 0.76% | 0.71% | - |
| XYZ | 27.24 | 25.84 | 5.84 | - |
| YUV | 135.03 | 76.07 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 130 | 43 | 0 | 0.28 | 0.76 | 0.29 | 38.1 | 0.61 | 0.44 |
| Hex | B4 | 82 | 2B | 0 | 1C | 4C | 1D | 26 | 3D | 2C |
| Octal | 264 | 202 | 53 | 0 | 34 | 114 | 35 | 46 | 75 | 54 |
| Binary | 10110100 | 10000010 | 101011 | 0 | 11100 | 1001100 | 11101 | 100110 | 111101 | 101100 |
Color Harmonies of #B4822B
Complementary color
Monochromatic Colors of #B4822B
Black with #B4822B
Text Example
Text Example
White with #B4822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4822B; }
p { color: rgb(180,130,43); }
H1.HeaderClassName
{
color: #B4822B;
}
.AnyTagClassName
{
color: #B4822B;
}
</style>
background-color css
<style>
a { background-color: #B4822B; }
a { background-color: rgb(180,130,43); }
div.DivClassName
{
background-color: #B4822B;
}
.BgClassName
{
background-color: #B4822B;
}
</style>
border-color css
<style>
span { border-color: #B4822B; }
span { border-color: rgb(180,130,43); }
td.TdClassName
{
border-color: #B4822B;
}
.TagClassName
{
border-color: #B4822B;
}
</style>