Shades of Mongoose #B1926D
Tints of Mongoose #B1926D
RGB
CMYK
RGB Variations
Color information
#B1926D (or 0xB1926D) is known color: Mongoose. HEX triplet: B1, 92 and 6D. RGB value is (177,146,109). Sum of RGB (Red+Green+Blue) = 177+146+109=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1926D is #4E6D92. Grayscale: #979797. Windows color (decimal): -5139859 or 7180977. OLE color: 7180977.
HSL color Cylindrical-coordinate representation of color #B1926D: hue angle of 32.65º 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 #B1926D is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 109 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.31 |
| HSL | 32.65º | 0.3% | 0.56% | - |
| HSV(B) | 32.65º | 0.38% | 0.69% | - |
| XYZ | 31.17 | 31.01 | 18.81 | - |
| YUV | 151.05 | 104.27 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 109 | 0 | 0.18 | 0.38 | 0.31 | 32.65 | 0.3 | 0.56 |
| Hex | B1 | 92 | 6D | 0 | 12 | 26 | 1F | 21 | 1E | 38 |
| Octal | 261 | 222 | 155 | 0 | 22 | 46 | 37 | 41 | 36 | 70 |
| Binary | 10110001 | 10010010 | 1101101 | 0 | 10010 | 100110 | 11111 | 100001 | 11110 | 111000 |
Color Harmonies of #B1926D
Complementary color
Monochromatic Colors of #B1926D
Black with #B1926D
Text Example
Text Example
White with #B1926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1926D; }
p { color: rgb(177,146,109); }
H1.HeaderClassName
{
color: #B1926D;
}
.AnyTagClassName
{
color: #B1926D;
}
</style>
background-color css
<style>
a { background-color: #B1926D; }
a { background-color: rgb(177,146,109); }
div.DivClassName
{
background-color: #B1926D;
}
.BgClassName
{
background-color: #B1926D;
}
</style>
border-color css
<style>
span { border-color: #B1926D; }
span { border-color: rgb(177,146,109); }
td.TdClassName
{
border-color: #B1926D;
}
.TagClassName
{
border-color: #B1926D;
}
</style>