Shades of Mongoose #B18B66
Tints of Mongoose #B18B66
RGB
CMYK
RGB Variations
Color information
#B18B66 (or 0xB18B66) is known color: Mongoose. HEX triplet: B1, 8B and 66. RGB value is (177,139,102). Sum of RGB (Red+Green+Blue) = 177+139+102=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18B66 is #4E7499. Grayscale: #929292. Windows color (decimal): -5141658 or 6720433. OLE color: 6720433.
HSL color Cylindrical-coordinate representation of color #B18B66: hue angle of 29.6º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B18B66 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 139 | 102 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.31 |
| HSL | 29.6º | 0.32% | 0.55% | - |
| HSV(B) | 29.6º | 0.42% | 0.69% | - |
| XYZ | 29.76 | 28.77 | 16.56 | - |
| YUV | 146.14 | 103.09 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 102 | 0 | 0.21 | 0.42 | 0.31 | 29.6 | 0.32 | 0.55 |
| Hex | B1 | 8B | 66 | 0 | 15 | 2A | 1F | 1E | 20 | 37 |
| Octal | 261 | 213 | 146 | 0 | 25 | 52 | 37 | 36 | 40 | 67 |
| Binary | 10110001 | 10001011 | 1100110 | 0 | 10101 | 101010 | 11111 | 11110 | 100000 | 110111 |
Color Harmonies of #B18B66
Complementary color
Monochromatic Colors of #B18B66
Black with #B18B66
Text Example
Text Example
White with #B18B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18B66; }
p { color: rgb(177,139,102); }
H1.HeaderClassName
{
color: #B18B66;
}
.AnyTagClassName
{
color: #B18B66;
}
</style>
background-color css
<style>
a { background-color: #B18B66; }
a { background-color: rgb(177,139,102); }
div.DivClassName
{
background-color: #B18B66;
}
.BgClassName
{
background-color: #B18B66;
}
</style>
border-color css
<style>
span { border-color: #B18B66; }
span { border-color: rgb(177,139,102); }
td.TdClassName
{
border-color: #B18B66;
}
.TagClassName
{
border-color: #B18B66;
}
</style>