Shades of Mongoose #B18F69
Tints of Mongoose #B18F69
RGB
CMYK
RGB Variations
Color information
#B18F69 (or 0xB18F69) is known color: Mongoose. HEX triplet: B1, 8F and 69. RGB value is (177,143,105). Sum of RGB (Red+Green+Blue) = 177+143+105=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18F69 is #4E7096. Grayscale: #959595. Windows color (decimal): -5140631 or 6918065. OLE color: 6918065.
HSL color Cylindrical-coordinate representation of color #B18F69: hue angle of 31.67º 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 #B18F69 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 105 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.31 |
| HSL | 31.67º | 0.32% | 0.55% | - |
| HSV(B) | 31.67º | 0.41% | 0.69% | - |
| XYZ | 30.5 | 30.01 | 17.55 | - |
| YUV | 148.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 105 | 0 | 0.19 | 0.41 | 0.31 | 31.67 | 0.32 | 0.55 |
| Hex | B1 | 8F | 69 | 0 | 13 | 29 | 1F | 20 | 20 | 37 |
| Octal | 261 | 217 | 151 | 0 | 23 | 51 | 37 | 40 | 40 | 67 |
| Binary | 10110001 | 10001111 | 1101001 | 0 | 10011 | 101001 | 11111 | 100000 | 100000 | 110111 |
Color Harmonies of #B18F69
Complementary color
Monochromatic Colors of #B18F69
Black with #B18F69
Text Example
Text Example
White with #B18F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F69; }
p { color: rgb(177,143,105); }
H1.HeaderClassName
{
color: #B18F69;
}
.AnyTagClassName
{
color: #B18F69;
}
</style>
background-color css
<style>
a { background-color: #B18F69; }
a { background-color: rgb(177,143,105); }
div.DivClassName
{
background-color: #B18F69;
}
.BgClassName
{
background-color: #B18F69;
}
</style>
border-color css
<style>
span { border-color: #B18F69; }
span { border-color: rgb(177,143,105); }
td.TdClassName
{
border-color: #B18F69;
}
.TagClassName
{
border-color: #B18F69;
}
</style>