Shades of Mandalay #B18327
Tints of Mandalay #B18327
RGB
CMYK
RGB Variations
Color information
#B18327 (or 0xB18327) is known color: Mandalay. HEX triplet: B1, 83 and 27. RGB value is (177,131,39). Sum of RGB (Red+Green+Blue) = 177+131+39=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B18327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18327 is #4E7CD8. Grayscale: #868686. Windows color (decimal): -5143769 or 2589617. OLE color: 2589617.
HSL color Cylindrical-coordinate representation of color #B18327: hue angle of 40º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B18327 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 131 | 39 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.31 |
| HSL | 40º | 0.64% | 0.42% | - |
| HSV(B) | 40º | 0.78% | 0.69% | - |
| XYZ | 26.61 | 25.73 | 5.48 | - |
| YUV | 134.27 | 74.24 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 39 | 0 | 0.26 | 0.78 | 0.31 | 40 | 0.64 | 0.42 |
| Hex | B1 | 83 | 27 | 0 | 1A | 4E | 1F | 28 | 40 | 2A |
| Octal | 261 | 203 | 47 | 0 | 32 | 116 | 37 | 50 | 100 | 52 |
| Binary | 10110001 | 10000011 | 100111 | 0 | 11010 | 1001110 | 11111 | 101000 | 1000000 | 101010 |
Color Harmonies of #B18327
Complementary color
Monochromatic Colors of #B18327
Black with #B18327
Text Example
Text Example
White with #B18327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18327; }
p { color: rgb(177,131,39); }
H1.HeaderClassName
{
color: #B18327;
}
.AnyTagClassName
{
color: #B18327;
}
</style>
background-color css
<style>
a { background-color: #B18327; }
a { background-color: rgb(177,131,39); }
div.DivClassName
{
background-color: #B18327;
}
.BgClassName
{
background-color: #B18327;
}
</style>
border-color css
<style>
span { border-color: #B18327; }
span { border-color: rgb(177,131,39); }
td.TdClassName
{
border-color: #B18327;
}
.TagClassName
{
border-color: #B18327;
}
</style>