Shades of Mandalay #B18628
Tints of Mandalay #B18628
RGB
CMYK
RGB Variations
Color information
#B18628 (or 0xB18628) is known color: Mandalay. HEX triplet: B1, 86 and 28. RGB value is (177,134,40). Sum of RGB (Red+Green+Blue) = 177+134+40=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B18628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18628 is #4E79D7. Grayscale: #888888. Windows color (decimal): -5143000 or 2655921. OLE color: 2655921.
HSL color Cylindrical-coordinate representation of color #B18628: hue angle of 41.17º 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 #B18628 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 40 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.31 |
| HSL | 41.17º | 0.63% | 0.43% | - |
| HSV(B) | 41.17º | 0.77% | 0.69% | - |
| XYZ | 27.04 | 26.55 | 5.71 | - |
| YUV | 136.14 | 73.75 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 40 | 0 | 0.24 | 0.77 | 0.31 | 41.17 | 0.63 | 0.43 |
| Hex | B1 | 86 | 28 | 0 | 18 | 4D | 1F | 29 | 3F | 2B |
| Octal | 261 | 206 | 50 | 0 | 30 | 115 | 37 | 51 | 77 | 53 |
| Binary | 10110001 | 10000110 | 101000 | 0 | 11000 | 1001101 | 11111 | 101001 | 111111 | 101011 |
Color Harmonies of #B18628
Complementary color
Monochromatic Colors of #B18628
Black with #B18628
Text Example
Text Example
White with #B18628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18628; }
p { color: rgb(177,134,40); }
H1.HeaderClassName
{
color: #B18628;
}
.AnyTagClassName
{
color: #B18628;
}
</style>
background-color css
<style>
a { background-color: #B18628; }
a { background-color: rgb(177,134,40); }
div.DivClassName
{
background-color: #B18628;
}
.BgClassName
{
background-color: #B18628;
}
</style>
border-color css
<style>
span { border-color: #B18628; }
span { border-color: rgb(177,134,40); }
td.TdClassName
{
border-color: #B18628;
}
.TagClassName
{
border-color: #B18628;
}
</style>