Shades of Mongoose #B0886E
Tints of Mongoose #B0886E
RGB
CMYK
RGB Variations
Color information
#B0886E (or 0xB0886E) is known color: Mongoose. HEX triplet: B0, 88 and 6E. RGB value is (176,136,110). Sum of RGB (Red+Green+Blue) = 176+136+110=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B0886E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0886E is #4F7791. Grayscale: #919191. Windows color (decimal): -5207954 or 7243952. OLE color: 7243952.
HSL color Cylindrical-coordinate representation of color #B0886E: hue angle of 23.64º 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 #B0886E is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 110 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.31 |
| HSL | 23.64º | 0.29% | 0.56% | - |
| HSV(B) | 23.64º | 0.38% | 0.69% | - |
| XYZ | 29.52 | 27.96 | 18.59 | - |
| YUV | 145 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 110 | 0 | 0.23 | 0.37 | 0.31 | 23.64 | 0.29 | 0.56 |
| Hex | B0 | 88 | 6E | 0 | 17 | 25 | 1F | 18 | 1D | 38 |
| Octal | 260 | 210 | 156 | 0 | 27 | 45 | 37 | 30 | 35 | 70 |
| Binary | 10110000 | 10001000 | 1101110 | 0 | 10111 | 100101 | 11111 | 11000 | 11101 | 111000 |
Color Harmonies of #B0886E
Complementary color
Monochromatic Colors of #B0886E
Black with #B0886E
Text Example
Text Example
White with #B0886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0886E; }
p { color: rgb(176,136,110); }
H1.HeaderClassName
{
color: #B0886E;
}
.AnyTagClassName
{
color: #B0886E;
}
</style>
background-color css
<style>
a { background-color: #B0886E; }
a { background-color: rgb(176,136,110); }
div.DivClassName
{
background-color: #B0886E;
}
.BgClassName
{
background-color: #B0886E;
}
</style>
border-color css
<style>
span { border-color: #B0886E; }
span { border-color: rgb(176,136,110); }
td.TdClassName
{
border-color: #B0886E;
}
.TagClassName
{
border-color: #B0886E;
}
</style>