Shades of Mongoose #B0916E
Tints of Mongoose #B0916E
RGB
CMYK
RGB Variations
Color information
#B0916E (or 0xB0916E) is known color: Mongoose. HEX triplet: B0, 91 and 6E. RGB value is (176,145,110). Sum of RGB (Red+Green+Blue) = 176+145+110=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0916E is #4F6E91. Grayscale: #969696. Windows color (decimal): -5205650 or 7246256. OLE color: 7246256.
HSL color Cylindrical-coordinate representation of color #B0916E: hue angle of 31.82º degrees, saturation: 0.29, 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 #B0916E is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 110 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.31 |
| HSL | 31.82º | 0.29% | 0.56% | - |
| HSV(B) | 31.82º | 0.38% | 0.69% | - |
| XYZ | 30.84 | 30.61 | 19.03 | - |
| YUV | 150.28 | 105.27 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 110 | 0 | 0.18 | 0.37 | 0.31 | 31.82 | 0.29 | 0.56 |
| Hex | B0 | 91 | 6E | 0 | 12 | 25 | 1F | 20 | 1D | 38 |
| Octal | 260 | 221 | 156 | 0 | 22 | 45 | 37 | 40 | 35 | 70 |
| Binary | 10110000 | 10010001 | 1101110 | 0 | 10010 | 100101 | 11111 | 100000 | 11101 | 111000 |
Color Harmonies of #B0916E
Complementary color
Monochromatic Colors of #B0916E
Black with #B0916E
Text Example
Text Example
White with #B0916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0916E; }
p { color: rgb(176,145,110); }
H1.HeaderClassName
{
color: #B0916E;
}
.AnyTagClassName
{
color: #B0916E;
}
</style>
background-color css
<style>
a { background-color: #B0916E; }
a { background-color: rgb(176,145,110); }
div.DivClassName
{
background-color: #B0916E;
}
.BgClassName
{
background-color: #B0916E;
}
</style>
border-color css
<style>
span { border-color: #B0916E; }
span { border-color: rgb(176,145,110); }
td.TdClassName
{
border-color: #B0916E;
}
.TagClassName
{
border-color: #B0916E;
}
</style>