Shades of Mandalay #B18029
Tints of Mandalay #B18029
RGB
CMYK
RGB Variations
Color information
#B18029 (or 0xB18029) is known color: Mandalay. HEX triplet: B1, 80 and 29. RGB value is (177,128,41). Sum of RGB (Red+Green+Blue) = 177+128+41=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B18029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18029 is #4E7FD6. Grayscale: #858585. Windows color (decimal): -5144535 or 2719921. OLE color: 2719921.
HSL color Cylindrical-coordinate representation of color #B18029: hue angle of 38.38º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B18029 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 41 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.31 |
| HSL | 38.38º | 0.62% | 0.43% | - |
| HSV(B) | 38.38º | 0.77% | 0.69% | - |
| XYZ | 26.25 | 24.95 | 5.53 | - |
| YUV | 132.73 | 76.23 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 41 | 0 | 0.28 | 0.77 | 0.31 | 38.38 | 0.62 | 0.43 |
| Hex | B1 | 80 | 29 | 0 | 1C | 4D | 1F | 26 | 3E | 2B |
| Octal | 261 | 200 | 51 | 0 | 34 | 115 | 37 | 46 | 76 | 53 |
| Binary | 10110001 | 10000000 | 101001 | 0 | 11100 | 1001101 | 11111 | 100110 | 111110 | 101011 |
Color Harmonies of #B18029
Complementary color
Monochromatic Colors of #B18029
Black with #B18029
Text Example
Text Example
White with #B18029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18029; }
p { color: rgb(177,128,41); }
H1.HeaderClassName
{
color: #B18029;
}
.AnyTagClassName
{
color: #B18029;
}
</style>
background-color css
<style>
a { background-color: #B18029; }
a { background-color: rgb(177,128,41); }
div.DivClassName
{
background-color: #B18029;
}
.BgClassName
{
background-color: #B18029;
}
</style>
border-color css
<style>
span { border-color: #B18029; }
span { border-color: rgb(177,128,41); }
td.TdClassName
{
border-color: #B18029;
}
.TagClassName
{
border-color: #B18029;
}
</style>