Shades of Mongoose #B1916E
Tints of Mongoose #B1916E
RGB
CMYK
RGB Variations
Color information
#B1916E (or 0xB1916E) is known color: Mongoose. HEX triplet: B1, 91 and 6E. RGB value is (177,145,110). Sum of RGB (Red+Green+Blue) = 177+145+110=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1916E is #4E6E91. Grayscale: #969696. Windows color (decimal): -5140114 or 7246257. OLE color: 7246257.
HSL color Cylindrical-coordinate representation of color #B1916E: hue angle of 31.34º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1916E is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 110 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.31 |
| HSL | 31.34º | 0.3% | 0.56% | - |
| HSV(B) | 31.34º | 0.38% | 0.69% | - |
| XYZ | 31.07 | 30.72 | 19.04 | - |
| YUV | 150.58 | 105.1 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 110 | 0 | 0.18 | 0.38 | 0.31 | 31.34 | 0.3 | 0.56 |
| Hex | B1 | 91 | 6E | 0 | 12 | 26 | 1F | 1F | 1E | 38 |
| Octal | 261 | 221 | 156 | 0 | 22 | 46 | 37 | 37 | 36 | 70 |
| Binary | 10110001 | 10010001 | 1101110 | 0 | 10010 | 100110 | 11111 | 11111 | 11110 | 111000 |
Color Harmonies of #B1916E
Complementary color
Monochromatic Colors of #B1916E
Black with #B1916E
Text Example
Text Example
White with #B1916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1916E; }
p { color: rgb(177,145,110); }
H1.HeaderClassName
{
color: #B1916E;
}
.AnyTagClassName
{
color: #B1916E;
}
</style>
background-color css
<style>
a { background-color: #B1916E; }
a { background-color: rgb(177,145,110); }
div.DivClassName
{
background-color: #B1916E;
}
.BgClassName
{
background-color: #B1916E;
}
</style>
border-color css
<style>
span { border-color: #B1916E; }
span { border-color: rgb(177,145,110); }
td.TdClassName
{
border-color: #B1916E;
}
.TagClassName
{
border-color: #B1916E;
}
</style>