Shades of Mongoose #B18F6E
Tints of Mongoose #B18F6E
RGB
CMYK
RGB Variations
Color information
#B18F6E (or 0xB18F6E) is known color: Mongoose. HEX triplet: B1, 8F and 6E. RGB value is (177,143,110). Sum of RGB (Red+Green+Blue) = 177+143+110=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18F6E is #4E7091. Grayscale: #959595. Windows color (decimal): -5140626 or 7245745. OLE color: 7245745.
HSL color Cylindrical-coordinate representation of color #B18F6E: hue angle of 29.55º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B18F6E is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 110 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.31 |
| HSL | 29.55º | 0.3% | 0.56% | - |
| HSV(B) | 29.55º | 0.38% | 0.69% | - |
| XYZ | 30.77 | 30.12 | 18.94 | - |
| YUV | 149.4 | 105.76 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 110 | 0 | 0.19 | 0.38 | 0.31 | 29.55 | 0.3 | 0.56 |
| Hex | B1 | 8F | 6E | 0 | 13 | 26 | 1F | 1E | 1E | 38 |
| Octal | 261 | 217 | 156 | 0 | 23 | 46 | 37 | 36 | 36 | 70 |
| Binary | 10110001 | 10001111 | 1101110 | 0 | 10011 | 100110 | 11111 | 11110 | 11110 | 111000 |
Color Harmonies of #B18F6E
Complementary color
Monochromatic Colors of #B18F6E
Black with #B18F6E
Text Example
Text Example
White with #B18F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F6E; }
p { color: rgb(177,143,110); }
H1.HeaderClassName
{
color: #B18F6E;
}
.AnyTagClassName
{
color: #B18F6E;
}
</style>
background-color css
<style>
a { background-color: #B18F6E; }
a { background-color: rgb(177,143,110); }
div.DivClassName
{
background-color: #B18F6E;
}
.BgClassName
{
background-color: #B18F6E;
}
</style>
border-color css
<style>
span { border-color: #B18F6E; }
span { border-color: rgb(177,143,110); }
td.TdClassName
{
border-color: #B18F6E;
}
.TagClassName
{
border-color: #B18F6E;
}
</style>