Shades of Mongoose #B18D6C
Tints of Mongoose #B18D6C
RGB
CMYK
RGB Variations
Color information
#B18D6C (or 0xB18D6C) is known color: Mongoose. HEX triplet: B1, 8D and 6C. RGB value is (177,141,108). Sum of RGB (Red+Green+Blue) = 177+141+108=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18D6C is #4E7293. Grayscale: #949494. Windows color (decimal): -5141140 or 7114161. OLE color: 7114161.
HSL color Cylindrical-coordinate representation of color #B18D6C: hue angle of 28.7º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B18D6C is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 108 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.31 |
| HSL | 28.7º | 0.31% | 0.56% | - |
| HSV(B) | 28.7º | 0.39% | 0.69% | - |
| XYZ | 30.36 | 29.48 | 18.28 | - |
| YUV | 148 | 105.43 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 108 | 0 | 0.20 | 0.39 | 0.31 | 28.7 | 0.31 | 0.56 |
| Hex | B1 | 8D | 6C | 0 | 14 | 27 | 1F | 1D | 1F | 38 |
| Octal | 261 | 215 | 154 | 0 | 24 | 47 | 37 | 35 | 37 | 70 |
| Binary | 10110001 | 10001101 | 1101100 | 0 | 10100 | 100111 | 11111 | 11101 | 11111 | 111000 |
Color Harmonies of #B18D6C
Complementary color
Monochromatic Colors of #B18D6C
Black with #B18D6C
Text Example
Text Example
White with #B18D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D6C; }
p { color: rgb(177,141,108); }
H1.HeaderClassName
{
color: #B18D6C;
}
.AnyTagClassName
{
color: #B18D6C;
}
</style>
background-color css
<style>
a { background-color: #B18D6C; }
a { background-color: rgb(177,141,108); }
div.DivClassName
{
background-color: #B18D6C;
}
.BgClassName
{
background-color: #B18D6C;
}
</style>
border-color css
<style>
span { border-color: #B18D6C; }
span { border-color: rgb(177,141,108); }
td.TdClassName
{
border-color: #B18D6C;
}
.TagClassName
{
border-color: #B18D6C;
}
</style>