Shades of Mongoose #B38D6F
Tints of Mongoose #B38D6F
RGB
CMYK
RGB Variations
Color information
#B38D6F (or 0xB38D6F) is known color: Mongoose. HEX triplet: B3, 8D and 6F. RGB value is (179,141,111). Sum of RGB (Red+Green+Blue) = 179+141+111=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38D6F is #4C7290. Grayscale: #959595. Windows color (decimal): -5010065 or 7310771. OLE color: 7310771.
HSL color Cylindrical-coordinate representation of color #B38D6F: hue angle of 26.47º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B38D6F is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 141 | 111 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.30 |
| HSL | 26.47º | 0.31% | 0.57% | - |
| HSV(B) | 26.47º | 0.38% | 0.7% | - |
| XYZ | 30.98 | 29.78 | 19.15 | - |
| YUV | 148.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 111 | 0 | 0.21 | 0.38 | 0.30 | 26.47 | 0.31 | 0.57 |
| Hex | B3 | 8D | 6F | 0 | 15 | 26 | 1E | 1A | 1F | 39 |
| Octal | 263 | 215 | 157 | 0 | 25 | 46 | 36 | 32 | 37 | 71 |
| Binary | 10110011 | 10001101 | 1101111 | 0 | 10101 | 100110 | 11110 | 11010 | 11111 | 111001 |
Color Harmonies of #B38D6F
Complementary color
Monochromatic Colors of #B38D6F
Black with #B38D6F
Text Example
Text Example
White with #B38D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38D6F; }
p { color: rgb(179,141,111); }
H1.HeaderClassName
{
color: #B38D6F;
}
.AnyTagClassName
{
color: #B38D6F;
}
</style>
background-color css
<style>
a { background-color: #B38D6F; }
a { background-color: rgb(179,141,111); }
div.DivClassName
{
background-color: #B38D6F;
}
.BgClassName
{
background-color: #B38D6F;
}
</style>
border-color css
<style>
span { border-color: #B38D6F; }
span { border-color: rgb(179,141,111); }
td.TdClassName
{
border-color: #B38D6F;
}
.TagClassName
{
border-color: #B38D6F;
}
</style>