Shades of Mandalay #B2811F
Tints of Mandalay #B2811F
RGB
CMYK
RGB Variations
Color information
#B2811F (or 0xB2811F) is known color: Mandalay. HEX triplet: B2, 81 and 1F. RGB value is (178,129,31). Sum of RGB (Red+Green+Blue) = 178+129+31=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2811F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2811F is #4D7EE0. Grayscale: #848484. Windows color (decimal): -5078753 or 2064818. OLE color: 2064818.
HSL color Cylindrical-coordinate representation of color #B2811F: hue angle of 40º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2811F is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 129 | 31 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.30 |
| HSL | 40º | 0.7% | 0.41% | - |
| HSV(B) | 40º | 0.83% | 0.7% | - |
| XYZ | 26.46 | 25.26 | 4.78 | - |
| YUV | 132.48 | 70.73 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 129 | 31 | 0 | 0.28 | 0.83 | 0.30 | 40 | 0.7 | 0.41 |
| Hex | B2 | 81 | 1F | 0 | 1C | 53 | 1E | 28 | 46 | 29 |
| Octal | 262 | 201 | 37 | 0 | 34 | 123 | 36 | 50 | 106 | 51 |
| Binary | 10110010 | 10000001 | 11111 | 0 | 11100 | 1010011 | 11110 | 101000 | 1000110 | 101001 |
Color Harmonies of #B2811F
Complementary color
Monochromatic Colors of #B2811F
Black with #B2811F
Text Example
Text Example
White with #B2811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2811F; }
p { color: rgb(178,129,31); }
H1.HeaderClassName
{
color: #B2811F;
}
.AnyTagClassName
{
color: #B2811F;
}
</style>
background-color css
<style>
a { background-color: #B2811F; }
a { background-color: rgb(178,129,31); }
div.DivClassName
{
background-color: #B2811F;
}
.BgClassName
{
background-color: #B2811F;
}
</style>
border-color css
<style>
span { border-color: #B2811F; }
span { border-color: rgb(178,129,31); }
td.TdClassName
{
border-color: #B2811F;
}
.TagClassName
{
border-color: #B2811F;
}
</style>