Shades of Mandalay #B5811F
Tints of Mandalay #B5811F
RGB
CMYK
RGB Variations
Color information
#B5811F (or 0xB5811F) is known color: Mandalay. HEX triplet: B5, 81 and 1F. RGB value is (181,129,31). Sum of RGB (Red+Green+Blue) = 181+129+31=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5811F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5811F is #4A7EE0. Grayscale: #858585. Windows color (decimal): -4882145 or 2064821. OLE color: 2064821.
HSL color Cylindrical-coordinate representation of color #B5811F: hue angle of 39.2º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5811F is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 31 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.29 |
| HSL | 39.2º | 0.71% | 0.42% | - |
| HSV(B) | 39.2º | 0.83% | 0.71% | - |
| XYZ | 27.15 | 25.62 | 4.81 | - |
| YUV | 133.38 | 70.23 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 31 | 0 | 0.29 | 0.83 | 0.29 | 39.2 | 0.71 | 0.42 |
| Hex | B5 | 81 | 1F | 0 | 1D | 53 | 1D | 27 | 47 | 2A |
| Octal | 265 | 201 | 37 | 0 | 35 | 123 | 35 | 47 | 107 | 52 |
| Binary | 10110101 | 10000001 | 11111 | 0 | 11101 | 1010011 | 11101 | 100111 | 1000111 | 101010 |
Color Harmonies of #B5811F
Complementary color
Monochromatic Colors of #B5811F
Black with #B5811F
Text Example
Text Example
White with #B5811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5811F; }
p { color: rgb(181,129,31); }
H1.HeaderClassName
{
color: #B5811F;
}
.AnyTagClassName
{
color: #B5811F;
}
</style>
background-color css
<style>
a { background-color: #B5811F; }
a { background-color: rgb(181,129,31); }
div.DivClassName
{
background-color: #B5811F;
}
.BgClassName
{
background-color: #B5811F;
}
</style>
border-color css
<style>
span { border-color: #B5811F; }
span { border-color: rgb(181,129,31); }
td.TdClassName
{
border-color: #B5811F;
}
.TagClassName
{
border-color: #B5811F;
}
</style>