Shades of Mongoose #B1906F
Tints of Mongoose #B1906F
RGB
CMYK
RGB Variations
Color information
#B1906F (or 0xB1906F) is known color: Mongoose. HEX triplet: B1, 90 and 6F. RGB value is (177,144,111). Sum of RGB (Red+Green+Blue) = 177+144+111=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1906F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1906F is #4E6F90. Grayscale: #969696. Windows color (decimal): -5140369 or 7311537. OLE color: 7311537.
HSL color Cylindrical-coordinate representation of color #B1906F: hue angle of 30º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1906F is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 111 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.31 |
| HSL | 30º | 0.3% | 0.56% | - |
| HSV(B) | 30º | 0.37% | 0.69% | - |
| XYZ | 30.97 | 30.44 | 19.28 | - |
| YUV | 150.11 | 105.93 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 111 | 0 | 0.19 | 0.37 | 0.31 | 30 | 0.3 | 0.56 |
| Hex | B1 | 90 | 6F | 0 | 13 | 25 | 1F | 1E | 1E | 38 |
| Octal | 261 | 220 | 157 | 0 | 23 | 45 | 37 | 36 | 36 | 70 |
| Binary | 10110001 | 10010000 | 1101111 | 0 | 10011 | 100101 | 11111 | 11110 | 11110 | 111000 |
Color Harmonies of #B1906F
Complementary color
Monochromatic Colors of #B1906F
Black with #B1906F
Text Example
Text Example
White with #B1906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1906F; }
p { color: rgb(177,144,111); }
H1.HeaderClassName
{
color: #B1906F;
}
.AnyTagClassName
{
color: #B1906F;
}
</style>
background-color css
<style>
a { background-color: #B1906F; }
a { background-color: rgb(177,144,111); }
div.DivClassName
{
background-color: #B1906F;
}
.BgClassName
{
background-color: #B1906F;
}
</style>
border-color css
<style>
span { border-color: #B1906F; }
span { border-color: rgb(177,144,111); }
td.TdClassName
{
border-color: #B1906F;
}
.TagClassName
{
border-color: #B1906F;
}
</style>