Shades of Mongoose #B18A69
Tints of Mongoose #B18A69
RGB
CMYK
RGB Variations
Color information
#B18A69 (or 0xB18A69) is known color: Mongoose. HEX triplet: B1, 8A and 69. RGB value is (177,138,105). Sum of RGB (Red+Green+Blue) = 177+138+105=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A69 is #4E7596. Grayscale: #929292. Windows color (decimal): -5141911 or 6916785. OLE color: 6916785.
HSL color Cylindrical-coordinate representation of color #B18A69: hue angle of 27.5º 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 #B18A69 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 105 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.31 |
| HSL | 27.5º | 0.32% | 0.55% | - |
| HSV(B) | 27.5º | 0.41% | 0.69% | - |
| XYZ | 29.77 | 28.54 | 17.31 | - |
| YUV | 145.9 | 104.92 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 105 | 0 | 0.22 | 0.41 | 0.31 | 27.5 | 0.32 | 0.55 |
| Hex | B1 | 8A | 69 | 0 | 16 | 29 | 1F | 1C | 20 | 37 |
| Octal | 261 | 212 | 151 | 0 | 26 | 51 | 37 | 34 | 40 | 67 |
| Binary | 10110001 | 10001010 | 1101001 | 0 | 10110 | 101001 | 11111 | 11100 | 100000 | 110111 |
Color Harmonies of #B18A69
Complementary color
Monochromatic Colors of #B18A69
Black with #B18A69
Text Example
Text Example
White with #B18A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A69; }
p { color: rgb(177,138,105); }
H1.HeaderClassName
{
color: #B18A69;
}
.AnyTagClassName
{
color: #B18A69;
}
</style>
background-color css
<style>
a { background-color: #B18A69; }
a { background-color: rgb(177,138,105); }
div.DivClassName
{
background-color: #B18A69;
}
.BgClassName
{
background-color: #B18A69;
}
</style>
border-color css
<style>
span { border-color: #B18A69; }
span { border-color: rgb(177,138,105); }
td.TdClassName
{
border-color: #B18A69;
}
.TagClassName
{
border-color: #B18A69;
}
</style>