Shades of Mongoose #B08E6F
Tints of Mongoose #B08E6F
RGB
CMYK
RGB Variations
Color information
#B08E6F (or 0xB08E6F) is known color: Mongoose. HEX triplet: B0, 8E and 6F. RGB value is (176,142,111). Sum of RGB (Red+Green+Blue) = 176+142+111=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E6F is #4F7190. Grayscale: #949494. Windows color (decimal): -5206417 or 7311024. OLE color: 7311024.
HSL color Cylindrical-coordinate representation of color #B08E6F: hue angle of 28.62º 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 #B08E6F is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 142 | 111 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.31 |
| HSL | 28.62º | 0.29% | 0.56% | - |
| HSV(B) | 28.62º | 0.37% | 0.69% | - |
| XYZ | 30.45 | 29.72 | 19.17 | - |
| YUV | 148.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 142 | 111 | 0 | 0.19 | 0.37 | 0.31 | 28.62 | 0.29 | 0.56 |
| Hex | B0 | 8E | 6F | 0 | 13 | 25 | 1F | 1D | 1D | 38 |
| Octal | 260 | 216 | 157 | 0 | 23 | 45 | 37 | 35 | 35 | 70 |
| Binary | 10110000 | 10001110 | 1101111 | 0 | 10011 | 100101 | 11111 | 11101 | 11101 | 111000 |
Color Harmonies of #B08E6F
Complementary color
Monochromatic Colors of #B08E6F
Black with #B08E6F
Text Example
Text Example
White with #B08E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08E6F; }
p { color: rgb(176,142,111); }
H1.HeaderClassName
{
color: #B08E6F;
}
.AnyTagClassName
{
color: #B08E6F;
}
</style>
background-color css
<style>
a { background-color: #B08E6F; }
a { background-color: rgb(176,142,111); }
div.DivClassName
{
background-color: #B08E6F;
}
.BgClassName
{
background-color: #B08E6F;
}
</style>
border-color css
<style>
span { border-color: #B08E6F; }
span { border-color: rgb(176,142,111); }
td.TdClassName
{
border-color: #B08E6F;
}
.TagClassName
{
border-color: #B08E6F;
}
</style>