Shades of Mongoose #B0896B
Tints of Mongoose #B0896B
RGB
CMYK
RGB Variations
Color information
#B0896B (or 0xB0896B) is known color: Mongoose. HEX triplet: B0, 89 and 6B. RGB value is (176,137,107). Sum of RGB (Red+Green+Blue) = 176+137+107=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B0896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0896B is #4F7694. Grayscale: #919191. Windows color (decimal): -5207701 or 7047600. OLE color: 7047600.
HSL color Cylindrical-coordinate representation of color #B0896B: hue angle of 26.09º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0896B is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 137 | 107 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.31 |
| HSL | 26.09º | 0.3% | 0.55% | - |
| HSV(B) | 26.09º | 0.39% | 0.69% | - |
| XYZ | 29.5 | 28.18 | 17.79 | - |
| YUV | 145.24 | 106.42 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 107 | 0 | 0.22 | 0.39 | 0.31 | 26.09 | 0.3 | 0.55 |
| Hex | B0 | 89 | 6B | 0 | 16 | 27 | 1F | 1A | 1E | 37 |
| Octal | 260 | 211 | 153 | 0 | 26 | 47 | 37 | 32 | 36 | 67 |
| Binary | 10110000 | 10001001 | 1101011 | 0 | 10110 | 100111 | 11111 | 11010 | 11110 | 110111 |
Color Harmonies of #B0896B
Complementary color
Monochromatic Colors of #B0896B
Black with #B0896B
Text Example
Text Example
White with #B0896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0896B; }
p { color: rgb(176,137,107); }
H1.HeaderClassName
{
color: #B0896B;
}
.AnyTagClassName
{
color: #B0896B;
}
</style>
background-color css
<style>
a { background-color: #B0896B; }
a { background-color: rgb(176,137,107); }
div.DivClassName
{
background-color: #B0896B;
}
.BgClassName
{
background-color: #B0896B;
}
</style>
border-color css
<style>
span { border-color: #B0896B; }
span { border-color: rgb(176,137,107); }
td.TdClassName
{
border-color: #B0896B;
}
.TagClassName
{
border-color: #B0896B;
}
</style>