Shades of Mongoose #B18B70
Tints of Mongoose #B18B70
RGB
CMYK
RGB Variations
Color information
#B18B70 (or 0xB18B70) is known color: Mongoose. HEX triplet: B1, 8B and 70. RGB value is (177,139,112). Sum of RGB (Red+Green+Blue) = 177+139+112=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18B70 is #4E748F. Grayscale: #939393. Windows color (decimal): -5141648 or 7375793. OLE color: 7375793.
HSL color Cylindrical-coordinate representation of color #B18B70: hue angle of 24.92º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B18B70 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 139 | 112 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.31 |
| HSL | 24.92º | 0.29% | 0.57% | - |
| HSV(B) | 24.92º | 0.37% | 0.69% | - |
| XYZ | 30.29 | 28.98 | 19.33 | - |
| YUV | 147.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 112 | 0 | 0.21 | 0.37 | 0.31 | 24.92 | 0.29 | 0.57 |
| Hex | B1 | 8B | 70 | 0 | 15 | 25 | 1F | 19 | 1D | 39 |
| Octal | 261 | 213 | 160 | 0 | 25 | 45 | 37 | 31 | 35 | 71 |
| Binary | 10110001 | 10001011 | 1110000 | 0 | 10101 | 100101 | 11111 | 11001 | 11101 | 111001 |
Color Harmonies of #B18B70
Complementary color
Monochromatic Colors of #B18B70
Black with #B18B70
Text Example
Text Example
White with #B18B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18B70; }
p { color: rgb(177,139,112); }
H1.HeaderClassName
{
color: #B18B70;
}
.AnyTagClassName
{
color: #B18B70;
}
</style>
background-color css
<style>
a { background-color: #B18B70; }
a { background-color: rgb(177,139,112); }
div.DivClassName
{
background-color: #B18B70;
}
.BgClassName
{
background-color: #B18B70;
}
</style>
border-color css
<style>
span { border-color: #B18B70; }
span { border-color: rgb(177,139,112); }
td.TdClassName
{
border-color: #B18B70;
}
.TagClassName
{
border-color: #B18B70;
}
</style>