Shades of Mongoose #B19470
Tints of Mongoose #B19470
RGB
CMYK
RGB Variations
Color information
#B19470 (or 0xB19470) is known color: Mongoose. HEX triplet: B1, 94 and 70. RGB value is (177,148,112). Sum of RGB (Red+Green+Blue) = 177+148+112=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B19470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19470 is #4E6B8F. Grayscale: #989898. Windows color (decimal): -5139344 or 7378097. OLE color: 7378097.
HSL color Cylindrical-coordinate representation of color #B19470: hue angle of 33.23º 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 #B19470 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 148 | 112 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.31 |
| HSL | 33.23º | 0.29% | 0.57% | - |
| HSV(B) | 33.23º | 0.37% | 0.69% | - |
| XYZ | 31.65 | 31.7 | 19.78 | - |
| YUV | 152.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 112 | 0 | 0.16 | 0.37 | 0.31 | 33.23 | 0.29 | 0.57 |
| Hex | B1 | 94 | 70 | 0 | 10 | 25 | 1F | 21 | 1D | 39 |
| Octal | 261 | 224 | 160 | 0 | 20 | 45 | 37 | 41 | 35 | 71 |
| Binary | 10110001 | 10010100 | 1110000 | 0 | 10000 | 100101 | 11111 | 100001 | 11101 | 111001 |
Color Harmonies of #B19470
Complementary color
Monochromatic Colors of #B19470
Black with #B19470
Text Example
Text Example
White with #B19470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19470; }
p { color: rgb(177,148,112); }
H1.HeaderClassName
{
color: #B19470;
}
.AnyTagClassName
{
color: #B19470;
}
</style>
background-color css
<style>
a { background-color: #B19470; }
a { background-color: rgb(177,148,112); }
div.DivClassName
{
background-color: #B19470;
}
.BgClassName
{
background-color: #B19470;
}
</style>
border-color css
<style>
span { border-color: #B19470; }
span { border-color: rgb(177,148,112); }
td.TdClassName
{
border-color: #B19470;
}
.TagClassName
{
border-color: #B19470;
}
</style>