Shades of Mandalay #B18128
Tints of Mandalay #B18128
RGB
CMYK
RGB Variations
Color information
#B18128 (or 0xB18128) is known color: Mandalay. HEX triplet: B1, 81 and 28. RGB value is (177,129,40). Sum of RGB (Red+Green+Blue) = 177+129+40=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B18128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18128 is #4E7ED7. Grayscale: #858585. Windows color (decimal): -5144280 or 2654641. OLE color: 2654641.
HSL color Cylindrical-coordinate representation of color #B18128: hue angle of 38.98º degrees, saturation: 0.63, 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 #B18128 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 40 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.31 |
| HSL | 38.98º | 0.63% | 0.43% | - |
| HSV(B) | 38.98º | 0.77% | 0.69% | - |
| XYZ | 26.36 | 25.2 | 5.48 | - |
| YUV | 133.21 | 75.4 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 40 | 0 | 0.27 | 0.77 | 0.31 | 38.98 | 0.63 | 0.43 |
| Hex | B1 | 81 | 28 | 0 | 1B | 4D | 1F | 27 | 3F | 2B |
| Octal | 261 | 201 | 50 | 0 | 33 | 115 | 37 | 47 | 77 | 53 |
| Binary | 10110001 | 10000001 | 101000 | 0 | 11011 | 1001101 | 11111 | 100111 | 111111 | 101011 |
Color Harmonies of #B18128
Complementary color
Monochromatic Colors of #B18128
Black with #B18128
Text Example
Text Example
White with #B18128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18128; }
p { color: rgb(177,129,40); }
H1.HeaderClassName
{
color: #B18128;
}
.AnyTagClassName
{
color: #B18128;
}
</style>
background-color css
<style>
a { background-color: #B18128; }
a { background-color: rgb(177,129,40); }
div.DivClassName
{
background-color: #B18128;
}
.BgClassName
{
background-color: #B18128;
}
</style>
border-color css
<style>
span { border-color: #B18128; }
span { border-color: rgb(177,129,40); }
td.TdClassName
{
border-color: #B18128;
}
.TagClassName
{
border-color: #B18128;
}
</style>