Shades of Mongoose #B19670
Tints of Mongoose #B19670
RGB
CMYK
RGB Variations
Color information
#B19670 (or 0xB19670) is known color: Mongoose. HEX triplet: B1, 96 and 70. RGB value is (177,150,112). Sum of RGB (Red+Green+Blue) = 177+150+112=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B19670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19670 is #4E698F. Grayscale: #999999. Windows color (decimal): -5138832 or 7378609. OLE color: 7378609.
HSL color Cylindrical-coordinate representation of color #B19670: hue angle of 35.08º 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 #B19670 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 150 | 112 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.31 |
| HSL | 35.08º | 0.29% | 0.57% | - |
| HSV(B) | 35.08º | 0.37% | 0.69% | - |
| XYZ | 31.96 | 32.33 | 19.88 | - |
| YUV | 153.74 | 104.45 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 150 | 112 | 0 | 0.15 | 0.37 | 0.31 | 35.08 | 0.29 | 0.57 |
| Hex | B1 | 96 | 70 | 0 | F | 25 | 1F | 23 | 1D | 39 |
| Octal | 261 | 226 | 160 | 0 | 17 | 45 | 37 | 43 | 35 | 71 |
| Binary | 10110001 | 10010110 | 1110000 | 0 | 1111 | 100101 | 11111 | 100011 | 11101 | 111001 |
Color Harmonies of #B19670
Complementary color
Monochromatic Colors of #B19670
Black with #B19670
Text Example
Text Example
White with #B19670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19670; }
p { color: rgb(177,150,112); }
H1.HeaderClassName
{
color: #B19670;
}
.AnyTagClassName
{
color: #B19670;
}
</style>
background-color css
<style>
a { background-color: #B19670; }
a { background-color: rgb(177,150,112); }
div.DivClassName
{
background-color: #B19670;
}
.BgClassName
{
background-color: #B19670;
}
</style>
border-color css
<style>
span { border-color: #B19670; }
span { border-color: rgb(177,150,112); }
td.TdClassName
{
border-color: #B19670;
}
.TagClassName
{
border-color: #B19670;
}
</style>