Shades of Mongoose #B08D6A
Tints of Mongoose #B08D6A
RGB
CMYK
RGB Variations
Color information
#B08D6A (or 0xB08D6A) is known color: Mongoose. HEX triplet: B0, 8D and 6A. RGB value is (176,141,106). Sum of RGB (Red+Green+Blue) = 176+141+106=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08D6A is #4F7295. Grayscale: #939393. Windows color (decimal): -5206678 or 6983088. OLE color: 6983088.
HSL color Cylindrical-coordinate representation of color #B08D6A: hue angle of 30º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B08D6A is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 141 | 106 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.31 |
| HSL | 30º | 0.31% | 0.55% | - |
| HSV(B) | 30º | 0.4% | 0.69% | - |
| XYZ | 30.03 | 29.32 | 17.71 | - |
| YUV | 147.48 | 104.6 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 141 | 106 | 0 | 0.20 | 0.40 | 0.31 | 30 | 0.31 | 0.55 |
| Hex | B0 | 8D | 6A | 0 | 14 | 28 | 1F | 1E | 1F | 37 |
| Octal | 260 | 215 | 152 | 0 | 24 | 50 | 37 | 36 | 37 | 67 |
| Binary | 10110000 | 10001101 | 1101010 | 0 | 10100 | 101000 | 11111 | 11110 | 11111 | 110111 |
Color Harmonies of #B08D6A
Complementary color
Monochromatic Colors of #B08D6A
Black with #B08D6A
Text Example
Text Example
White with #B08D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08D6A; }
p { color: rgb(176,141,106); }
H1.HeaderClassName
{
color: #B08D6A;
}
.AnyTagClassName
{
color: #B08D6A;
}
</style>
background-color css
<style>
a { background-color: #B08D6A; }
a { background-color: rgb(176,141,106); }
div.DivClassName
{
background-color: #B08D6A;
}
.BgClassName
{
background-color: #B08D6A;
}
</style>
border-color css
<style>
span { border-color: #B08D6A; }
span { border-color: rgb(176,141,106); }
td.TdClassName
{
border-color: #B08D6A;
}
.TagClassName
{
border-color: #B08D6A;
}
</style>