Shades of Mandalay #B5812A
Tints of Mandalay #B5812A
RGB
CMYK
RGB Variations
Color information
#B5812A (or 0xB5812A) is known color: Mandalay. HEX triplet: B5, 81 and 2A. RGB value is (181,129,42). Sum of RGB (Red+Green+Blue) = 181+129+42=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B5812A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5812A is #4A7ED5. Grayscale: #878787. Windows color (decimal): -4882134 or 2785717. OLE color: 2785717.
HSL color Cylindrical-coordinate representation of color #B5812A: hue angle of 37.55º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5812A is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 42 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.29 |
| HSL | 37.55º | 0.62% | 0.44% | - |
| HSV(B) | 37.55º | 0.77% | 0.71% | - |
| XYZ | 27.32 | 25.69 | 5.71 | - |
| YUV | 134.63 | 75.73 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 42 | 0 | 0.29 | 0.77 | 0.29 | 37.55 | 0.62 | 0.44 |
| Hex | B5 | 81 | 2A | 0 | 1D | 4D | 1D | 26 | 3E | 2C |
| Octal | 265 | 201 | 52 | 0 | 35 | 115 | 35 | 46 | 76 | 54 |
| Binary | 10110101 | 10000001 | 101010 | 0 | 11101 | 1001101 | 11101 | 100110 | 111110 | 101100 |
Color Harmonies of #B5812A
Complementary color
Monochromatic Colors of #B5812A
Black with #B5812A
Text Example
Text Example
White with #B5812A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5812A; }
p { color: rgb(181,129,42); }
H1.HeaderClassName
{
color: #B5812A;
}
.AnyTagClassName
{
color: #B5812A;
}
</style>
background-color css
<style>
a { background-color: #B5812A; }
a { background-color: rgb(181,129,42); }
div.DivClassName
{
background-color: #B5812A;
}
.BgClassName
{
background-color: #B5812A;
}
</style>
border-color css
<style>
span { border-color: #B5812A; }
span { border-color: rgb(181,129,42); }
td.TdClassName
{
border-color: #B5812A;
}
.TagClassName
{
border-color: #B5812A;
}
</style>