Shades of Mongoose #B08E71
Tints of Mongoose #B08E71
RGB
CMYK
RGB Variations
Color information
#B08E71 (or 0xB08E71) is known color: Mongoose. HEX triplet: B0, 8E and 71. RGB value is (176,142,113). Sum of RGB (Red+Green+Blue) = 176+142+113=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E71 is #4F718E. Grayscale: #959595. Windows color (decimal): -5206415 or 7442096. OLE color: 7442096.
HSL color Cylindrical-coordinate representation of color #B08E71: hue angle of 27.62º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B08E71 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 142 | 113 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.31 |
| HSL | 27.62º | 0.29% | 0.57% | - |
| HSV(B) | 27.62º | 0.36% | 0.69% | - |
| XYZ | 30.56 | 29.77 | 19.76 | - |
| YUV | 148.86 | 107.76 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 142 | 113 | 0 | 0.19 | 0.36 | 0.31 | 27.62 | 0.29 | 0.57 |
| Hex | B0 | 8E | 71 | 0 | 13 | 24 | 1F | 1C | 1D | 39 |
| Octal | 260 | 216 | 161 | 0 | 23 | 44 | 37 | 34 | 35 | 71 |
| Binary | 10110000 | 10001110 | 1110001 | 0 | 10011 | 100100 | 11111 | 11100 | 11101 | 111001 |
Color Harmonies of #B08E71
Complementary color
Monochromatic Colors of #B08E71
Black with #B08E71
Text Example
Text Example
White with #B08E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08E71; }
p { color: rgb(176,142,113); }
H1.HeaderClassName
{
color: #B08E71;
}
.AnyTagClassName
{
color: #B08E71;
}
</style>
background-color css
<style>
a { background-color: #B08E71; }
a { background-color: rgb(176,142,113); }
div.DivClassName
{
background-color: #B08E71;
}
.BgClassName
{
background-color: #B08E71;
}
</style>
border-color css
<style>
span { border-color: #B08E71; }
span { border-color: rgb(176,142,113); }
td.TdClassName
{
border-color: #B08E71;
}
.TagClassName
{
border-color: #B08E71;
}
</style>