Shades of Mongoose #B08D6E
Tints of Mongoose #B08D6E
RGB
CMYK
RGB Variations
Color information
#B08D6E (or 0xB08D6E) is known color: Mongoose. HEX triplet: B0, 8D and 6E. RGB value is (176,141,110). Sum of RGB (Red+Green+Blue) = 176+141+110=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08D6E is #4F7291. Grayscale: #949494. Windows color (decimal): -5206674 or 7245232. OLE color: 7245232.
HSL color Cylindrical-coordinate representation of color #B08D6E: hue angle of 28.18º 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 #B08D6E is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 141 | 110 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.31 |
| HSL | 28.18º | 0.29% | 0.56% | - |
| HSV(B) | 28.18º | 0.38% | 0.69% | - |
| XYZ | 30.24 | 29.41 | 18.83 | - |
| YUV | 147.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 141 | 110 | 0 | 0.20 | 0.37 | 0.31 | 28.18 | 0.29 | 0.56 |
| Hex | B0 | 8D | 6E | 0 | 14 | 25 | 1F | 1C | 1D | 38 |
| Octal | 260 | 215 | 156 | 0 | 24 | 45 | 37 | 34 | 35 | 70 |
| Binary | 10110000 | 10001101 | 1101110 | 0 | 10100 | 100101 | 11111 | 11100 | 11101 | 111000 |
Color Harmonies of #B08D6E
Complementary color
Monochromatic Colors of #B08D6E
Black with #B08D6E
Text Example
Text Example
White with #B08D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08D6E; }
p { color: rgb(176,141,110); }
H1.HeaderClassName
{
color: #B08D6E;
}
.AnyTagClassName
{
color: #B08D6E;
}
</style>
background-color css
<style>
a { background-color: #B08D6E; }
a { background-color: rgb(176,141,110); }
div.DivClassName
{
background-color: #B08D6E;
}
.BgClassName
{
background-color: #B08D6E;
}
</style>
border-color css
<style>
span { border-color: #B08D6E; }
span { border-color: rgb(176,141,110); }
td.TdClassName
{
border-color: #B08D6E;
}
.TagClassName
{
border-color: #B08D6E;
}
</style>