Shades of Mongoose #B18C66
Tints of Mongoose #B18C66
RGB
CMYK
RGB Variations
Color information
#B18C66 (or 0xB18C66) is known color: Mongoose. HEX triplet: B1, 8C and 66. RGB value is (177,140,102). Sum of RGB (Red+Green+Blue) = 177+140+102=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18C66 is #4E7399. Grayscale: #929292. Windows color (decimal): -5141402 or 6720689. OLE color: 6720689.
HSL color Cylindrical-coordinate representation of color #B18C66: hue angle of 30.4º 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 #B18C66 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 140 | 102 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.31 |
| HSL | 30.4º | 0.32% | 0.55% | - |
| HSV(B) | 30.4º | 0.42% | 0.69% | - |
| XYZ | 29.91 | 29.06 | 16.6 | - |
| YUV | 146.73 | 102.76 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 140 | 102 | 0 | 0.21 | 0.42 | 0.31 | 30.4 | 0.32 | 0.55 |
| Hex | B1 | 8C | 66 | 0 | 15 | 2A | 1F | 1E | 20 | 37 |
| Octal | 261 | 214 | 146 | 0 | 25 | 52 | 37 | 36 | 40 | 67 |
| Binary | 10110001 | 10001100 | 1100110 | 0 | 10101 | 101010 | 11111 | 11110 | 100000 | 110111 |
Color Harmonies of #B18C66
Complementary color
Monochromatic Colors of #B18C66
Black with #B18C66
Text Example
Text Example
White with #B18C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18C66; }
p { color: rgb(177,140,102); }
H1.HeaderClassName
{
color: #B18C66;
}
.AnyTagClassName
{
color: #B18C66;
}
</style>
background-color css
<style>
a { background-color: #B18C66; }
a { background-color: rgb(177,140,102); }
div.DivClassName
{
background-color: #B18C66;
}
.BgClassName
{
background-color: #B18C66;
}
</style>
border-color css
<style>
span { border-color: #B18C66; }
span { border-color: rgb(177,140,102); }
td.TdClassName
{
border-color: #B18C66;
}
.TagClassName
{
border-color: #B18C66;
}
</style>