Shades of Mongoose #B38B66
Tints of Mongoose #B38B66
RGB
CMYK
RGB Variations
Color information
#B38B66 (or 0xB38B66) is known color: Mongoose. HEX triplet: B3, 8B and 66. RGB value is (179,139,102). Sum of RGB (Red+Green+Blue) = 179+139+102=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38B66 is #4C7499. Grayscale: #929292. Windows color (decimal): -5010586 or 6720435. OLE color: 6720435.
HSL color Cylindrical-coordinate representation of color #B38B66: hue angle of 28.83º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B38B66 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 139 | 102 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.30 |
| HSL | 28.83º | 0.34% | 0.55% | - |
| HSV(B) | 28.83º | 0.43% | 0.7% | - |
| XYZ | 30.22 | 29.01 | 16.58 | - |
| YUV | 146.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 139 | 102 | 0 | 0.22 | 0.43 | 0.30 | 28.83 | 0.34 | 0.55 |
| Hex | B3 | 8B | 66 | 0 | 16 | 2B | 1E | 1D | 22 | 37 |
| Octal | 263 | 213 | 146 | 0 | 26 | 53 | 36 | 35 | 42 | 67 |
| Binary | 10110011 | 10001011 | 1100110 | 0 | 10110 | 101011 | 11110 | 11101 | 100010 | 110111 |
Color Harmonies of #B38B66
Complementary color
Monochromatic Colors of #B38B66
Black with #B38B66
Text Example
Text Example
White with #B38B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38B66; }
p { color: rgb(179,139,102); }
H1.HeaderClassName
{
color: #B38B66;
}
.AnyTagClassName
{
color: #B38B66;
}
</style>
background-color css
<style>
a { background-color: #B38B66; }
a { background-color: rgb(179,139,102); }
div.DivClassName
{
background-color: #B38B66;
}
.BgClassName
{
background-color: #B38B66;
}
</style>
border-color css
<style>
span { border-color: #B38B66; }
span { border-color: rgb(179,139,102); }
td.TdClassName
{
border-color: #B38B66;
}
.TagClassName
{
border-color: #B38B66;
}
</style>