Shades of Mongoose #B18F70
Tints of Mongoose #B18F70
RGB
CMYK
RGB Variations
Color information
#B18F70 (or 0xB18F70) is known color: Mongoose. HEX triplet: B1, 8F and 70. RGB value is (177,143,112). Sum of RGB (Red+Green+Blue) = 177+143+112=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18F70 is #4E708F. Grayscale: #959595. Windows color (decimal): -5140624 or 7376817. OLE color: 7376817.
HSL color Cylindrical-coordinate representation of color #B18F70: hue angle of 28.62º 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 #B18F70 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 112 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.31 |
| HSL | 28.62º | 0.29% | 0.57% | - |
| HSV(B) | 28.62º | 0.37% | 0.69% | - |
| XYZ | 30.88 | 30.16 | 19.52 | - |
| YUV | 149.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 112 | 0 | 0.19 | 0.37 | 0.31 | 28.62 | 0.29 | 0.57 |
| Hex | B1 | 8F | 70 | 0 | 13 | 25 | 1F | 1D | 1D | 39 |
| Octal | 261 | 217 | 160 | 0 | 23 | 45 | 37 | 35 | 35 | 71 |
| Binary | 10110001 | 10001111 | 1110000 | 0 | 10011 | 100101 | 11111 | 11101 | 11101 | 111001 |
Color Harmonies of #B18F70
Complementary color
Monochromatic Colors of #B18F70
Black with #B18F70
Text Example
Text Example
White with #B18F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F70; }
p { color: rgb(177,143,112); }
H1.HeaderClassName
{
color: #B18F70;
}
.AnyTagClassName
{
color: #B18F70;
}
</style>
background-color css
<style>
a { background-color: #B18F70; }
a { background-color: rgb(177,143,112); }
div.DivClassName
{
background-color: #B18F70;
}
.BgClassName
{
background-color: #B18F70;
}
</style>
border-color css
<style>
span { border-color: #B18F70; }
span { border-color: rgb(177,143,112); }
td.TdClassName
{
border-color: #B18F70;
}
.TagClassName
{
border-color: #B18F70;
}
</style>