Shades of Mongoose #B38C68
Tints of Mongoose #B38C68
RGB
CMYK
RGB Variations
Color information
#B38C68 (or 0xB38C68) is known color: Mongoose. HEX triplet: B3, 8C and 68. RGB value is (179,140,104). Sum of RGB (Red+Green+Blue) = 179+140+104=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38C68 is #4C7397. Grayscale: #939393. Windows color (decimal): -5010328 or 6851763. OLE color: 6851763.
HSL color Cylindrical-coordinate representation of color #B38C68: hue angle of 28.8º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B38C68 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 140 | 104 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.30 |
| HSL | 28.8º | 0.33% | 0.55% | - |
| HSV(B) | 28.8º | 0.42% | 0.7% | - |
| XYZ | 30.47 | 29.34 | 17.15 | - |
| YUV | 147.56 | 103.42 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 140 | 104 | 0 | 0.22 | 0.42 | 0.30 | 28.8 | 0.33 | 0.55 |
| Hex | B3 | 8C | 68 | 0 | 16 | 2A | 1E | 1D | 21 | 37 |
| Octal | 263 | 214 | 150 | 0 | 26 | 52 | 36 | 35 | 41 | 67 |
| Binary | 10110011 | 10001100 | 1101000 | 0 | 10110 | 101010 | 11110 | 11101 | 100001 | 110111 |
Color Harmonies of #B38C68
Complementary color
Monochromatic Colors of #B38C68
Black with #B38C68
Text Example
Text Example
White with #B38C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38C68; }
p { color: rgb(179,140,104); }
H1.HeaderClassName
{
color: #B38C68;
}
.AnyTagClassName
{
color: #B38C68;
}
</style>
background-color css
<style>
a { background-color: #B38C68; }
a { background-color: rgb(179,140,104); }
div.DivClassName
{
background-color: #B38C68;
}
.BgClassName
{
background-color: #B38C68;
}
</style>
border-color css
<style>
span { border-color: #B38C68; }
span { border-color: rgb(179,140,104); }
td.TdClassName
{
border-color: #B38C68;
}
.TagClassName
{
border-color: #B38C68;
}
</style>