Shades of Mongoose #B18D6E
Tints of Mongoose #B18D6E
RGB
CMYK
RGB Variations
Color information
#B18D6E (or 0xB18D6E) is known color: Mongoose. HEX triplet: B1, 8D and 6E. RGB value is (177,141,110). Sum of RGB (Red+Green+Blue) = 177+141+110=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18D6E is #4E7291. Grayscale: #949494. Windows color (decimal): -5141138 or 7245233. OLE color: 7245233.
HSL color Cylindrical-coordinate representation of color #B18D6E: hue angle of 27.76º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B18D6E is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 110 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.31 |
| HSL | 27.76º | 0.3% | 0.56% | - |
| HSV(B) | 27.76º | 0.38% | 0.69% | - |
| XYZ | 30.47 | 29.52 | 18.84 | - |
| YUV | 148.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 110 | 0 | 0.20 | 0.38 | 0.31 | 27.76 | 0.3 | 0.56 |
| Hex | B1 | 8D | 6E | 0 | 14 | 26 | 1F | 1C | 1E | 38 |
| Octal | 261 | 215 | 156 | 0 | 24 | 46 | 37 | 34 | 36 | 70 |
| Binary | 10110001 | 10001101 | 1101110 | 0 | 10100 | 100110 | 11111 | 11100 | 11110 | 111000 |
Color Harmonies of #B18D6E
Complementary color
Monochromatic Colors of #B18D6E
Black with #B18D6E
Text Example
Text Example
White with #B18D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D6E; }
p { color: rgb(177,141,110); }
H1.HeaderClassName
{
color: #B18D6E;
}
.AnyTagClassName
{
color: #B18D6E;
}
</style>
background-color css
<style>
a { background-color: #B18D6E; }
a { background-color: rgb(177,141,110); }
div.DivClassName
{
background-color: #B18D6E;
}
.BgClassName
{
background-color: #B18D6E;
}
</style>
border-color css
<style>
span { border-color: #B18D6E; }
span { border-color: rgb(177,141,110); }
td.TdClassName
{
border-color: #B18D6E;
}
.TagClassName
{
border-color: #B18D6E;
}
</style>