Shades of Mandalay #B48527
Tints of Mandalay #B48527
RGB
CMYK
RGB Variations
Color information
#B48527 (or 0xB48527) is known color: Mandalay. HEX triplet: B4, 85 and 27. RGB value is (180,133,39). Sum of RGB (Red+Green+Blue) = 180+133+39=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B48527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48527 is #4B7AD8. Grayscale: #888888. Windows color (decimal): -4946649 or 2590132. OLE color: 2590132.
HSL color Cylindrical-coordinate representation of color #B48527: hue angle of 40º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B48527 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 39 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.29 |
| HSL | 40º | 0.64% | 0.43% | - |
| HSV(B) | 40º | 0.78% | 0.71% | - |
| XYZ | 27.58 | 26.62 | 5.61 | - |
| YUV | 136.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 39 | 0 | 0.26 | 0.78 | 0.29 | 40 | 0.64 | 0.43 |
| Hex | B4 | 85 | 27 | 0 | 1A | 4E | 1D | 28 | 40 | 2B |
| Octal | 264 | 205 | 47 | 0 | 32 | 116 | 35 | 50 | 100 | 53 |
| Binary | 10110100 | 10000101 | 100111 | 0 | 11010 | 1001110 | 11101 | 101000 | 1000000 | 101011 |
Color Harmonies of #B48527
Complementary color
Monochromatic Colors of #B48527
Black with #B48527
Text Example
Text Example
White with #B48527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48527; }
p { color: rgb(180,133,39); }
H1.HeaderClassName
{
color: #B48527;
}
.AnyTagClassName
{
color: #B48527;
}
</style>
background-color css
<style>
a { background-color: #B48527; }
a { background-color: rgb(180,133,39); }
div.DivClassName
{
background-color: #B48527;
}
.BgClassName
{
background-color: #B48527;
}
</style>
border-color css
<style>
span { border-color: #B48527; }
span { border-color: rgb(180,133,39); }
td.TdClassName
{
border-color: #B48527;
}
.TagClassName
{
border-color: #B48527;
}
</style>