Shades of Mongoose #B08C70
Tints of Mongoose #B08C70
RGB
CMYK
RGB Variations
Color information
#B08C70 (or 0xB08C70) is known color: Mongoose. HEX triplet: B0, 8C and 70. RGB value is (176,140,112). Sum of RGB (Red+Green+Blue) = 176+140+112=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08C70 is #4F738F. Grayscale: #939393. Windows color (decimal): -5206928 or 7376048. OLE color: 7376048.
HSL color Cylindrical-coordinate representation of color #B08C70: hue angle of 26.25º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B08C70 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 140 | 112 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.31 |
| HSL | 26.25º | 0.29% | 0.56% | - |
| HSV(B) | 26.25º | 0.36% | 0.69% | - |
| XYZ | 30.21 | 29.16 | 19.36 | - |
| YUV | 147.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 112 | 0 | 0.20 | 0.36 | 0.31 | 26.25 | 0.29 | 0.56 |
| Hex | B0 | 8C | 70 | 0 | 14 | 24 | 1F | 1A | 1D | 38 |
| Octal | 260 | 214 | 160 | 0 | 24 | 44 | 37 | 32 | 35 | 70 |
| Binary | 10110000 | 10001100 | 1110000 | 0 | 10100 | 100100 | 11111 | 11010 | 11101 | 111000 |
Color Harmonies of #B08C70
Complementary color
Monochromatic Colors of #B08C70
Black with #B08C70
Text Example
Text Example
White with #B08C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08C70; }
p { color: rgb(176,140,112); }
H1.HeaderClassName
{
color: #B08C70;
}
.AnyTagClassName
{
color: #B08C70;
}
</style>
background-color css
<style>
a { background-color: #B08C70; }
a { background-color: rgb(176,140,112); }
div.DivClassName
{
background-color: #B08C70;
}
.BgClassName
{
background-color: #B08C70;
}
</style>
border-color css
<style>
span { border-color: #B08C70; }
span { border-color: rgb(176,140,112); }
td.TdClassName
{
border-color: #B08C70;
}
.TagClassName
{
border-color: #B08C70;
}
</style>