Shades of Mongoose #B18E68
Tints of Mongoose #B18E68
RGB
CMYK
RGB Variations
Color information
#B18E68 (or 0xB18E68) is known color: Mongoose. HEX triplet: B1, 8E and 68. RGB value is (177,142,104). Sum of RGB (Red+Green+Blue) = 177+142+104=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18E68 is #4E7197. Grayscale: #949494. Windows color (decimal): -5140888 or 6852273. OLE color: 6852273.
HSL color Cylindrical-coordinate representation of color #B18E68: hue angle of 31.23º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B18E68 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 142 | 104 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.31 |
| HSL | 31.23º | 0.32% | 0.55% | - |
| HSV(B) | 31.23º | 0.41% | 0.69% | - |
| XYZ | 30.3 | 29.69 | 17.23 | - |
| YUV | 148.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 142 | 104 | 0 | 0.20 | 0.41 | 0.31 | 31.23 | 0.32 | 0.55 |
| Hex | B1 | 8E | 68 | 0 | 14 | 29 | 1F | 1F | 20 | 37 |
| Octal | 261 | 216 | 150 | 0 | 24 | 51 | 37 | 37 | 40 | 67 |
| Binary | 10110001 | 10001110 | 1101000 | 0 | 10100 | 101001 | 11111 | 11111 | 100000 | 110111 |
Color Harmonies of #B18E68
Complementary color
Monochromatic Colors of #B18E68
Black with #B18E68
Text Example
Text Example
White with #B18E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18E68; }
p { color: rgb(177,142,104); }
H1.HeaderClassName
{
color: #B18E68;
}
.AnyTagClassName
{
color: #B18E68;
}
</style>
background-color css
<style>
a { background-color: #B18E68; }
a { background-color: rgb(177,142,104); }
div.DivClassName
{
background-color: #B18E68;
}
.BgClassName
{
background-color: #B18E68;
}
</style>
border-color css
<style>
span { border-color: #B18E68; }
span { border-color: rgb(177,142,104); }
td.TdClassName
{
border-color: #B18E68;
}
.TagClassName
{
border-color: #B18E68;
}
</style>