Shades of Mongoose #B38E6F
Tints of Mongoose #B38E6F
RGB
CMYK
RGB Variations
Color information
#B38E6F (or 0xB38E6F) is known color: Mongoose. HEX triplet: B3, 8E and 6F. RGB value is (179,142,111). Sum of RGB (Red+Green+Blue) = 179+142+111=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38E6F is #4C7190. Grayscale: #959595. Windows color (decimal): -5009809 or 7311027. OLE color: 7311027.
HSL color Cylindrical-coordinate representation of color #B38E6F: hue angle of 27.35º 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 #B38E6F is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 142 | 111 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.30 |
| HSL | 27.35º | 0.31% | 0.57% | - |
| HSV(B) | 27.35º | 0.38% | 0.7% | - |
| XYZ | 31.13 | 30.08 | 19.2 | - |
| YUV | 149.53 | 106.26 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 142 | 111 | 0 | 0.21 | 0.38 | 0.30 | 27.35 | 0.31 | 0.57 |
| Hex | B3 | 8E | 6F | 0 | 15 | 26 | 1E | 1B | 1F | 39 |
| Octal | 263 | 216 | 157 | 0 | 25 | 46 | 36 | 33 | 37 | 71 |
| Binary | 10110011 | 10001110 | 1101111 | 0 | 10101 | 100110 | 11110 | 11011 | 11111 | 111001 |
Color Harmonies of #B38E6F
Complementary color
Monochromatic Colors of #B38E6F
Black with #B38E6F
Text Example
Text Example
White with #B38E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38E6F; }
p { color: rgb(179,142,111); }
H1.HeaderClassName
{
color: #B38E6F;
}
.AnyTagClassName
{
color: #B38E6F;
}
</style>
background-color css
<style>
a { background-color: #B38E6F; }
a { background-color: rgb(179,142,111); }
div.DivClassName
{
background-color: #B38E6F;
}
.BgClassName
{
background-color: #B38E6F;
}
</style>
border-color css
<style>
span { border-color: #B38E6F; }
span { border-color: rgb(179,142,111); }
td.TdClassName
{
border-color: #B38E6F;
}
.TagClassName
{
border-color: #B38E6F;
}
</style>