Shades of Mandalay #B4822D
Tints of Mandalay #B4822D
RGB
CMYK
RGB Variations
Color information
#B4822D (or 0xB4822D) is known color: Mandalay. HEX triplet: B4, 82 and 2D. RGB value is (180,130,45). Sum of RGB (Red+Green+Blue) = 180+130+45=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4822D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4822D is #4B7DD2. Grayscale: #878787. Windows color (decimal): -4947411 or 2982580. OLE color: 2982580.
HSL color Cylindrical-coordinate representation of color #B4822D: hue angle of 37.78º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4822D is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 130 | 45 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.29 |
| HSL | 37.78º | 0.6% | 0.44% | - |
| HSV(B) | 37.78º | 0.75% | 0.71% | - |
| XYZ | 27.28 | 25.86 | 6.04 | - |
| YUV | 135.26 | 77.07 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 130 | 45 | 0 | 0.28 | 0.75 | 0.29 | 37.78 | 0.6 | 0.44 |
| Hex | B4 | 82 | 2D | 0 | 1C | 4B | 1D | 26 | 3C | 2C |
| Octal | 264 | 202 | 55 | 0 | 34 | 113 | 35 | 46 | 74 | 54 |
| Binary | 10110100 | 10000010 | 101101 | 0 | 11100 | 1001011 | 11101 | 100110 | 111100 | 101100 |
Color Harmonies of #B4822D
Complementary color
Monochromatic Colors of #B4822D
Black with #B4822D
Text Example
Text Example
White with #B4822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4822D; }
p { color: rgb(180,130,45); }
H1.HeaderClassName
{
color: #B4822D;
}
.AnyTagClassName
{
color: #B4822D;
}
</style>
background-color css
<style>
a { background-color: #B4822D; }
a { background-color: rgb(180,130,45); }
div.DivClassName
{
background-color: #B4822D;
}
.BgClassName
{
background-color: #B4822D;
}
</style>
border-color css
<style>
span { border-color: #B4822D; }
span { border-color: rgb(180,130,45); }
td.TdClassName
{
border-color: #B4822D;
}
.TagClassName
{
border-color: #B4822D;
}
</style>