Shades of Mongoose #B18C6D
Tints of Mongoose #B18C6D
RGB
CMYK
RGB Variations
Color information
#B18C6D (or 0xB18C6D) is known color: Mongoose. HEX triplet: B1, 8C and 6D. RGB value is (177,140,109). Sum of RGB (Red+Green+Blue) = 177+140+109=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18C6D is #4E7392. Grayscale: #939393. Windows color (decimal): -5141395 or 7179441. OLE color: 7179441.
HSL color Cylindrical-coordinate representation of color #B18C6D: hue angle of 27.35º 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 #B18C6D is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 140 | 109 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.31 |
| HSL | 27.35º | 0.3% | 0.56% | - |
| HSV(B) | 27.35º | 0.38% | 0.69% | - |
| XYZ | 30.27 | 29.21 | 18.51 | - |
| YUV | 147.53 | 106.26 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 140 | 109 | 0 | 0.21 | 0.38 | 0.31 | 27.35 | 0.3 | 0.56 |
| Hex | B1 | 8C | 6D | 0 | 15 | 26 | 1F | 1B | 1E | 38 |
| Octal | 261 | 214 | 155 | 0 | 25 | 46 | 37 | 33 | 36 | 70 |
| Binary | 10110001 | 10001100 | 1101101 | 0 | 10101 | 100110 | 11111 | 11011 | 11110 | 111000 |
Color Harmonies of #B18C6D
Complementary color
Monochromatic Colors of #B18C6D
Black with #B18C6D
Text Example
Text Example
White with #B18C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18C6D; }
p { color: rgb(177,140,109); }
H1.HeaderClassName
{
color: #B18C6D;
}
.AnyTagClassName
{
color: #B18C6D;
}
</style>
background-color css
<style>
a { background-color: #B18C6D; }
a { background-color: rgb(177,140,109); }
div.DivClassName
{
background-color: #B18C6D;
}
.BgClassName
{
background-color: #B18C6D;
}
</style>
border-color css
<style>
span { border-color: #B18C6D; }
span { border-color: rgb(177,140,109); }
td.TdClassName
{
border-color: #B18C6D;
}
.TagClassName
{
border-color: #B18C6D;
}
</style>