Shades of Mandalay #B4812D
Tints of Mandalay #B4812D
RGB
CMYK
RGB Variations
Color information
#B4812D (or 0xB4812D) is known color: Mandalay. HEX triplet: B4, 81 and 2D. RGB value is (180,129,45). Sum of RGB (Red+Green+Blue) = 180+129+45=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B4812D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4812D is #4B7ED2. Grayscale: #878787. Windows color (decimal): -4947667 or 2982324. OLE color: 2982324.
HSL color Cylindrical-coordinate representation of color #B4812D: hue angle of 37.33º 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 #B4812D is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 129 | 45 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.29 |
| HSL | 37.33º | 0.6% | 0.44% | - |
| HSV(B) | 37.33º | 0.75% | 0.71% | - |
| XYZ | 27.15 | 25.59 | 5.99 | - |
| YUV | 134.67 | 77.4 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 129 | 45 | 0 | 0.28 | 0.75 | 0.29 | 37.33 | 0.6 | 0.44 |
| Hex | B4 | 81 | 2D | 0 | 1C | 4B | 1D | 25 | 3C | 2C |
| Octal | 264 | 201 | 55 | 0 | 34 | 113 | 35 | 45 | 74 | 54 |
| Binary | 10110100 | 10000001 | 101101 | 0 | 11100 | 1001011 | 11101 | 100101 | 111100 | 101100 |
Color Harmonies of #B4812D
Complementary color
Monochromatic Colors of #B4812D
Black with #B4812D
Text Example
Text Example
White with #B4812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4812D; }
p { color: rgb(180,129,45); }
H1.HeaderClassName
{
color: #B4812D;
}
.AnyTagClassName
{
color: #B4812D;
}
</style>
background-color css
<style>
a { background-color: #B4812D; }
a { background-color: rgb(180,129,45); }
div.DivClassName
{
background-color: #B4812D;
}
.BgClassName
{
background-color: #B4812D;
}
</style>
border-color css
<style>
span { border-color: #B4812D; }
span { border-color: rgb(180,129,45); }
td.TdClassName
{
border-color: #B4812D;
}
.TagClassName
{
border-color: #B4812D;
}
</style>