Shades of Mandalay #B58430
Tints of Mandalay #B58430
RGB
CMYK
RGB Variations
Color information
#B58430 (or 0xB58430) is known color: Mandalay. HEX triplet: B5, 84 and 30. RGB value is (181,132,48). Sum of RGB (Red+Green+Blue) = 181+132+48=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B58430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58430 is #4A7BCF. Grayscale: #898989. Windows color (decimal): -4881360 or 3179701. OLE color: 3179701.
HSL color Cylindrical-coordinate representation of color #B58430: hue angle of 37.89º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B58430 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 132 | 48 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.29 |
| HSL | 37.89º | 0.58% | 0.45% | - |
| HSV(B) | 37.89º | 0.73% | 0.71% | - |
| XYZ | 27.84 | 26.54 | 6.45 | - |
| YUV | 137.08 | 77.73 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 132 | 48 | 0 | 0.27 | 0.73 | 0.29 | 37.89 | 0.58 | 0.45 |
| Hex | B5 | 84 | 30 | 0 | 1B | 49 | 1D | 26 | 3A | 2D |
| Octal | 265 | 204 | 60 | 0 | 33 | 111 | 35 | 46 | 72 | 55 |
| Binary | 10110101 | 10000100 | 110000 | 0 | 11011 | 1001001 | 11101 | 100110 | 111010 | 101101 |
Color Harmonies of #B58430
Complementary color
Monochromatic Colors of #B58430
Black with #B58430
Text Example
Text Example
White with #B58430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58430; }
p { color: rgb(181,132,48); }
H1.HeaderClassName
{
color: #B58430;
}
.AnyTagClassName
{
color: #B58430;
}
</style>
background-color css
<style>
a { background-color: #B58430; }
a { background-color: rgb(181,132,48); }
div.DivClassName
{
background-color: #B58430;
}
.BgClassName
{
background-color: #B58430;
}
</style>
border-color css
<style>
span { border-color: #B58430; }
span { border-color: rgb(181,132,48); }
td.TdClassName
{
border-color: #B58430;
}
.TagClassName
{
border-color: #B58430;
}
</style>