Shades of Mongoose #B08F70
Tints of Mongoose #B08F70
RGB
CMYK
RGB Variations
Color information
#B08F70 (or 0xB08F70) is known color: Mongoose. HEX triplet: B0, 8F and 70. RGB value is (176,143,112). Sum of RGB (Red+Green+Blue) = 176+143+112=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08F70 is #4F708F. Grayscale: #959595. Windows color (decimal): -5206160 or 7376816. OLE color: 7376816.
HSL color Cylindrical-coordinate representation of color #B08F70: hue angle of 29.06º 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 #B08F70 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 143 | 112 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.31 |
| HSL | 29.06º | 0.29% | 0.56% | - |
| HSV(B) | 29.06º | 0.36% | 0.69% | - |
| XYZ | 30.65 | 30.04 | 19.51 | - |
| YUV | 149.33 | 106.93 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 112 | 0 | 0.19 | 0.36 | 0.31 | 29.06 | 0.29 | 0.56 |
| Hex | B0 | 8F | 70 | 0 | 13 | 24 | 1F | 1D | 1D | 38 |
| Octal | 260 | 217 | 160 | 0 | 23 | 44 | 37 | 35 | 35 | 70 |
| Binary | 10110000 | 10001111 | 1110000 | 0 | 10011 | 100100 | 11111 | 11101 | 11101 | 111000 |
Color Harmonies of #B08F70
Complementary color
Monochromatic Colors of #B08F70
Black with #B08F70
Text Example
Text Example
White with #B08F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08F70; }
p { color: rgb(176,143,112); }
H1.HeaderClassName
{
color: #B08F70;
}
.AnyTagClassName
{
color: #B08F70;
}
</style>
background-color css
<style>
a { background-color: #B08F70; }
a { background-color: rgb(176,143,112); }
div.DivClassName
{
background-color: #B08F70;
}
.BgClassName
{
background-color: #B08F70;
}
</style>
border-color css
<style>
span { border-color: #B08F70; }
span { border-color: rgb(176,143,112); }
td.TdClassName
{
border-color: #B08F70;
}
.TagClassName
{
border-color: #B08F70;
}
</style>