Shades of Mongoose #B18E6D
Tints of Mongoose #B18E6D
RGB
CMYK
RGB Variations
Color information
#B18E6D (or 0xB18E6D) is known color: Mongoose. HEX triplet: B1, 8E and 6D. RGB value is (177,142,109). Sum of RGB (Red+Green+Blue) = 177+142+109=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18E6D is #4E7192. Grayscale: #949494. Windows color (decimal): -5140883 or 7179953. OLE color: 7179953.
HSL color Cylindrical-coordinate representation of color #B18E6D: hue angle of 29.12º 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 #B18E6D is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 142 | 109 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.31 |
| HSL | 29.12º | 0.3% | 0.56% | - |
| HSV(B) | 29.12º | 0.38% | 0.69% | - |
| XYZ | 30.56 | 29.8 | 18.61 | - |
| YUV | 148.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 142 | 109 | 0 | 0.20 | 0.38 | 0.31 | 29.12 | 0.3 | 0.56 |
| Hex | B1 | 8E | 6D | 0 | 14 | 26 | 1F | 1D | 1E | 38 |
| Octal | 261 | 216 | 155 | 0 | 24 | 46 | 37 | 35 | 36 | 70 |
| Binary | 10110001 | 10001110 | 1101101 | 0 | 10100 | 100110 | 11111 | 11101 | 11110 | 111000 |
Color Harmonies of #B18E6D
Complementary color
Monochromatic Colors of #B18E6D
Black with #B18E6D
Text Example
Text Example
White with #B18E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18E6D; }
p { color: rgb(177,142,109); }
H1.HeaderClassName
{
color: #B18E6D;
}
.AnyTagClassName
{
color: #B18E6D;
}
</style>
background-color css
<style>
a { background-color: #B18E6D; }
a { background-color: rgb(177,142,109); }
div.DivClassName
{
background-color: #B18E6D;
}
.BgClassName
{
background-color: #B18E6D;
}
</style>
border-color css
<style>
span { border-color: #B18E6D; }
span { border-color: rgb(177,142,109); }
td.TdClassName
{
border-color: #B18E6D;
}
.TagClassName
{
border-color: #B18E6D;
}
</style>