Shades of Mongoose #B18E6F
Tints of Mongoose #B18E6F
RGB
CMYK
RGB Variations
Color information
#B18E6F (or 0xB18E6F) is known color: Mongoose. HEX triplet: B1, 8E and 6F. RGB value is (177,142,111). Sum of RGB (Red+Green+Blue) = 177+142+111=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18E6F is #4E7190. Grayscale: #959595. Windows color (decimal): -5140881 or 7311025. OLE color: 7311025.
HSL color Cylindrical-coordinate representation of color #B18E6F: hue angle of 28.18º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B18E6F is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 142 | 111 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.31 |
| HSL | 28.18º | 0.3% | 0.56% | - |
| HSV(B) | 28.18º | 0.37% | 0.69% | - |
| XYZ | 30.67 | 29.84 | 19.18 | - |
| YUV | 148.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 142 | 111 | 0 | 0.20 | 0.37 | 0.31 | 28.18 | 0.3 | 0.56 |
| Hex | B1 | 8E | 6F | 0 | 14 | 25 | 1F | 1C | 1E | 38 |
| Octal | 261 | 216 | 157 | 0 | 24 | 45 | 37 | 34 | 36 | 70 |
| Binary | 10110001 | 10001110 | 1101111 | 0 | 10100 | 100101 | 11111 | 11100 | 11110 | 111000 |
Color Harmonies of #B18E6F
Complementary color
Monochromatic Colors of #B18E6F
Black with #B18E6F
Text Example
Text Example
White with #B18E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18E6F; }
p { color: rgb(177,142,111); }
H1.HeaderClassName
{
color: #B18E6F;
}
.AnyTagClassName
{
color: #B18E6F;
}
</style>
background-color css
<style>
a { background-color: #B18E6F; }
a { background-color: rgb(177,142,111); }
div.DivClassName
{
background-color: #B18E6F;
}
.BgClassName
{
background-color: #B18E6F;
}
</style>
border-color css
<style>
span { border-color: #B18E6F; }
span { border-color: rgb(177,142,111); }
td.TdClassName
{
border-color: #B18E6F;
}
.TagClassName
{
border-color: #B18E6F;
}
</style>