Shades of Mandalay #B4811E
Tints of Mandalay #B4811E
RGB
CMYK
RGB Variations
Color information
#B4811E (or 0xB4811E) is known color: Mandalay. HEX triplet: B4, 81 and 1E. RGB value is (180,129,30). Sum of RGB (Red+Green+Blue) = 180+129+30=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B4811E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4811E is #4B7EE1. Grayscale: #858585. Windows color (decimal): -4947682 or 1999284. OLE color: 1999284.
HSL color Cylindrical-coordinate representation of color #B4811E: hue angle of 39.6º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B4811E is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 129 | 30 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.29 |
| HSL | 39.6º | 0.71% | 0.41% | - |
| HSV(B) | 39.6º | 0.83% | 0.71% | - |
| XYZ | 26.91 | 25.5 | 4.73 | - |
| YUV | 132.96 | 69.9 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 129 | 30 | 0 | 0.28 | 0.83 | 0.29 | 39.6 | 0.71 | 0.41 |
| Hex | B4 | 81 | 1E | 0 | 1C | 53 | 1D | 28 | 47 | 29 |
| Octal | 264 | 201 | 36 | 0 | 34 | 123 | 35 | 50 | 107 | 51 |
| Binary | 10110100 | 10000001 | 11110 | 0 | 11100 | 1010011 | 11101 | 101000 | 1000111 | 101001 |
Color Harmonies of #B4811E
Complementary color
Monochromatic Colors of #B4811E
Black with #B4811E
Text Example
Text Example
White with #B4811E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4811E; }
p { color: rgb(180,129,30); }
H1.HeaderClassName
{
color: #B4811E;
}
.AnyTagClassName
{
color: #B4811E;
}
</style>
background-color css
<style>
a { background-color: #B4811E; }
a { background-color: rgb(180,129,30); }
div.DivClassName
{
background-color: #B4811E;
}
.BgClassName
{
background-color: #B4811E;
}
</style>
border-color css
<style>
span { border-color: #B4811E; }
span { border-color: rgb(180,129,30); }
td.TdClassName
{
border-color: #B4811E;
}
.TagClassName
{
border-color: #B4811E;
}
</style>