Shades of Mongoose #B0906F
Tints of Mongoose #B0906F
RGB
CMYK
RGB Variations
Color information
#B0906F (or 0xB0906F) is known color: Mongoose. HEX triplet: B0, 90 and 6F. RGB value is (176,144,111). Sum of RGB (Red+Green+Blue) = 176+144+111=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0906F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0906F is #4F6F90. Grayscale: #959595. Windows color (decimal): -5205905 or 7311536. OLE color: 7311536.
HSL color Cylindrical-coordinate representation of color #B0906F: hue angle of 30.46º degrees, saturation: 0.29, 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 #B0906F is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 111 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.31 |
| HSL | 30.46º | 0.29% | 0.56% | - |
| HSV(B) | 30.46º | 0.37% | 0.69% | - |
| XYZ | 30.75 | 30.32 | 19.27 | - |
| YUV | 149.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 111 | 0 | 0.18 | 0.37 | 0.31 | 30.46 | 0.29 | 0.56 |
| Hex | B0 | 90 | 6F | 0 | 12 | 25 | 1F | 1E | 1D | 38 |
| Octal | 260 | 220 | 157 | 0 | 22 | 45 | 37 | 36 | 35 | 70 |
| Binary | 10110000 | 10010000 | 1101111 | 0 | 10010 | 100101 | 11111 | 11110 | 11101 | 111000 |
Color Harmonies of #B0906F
Complementary color
Monochromatic Colors of #B0906F
Black with #B0906F
Text Example
Text Example
White with #B0906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0906F; }
p { color: rgb(176,144,111); }
H1.HeaderClassName
{
color: #B0906F;
}
.AnyTagClassName
{
color: #B0906F;
}
</style>
background-color css
<style>
a { background-color: #B0906F; }
a { background-color: rgb(176,144,111); }
div.DivClassName
{
background-color: #B0906F;
}
.BgClassName
{
background-color: #B0906F;
}
</style>
border-color css
<style>
span { border-color: #B0906F; }
span { border-color: rgb(176,144,111); }
td.TdClassName
{
border-color: #B0906F;
}
.TagClassName
{
border-color: #B0906F;
}
</style>