Shades of Mandalay #B58528
Tints of Mandalay #B58528
RGB
CMYK
RGB Variations
Color information
#B58528 (or 0xB58528) is known color: Mandalay. HEX triplet: B5, 85 and 28. RGB value is (181,133,40). Sum of RGB (Red+Green+Blue) = 181+133+40=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B58528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58528 is #4A7AD7. Grayscale: #898989. Windows color (decimal): -4881112 or 2655669. OLE color: 2655669.
HSL color Cylindrical-coordinate representation of color #B58528: hue angle of 39.57º 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 #B58528 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 133 | 40 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.29 |
| HSL | 39.57º | 0.64% | 0.43% | - |
| HSV(B) | 39.57º | 0.78% | 0.71% | - |
| XYZ | 27.83 | 26.75 | 5.7 | - |
| YUV | 136.75 | 73.4 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 133 | 40 | 0 | 0.27 | 0.78 | 0.29 | 39.57 | 0.64 | 0.43 |
| Hex | B5 | 85 | 28 | 0 | 1B | 4E | 1D | 28 | 40 | 2B |
| Octal | 265 | 205 | 50 | 0 | 33 | 116 | 35 | 50 | 100 | 53 |
| Binary | 10110101 | 10000101 | 101000 | 0 | 11011 | 1001110 | 11101 | 101000 | 1000000 | 101011 |
Color Harmonies of #B58528
Complementary color
Monochromatic Colors of #B58528
Black with #B58528
Text Example
Text Example
White with #B58528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58528; }
p { color: rgb(181,133,40); }
H1.HeaderClassName
{
color: #B58528;
}
.AnyTagClassName
{
color: #B58528;
}
</style>
background-color css
<style>
a { background-color: #B58528; }
a { background-color: rgb(181,133,40); }
div.DivClassName
{
background-color: #B58528;
}
.BgClassName
{
background-color: #B58528;
}
</style>
border-color css
<style>
span { border-color: #B58528; }
span { border-color: rgb(181,133,40); }
td.TdClassName
{
border-color: #B58528;
}
.TagClassName
{
border-color: #B58528;
}
</style>