Shades of Mandalay #B4812B
Tints of Mandalay #B4812B
RGB
CMYK
RGB Variations
Color information
#B4812B (or 0xB4812B) is known color: Mandalay. HEX triplet: B4, 81 and 2B. RGB value is (180,129,43). Sum of RGB (Red+Green+Blue) = 180+129+43=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B4812B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4812B is #4B7ED4. Grayscale: #868686. Windows color (decimal): -4947669 or 2851252. OLE color: 2851252.
HSL color Cylindrical-coordinate representation of color #B4812B: hue angle of 37.66º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4812B is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 129 | 43 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.29 |
| HSL | 37.66º | 0.61% | 0.44% | - |
| HSV(B) | 37.66º | 0.76% | 0.71% | - |
| XYZ | 27.11 | 25.58 | 5.79 | - |
| YUV | 134.45 | 76.4 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 129 | 43 | 0 | 0.28 | 0.76 | 0.29 | 37.66 | 0.61 | 0.44 |
| Hex | B4 | 81 | 2B | 0 | 1C | 4C | 1D | 26 | 3D | 2C |
| Octal | 264 | 201 | 53 | 0 | 34 | 114 | 35 | 46 | 75 | 54 |
| Binary | 10110100 | 10000001 | 101011 | 0 | 11100 | 1001100 | 11101 | 100110 | 111101 | 101100 |
Color Harmonies of #B4812B
Complementary color
Monochromatic Colors of #B4812B
Black with #B4812B
Text Example
Text Example
White with #B4812B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4812B; }
p { color: rgb(180,129,43); }
H1.HeaderClassName
{
color: #B4812B;
}
.AnyTagClassName
{
color: #B4812B;
}
</style>
background-color css
<style>
a { background-color: #B4812B; }
a { background-color: rgb(180,129,43); }
div.DivClassName
{
background-color: #B4812B;
}
.BgClassName
{
background-color: #B4812B;
}
</style>
border-color css
<style>
span { border-color: #B4812B; }
span { border-color: rgb(180,129,43); }
td.TdClassName
{
border-color: #B4812B;
}
.TagClassName
{
border-color: #B4812B;
}
</style>