Shades of Mandalay #B18325
Tints of Mandalay #B18325
RGB
CMYK
RGB Variations
Color information
#B18325 (or 0xB18325) is known color: Mandalay. HEX triplet: B1, 83 and 25. RGB value is (177,131,37). Sum of RGB (Red+Green+Blue) = 177+131+37=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B18325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18325 is #4E7CDA. Grayscale: #868686. Windows color (decimal): -5143771 or 2458545. OLE color: 2458545.
HSL color Cylindrical-coordinate representation of color #B18325: hue angle of 40.29º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B18325 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 131 | 37 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.31 |
| HSL | 40.29º | 0.65% | 0.42% | - |
| HSV(B) | 40.29º | 0.79% | 0.69% | - |
| XYZ | 26.58 | 25.71 | 5.31 | - |
| YUV | 134.04 | 73.24 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 37 | 0 | 0.26 | 0.79 | 0.31 | 40.29 | 0.65 | 0.42 |
| Hex | B1 | 83 | 25 | 0 | 1A | 4F | 1F | 28 | 41 | 2A |
| Octal | 261 | 203 | 45 | 0 | 32 | 117 | 37 | 50 | 101 | 52 |
| Binary | 10110001 | 10000011 | 100101 | 0 | 11010 | 1001111 | 11111 | 101000 | 1000001 | 101010 |
Color Harmonies of #B18325
Complementary color
Monochromatic Colors of #B18325
Black with #B18325
Text Example
Text Example
White with #B18325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18325; }
p { color: rgb(177,131,37); }
H1.HeaderClassName
{
color: #B18325;
}
.AnyTagClassName
{
color: #B18325;
}
</style>
background-color css
<style>
a { background-color: #B18325; }
a { background-color: rgb(177,131,37); }
div.DivClassName
{
background-color: #B18325;
}
.BgClassName
{
background-color: #B18325;
}
</style>
border-color css
<style>
span { border-color: #B18325; }
span { border-color: rgb(177,131,37); }
td.TdClassName
{
border-color: #B18325;
}
.TagClassName
{
border-color: #B18325;
}
</style>