Shades of Mongoose #B08E6E
Tints of Mongoose #B08E6E
RGB
CMYK
RGB Variations
Color information
#B08E6E (or 0xB08E6E) is known color: Mongoose. HEX triplet: B0, 8E and 6E. RGB value is (176,142,110). Sum of RGB (Red+Green+Blue) = 176+142+110=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E6E is #4F7191. Grayscale: #949494. Windows color (decimal): -5206418 or 7245488. OLE color: 7245488.
HSL color Cylindrical-coordinate representation of color #B08E6E: hue angle of 29.09º 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 #B08E6E is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 142 | 110 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.31 |
| HSL | 29.09º | 0.29% | 0.56% | - |
| HSV(B) | 29.09º | 0.38% | 0.69% | - |
| XYZ | 30.39 | 29.7 | 18.88 | - |
| YUV | 148.52 | 106.26 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 142 | 110 | 0 | 0.19 | 0.37 | 0.31 | 29.09 | 0.29 | 0.56 |
| Hex | B0 | 8E | 6E | 0 | 13 | 25 | 1F | 1D | 1D | 38 |
| Octal | 260 | 216 | 156 | 0 | 23 | 45 | 37 | 35 | 35 | 70 |
| Binary | 10110000 | 10001110 | 1101110 | 0 | 10011 | 100101 | 11111 | 11101 | 11101 | 111000 |
Color Harmonies of #B08E6E
Complementary color
Monochromatic Colors of #B08E6E
Black with #B08E6E
Text Example
Text Example
White with #B08E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08E6E; }
p { color: rgb(176,142,110); }
H1.HeaderClassName
{
color: #B08E6E;
}
.AnyTagClassName
{
color: #B08E6E;
}
</style>
background-color css
<style>
a { background-color: #B08E6E; }
a { background-color: rgb(176,142,110); }
div.DivClassName
{
background-color: #B08E6E;
}
.BgClassName
{
background-color: #B08E6E;
}
</style>
border-color css
<style>
span { border-color: #B08E6E; }
span { border-color: rgb(176,142,110); }
td.TdClassName
{
border-color: #B08E6E;
}
.TagClassName
{
border-color: #B08E6E;
}
</style>