Shades of Mongoose #B0926D
Tints of Mongoose #B0926D
RGB
CMYK
RGB Variations
Color information
#B0926D (or 0xB0926D) is known color: Mongoose. HEX triplet: B0, 92 and 6D. RGB value is (176,146,109). Sum of RGB (Red+Green+Blue) = 176+146+109=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0926D is #4F6D92. Grayscale: #969696. Windows color (decimal): -5205395 or 7180976. OLE color: 7180976.
HSL color Cylindrical-coordinate representation of color #B0926D: hue angle of 33.13º 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 #B0926D is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 146 | 109 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.31 |
| HSL | 33.13º | 0.3% | 0.56% | - |
| HSV(B) | 33.13º | 0.38% | 0.69% | - |
| XYZ | 30.94 | 30.89 | 18.8 | - |
| YUV | 150.75 | 104.44 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 109 | 0 | 0.17 | 0.38 | 0.31 | 33.13 | 0.3 | 0.56 |
| Hex | B0 | 92 | 6D | 0 | 11 | 26 | 1F | 21 | 1E | 38 |
| Octal | 260 | 222 | 155 | 0 | 21 | 46 | 37 | 41 | 36 | 70 |
| Binary | 10110000 | 10010010 | 1101101 | 0 | 10001 | 100110 | 11111 | 100001 | 11110 | 111000 |
Color Harmonies of #B0926D
Complementary color
Monochromatic Colors of #B0926D
Black with #B0926D
Text Example
Text Example
White with #B0926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0926D; }
p { color: rgb(176,146,109); }
H1.HeaderClassName
{
color: #B0926D;
}
.AnyTagClassName
{
color: #B0926D;
}
</style>
background-color css
<style>
a { background-color: #B0926D; }
a { background-color: rgb(176,146,109); }
div.DivClassName
{
background-color: #B0926D;
}
.BgClassName
{
background-color: #B0926D;
}
</style>
border-color css
<style>
span { border-color: #B0926D; }
span { border-color: rgb(176,146,109); }
td.TdClassName
{
border-color: #B0926D;
}
.TagClassName
{
border-color: #B0926D;
}
</style>